Ah, of course. I was under the impression that an invalid EntryPoint error 
would have been reported if it couldn't find the exported function.

John

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 30, 2007 10:54 AM
To: John Hancock (HSG)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Failure invoking remote custom action

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