Code missing in the VO GUI classes - Vulcan version

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Code missing in the VO GUI classes - Vulcan version

Post 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.
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Code missing in the VO GUI classes - Vulcan version

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply