Thanks Peter..:) -----Original Message----- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 05 October 2012 12:07 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DLL helper functions
It's the wide/narrow string thing again. LPWSTR (note the W) means wide string. You likely want LPSTR (or just char *, which is the same thing). -----Original Message----- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 05 October 2012 10:36 To: wix-users@lists.sourceforge.net Subject: [WiX-users] DLL helper functions Hi I am trying to write a helper function for my DLL so that I can call it from another function like in Wcautil. However it says error C3861: 'AppendCapEntry': identifier not found This is how I declare my helper function: static HRESULT AppendCapEntry(__in LPWSTR lpszString) And call it like this: AppendCapEntry(ComPort); What am I doing wrong? Kind Regards, Natalie Carr ---------------------------------------------------------------------------- - - Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. ---------------------------------------------------------------------------- -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users