John Hancock (HSG) wrote:

UINT __stdcall Select( MSIHANDLE hModule )


If it's being compiled as C++, you also need 'extern "C"' on DLL CA functions, otherwise they're exported with "decorated" C++ names that include the signature encoded in the name.


--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to