lua-users home
lua-l archive

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


Hi Roberto,
There is a possible namaspace conflict with windows.
In file lundump.c(130) there a function LoadString.
With compilation with msvc 2019, it generate LoadStringA, that conflicts with
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um\libloaderapi.h(454): note: consulte a declaração de 'LoadStringA'
It may not be necessary, but if it is possible to rename the function to another name.

regards,
Ranier Vilela