User Tools

Site Tools


com_module_sample

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
com_module_sample [2018/09/04 03:52] wolfgangriedmanncom_module_sample [2022/10/11 12:02] (current) wolfgangriedmann
Line 64: Line 64:
   * move this manifest in the resources subfolder of your application directory (XIDE)   * move this manifest in the resources subfolder of your application directory (XIDE)
   * create there a file "Manifest.CREATEPROCESS_MANIFEST_RESOURCE_ID.rc" with the content   * create there a file "Manifest.CREATEPROCESS_MANIFEST_RESOURCE_ID.rc" with the content
-<code>CREATEPROCESS_MANIFEST_RESOURCE_ID RC_RT_MANIFEST "COMTest.dll.manifest"</code>+<code>#define RC_RT_MANIFEST 24 
 +#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 
 +CREATEPROCESS_MANIFEST_RESOURCE_ID RC_RT_MANIFEST "COMTest.dll.manifest"</code>
   * add this file to XIDE with Add Existing - Add Native Resources   * add this file to XIDE with Add Existing - Add Native Resources
   * build your DLL and check with a manifest viewer if your binary contains that manifest   * build your DLL and check with a manifest viewer if your binary contains that manifest
com_module_sample.1536033135.txt.gz · Last modified: 2018/09/04 03:52 by wolfgangriedmann