User Tools

Site Tools


rt_manifest_constant
no way to compare when less than two revisions

Differences

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


rt_manifest_constant [2018/09/04 03:49] (current) – created wolfgangriedmann
Line 1: Line 1:
 +====== RT_MANIFEST constant ======
 +
 +In VO (and Vulcan.NET) the RT_MANIFEST constant is defined as follows:
 +<code visualfoxpro>DEFINE RT_MANIFEST := PTR (_CAST,24)</code>
 +In VO, this may work (but there are cases where it seems to not work correctly, i.e. the builtin manifest is not correctly recognized correctly when it comes to load COM modules in SideBySide operations), but the X# compiler will return an error:
 +<code>Failed in compiling native resources
 +error RC2237 : numeric value expected at _CAST
 +error RC1013 : mismatched parentheses
 +error RC2135 : file not found: _CAST</code>
 +To make this compile, simply replace the RT_MANIFEST constant in your RC file by the value 24, or define your own constant:<code visualfoxpro>define RT_MANIFEST := 24</code>
 +In later versions after version 2.0.0.4, the VOXPorter should take care of this. 
  
rt_manifest_constant.txt · Last modified: 2018/09/04 03:49 by wolfgangriedmann