[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Linking Lua in Win32
- From: Adam Wozniak <adam@...>
- Date: Tue, 20 Jul 1999 09:04:10 -0700
> From lua-l@tecgraf.puc-rio.br Mon Jul 19 23:08:55 1999
>
> I must be missing something simple here. When I try to compile a win32 app
> with lua embedded in it I get the error message {unresolved external symbol
> "void __cdecl lua_open(void)} in visual studio.
>
> This worked in console apps. I am sure that I have the lua.lib library
> linked in the project settings panel. (Just like I linked it for the
> console version)
>
> Am I missing anything here? My program follows this should work I think.
That's a link error of some kind. The problem is most likely in either
your project settings or some C/C++ name mangling issue.
--Adam