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
other_vo_to_x_issues [2018/03/20 07:36] wolfgangriedmannother_vo_to_x_issues [2018/03/20 07:37] (current) wolfgangriedmann
Line 21: Line 21:
   * 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.   * 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   * 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''+  * ''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.txt · Last modified: 2018/03/20 07:37 by wolfgangriedmann