[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about C library
- From: Bear <jilingshu@...>
- Date: Thu, 18 Mar 2010 22:30:47 +0800
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