Re: [WiX-users] Custom Action - Dll C++

2011-01-05 Thread Leonidas Spyropoulos
On 05/01/2011 17:15, Andy Clugston wrote: > Yes, that was it! > I am glad it worked. note: extern "C" is not needed. > I guess I have been out of native development too long... Thanks for the > reminder on the function export. > > Thanks again! > > On Wed, Jan 5, 2011 at 10:50 AM, Leonidas Spyrop

Re: [WiX-users] Custom Action - Dll C++

2011-01-05 Thread Andy Clugston
Yes, that was it! I guess I have been out of native development too long... Thanks for the reminder on the function export. Thanks again! On Wed, Jan 5, 2011 at 10:50 AM, Leonidas Spyropoulos < leonidas.spyropou...@formicary.net> wrote: > On 05/01/2011 15:30, Andy Clugston wrote: > > Hi Users,

Re: [WiX-users] Custom Action - Dll C++

2011-01-05 Thread Leonidas Spyropoulos
On 05/01/2011 15:30, Andy Clugston wrote: > Hi Users, Hey Andy, > > I am running into a bit of an issue while attempting to hook a C++ dll > custom action into my installer. From all my research and debugging it > appears that I have things setup properly. I have some tracing (message > boxes) to

[WiX-users] Custom Action - Dll C++

2011-01-05 Thread Andy Clugston
Hi Users, I am running into a bit of an issue while attempting to hook a C++ dll custom action into my installer. From all my research and debugging it appears that I have things setup properly. I have some tracing (message boxes) to indicate when DLLMain is entered/exited as well as my CA functio