编译lua,调用时出现unable to get ModulFileName
I have noticed that lua doesn't like when compiled with unicode in visual studio so i tracked down
the problem to loadlib.c and fixed it
line 101: DWORD n = GetModuleFileName(NULL, buff, nsize);
转载
2014-11-11 17:28:56 ·
1020 阅读 ·
0 评论