xsharp.eu • Code missing in the VO GUI classes - Vulcan version
Page 1 of 1

Code missing in the VO GUI classes - Vulcan version

Posted: Fri Mar 09, 2018 9:23 am
by wriedmann
Hi all,

while on the migration of a larger VO application ( a bit more than 90.000 lines of code) I have noted that the latest Vulcan GUI classes are missing some code in the Control class:
  • the access IsDisabled
  • the method IsStyle
  • the method GetStyle
I have copied over the source code from my VO SDK to the X# version and it compiles now.

I'm documenting these issues alsio here:
https://docs.xsharp.it/doku.php?id=other_vo_to_x_issues

If you have others, please let me know so I can add them.

Code missing in the VO GUI classes - Vulcan version

Posted: Fri Mar 09, 2018 11:43 am
by wriedmann
Hi,

there is another function missing in the Vulcan runtime:

_DLL FUNCTION B64EncString(cIn AS STRING) AS STRING PASCAL:VO28RUN.B64EncString

For sure this should be no major problem to rebuild it in .NET.

Wolfgang