Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
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 Oc

Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
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

Re: [WiX-users] DLL helper functions

2012-10-05 Thread Peter Shirtcliffe
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 Subj