[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problems linking with lua...
- From: "scorpio1kat" <1kat@...>
- Date: Wed, 06 Nov 2002 20:08:27 -0000
--- In lua-l@y..., "Pyrogon Public" <public@p...> wrote:
> > 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
Wow, how embarassing. I had the dependencies the wrong way round. I
need some sleep. :)
Thanks a lot guys!!!!
Keith