lua-users home
lua-l archive

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


> One question: does GetProcAddress have to be
> changed to GetProcAddressA, too?

No.

OK...  So I forgot that there's also Windows CE...  It seems that CE
prior to 3.0 only has GetProcAddress but *always* takes a unicode
argument and CE 3.0 and later supports GetProcAddressA...  There's no
GetProcAddressA in non-CE versions.

:-\

--
Wim