lua-users home
lua-l archive

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


hi,
Finally, I have solved this problem!!!
The reason is that Visual Studio 2008 will export NO functions as default and the _EXPORT keyword seems not work. So I write a file named luaxml.def with the lines below and added it as Module Definition:
EXPORTS
	luaopen_LuaXml_lib

Then there will never be a system error 87!!!

thx for ur help!
--------------
Bear
2010-03-18