lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Why is GetModuleFileNameA() failing?

On 4/23/06, Mike Pall <mikelu-0604@mike.de> wrote:
> Hi,
>
> Stuart Scandrett wrote:
> > >Because the Windows API call GetModuleFileName() in setprogdir() is failing
> >
> > Mystery solved on this one. Looks like my project was defaulting to Unicode
> > support (groan) so the string it returned was in wchar's.
>
> Oops. I guess it may be better to use GetModuleFileNameA() in
> setprogdir(). Any objections from the Windows experts?
>
> Bye,
>      Mike
>