[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: problems linking with lua...
- From: "Pyrogon Public" <public@...>
- Date: Wed, 6 Nov 2002 11:58:00 -0800
> Hi,....
> ok to be precise, using the extern "C", I get a simillar but shorter
> message:
> "unresolved external symbol _lua_open"
> whereas without the extern "C", I get:
> "unresolved external symbol "struct lua_State * __cdecl
> lua_open (int)" (?lua_open@@YAPAUlua_State@@H@Z)"
Okay, not to be indelicate -- but are you sure you're linking to it?
Specifically, if Lua is in a separate .DSP, do you have your
application's dependency checked to make sure it's dependent on lua's
DSP file?
Brian