User Tools

Site Tools


other_vo_to_x_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
other_vo_to_x_issues [2018/03/09 09:08] wolfgangriedmannother_vo_to_x_issues [2018/03/20 07:37] (current) wolfgangriedmann
Line 17: Line 17:
   * ''Local static'' in VO is currently (X# 1.1.2) not recognized by the X# compiler, but is valid in VO. Change it to ''static'' alone in your VO code.   * ''Local static'' in VO is currently (X# 1.1.2) not recognized by the X# compiler, but is valid in VO. Change it to ''static'' alone in your VO code.
   * Access/Assign ''Font'' cannot work anymore because there is also a method. Change to '':ControlFont'', that should also work on the VO side. For bBrowser use '':DataFont''   * Access/Assign ''Font'' cannot work anymore because there is also a method. Change to '':ControlFont'', that should also work on the VO side. For bBrowser use '':DataFont''
-  * never versions of the VO GUI classes contain an access ''IsDisabled'' in the class ''Control''. This is missing in the .NET classes.+  * never versions of the VO GUI classes contain an access ''IsDisabled'' in the class ''Control''. This is missing in the .NET classes. The same is true for the methods ''IsStyle()'' and ''GetStyle()''. Add these methods to you X# version of the GUI classes, or write your own methods. 
 +  * ''DynToOldSpace()'' is not supported anymore. Replace in your code by MemAlloc()/MemFree() 
 +  * if you use ''CreateInstance()'' on classes that have no constructor, you will receive a runtime error. Add Init() methods to all of your classes on the VO side. 
 +  * the function ''B64EncString()'' is missing from the Vulcan runtime library 
 +  * ''dword'' and ''int'' are two different parameter types. If you have a dword parameter in one class and a int parameter in a subclass (or the way around), the .NET runtime will treat them as different methods and call the one or the other based on the parameter type. This is true only for strong typed methods (for the others, the parameters are alway typed ''as usual'').
  
other_vo_to_x_issues.1520586525.txt.gz · Last modified: 2018/03/09 09:08 by wolfgangriedmann