[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: RTC Problem
- From: Robert Anderberg <lua@...>
- Date: Thu, 19 Feb 2004 17:27:47 +0000
Hi,
what platform/compiler are you using?
can you give me some more info about what exactly your project setup is?
maybe it's to do with not wrapping your lua #includes with extern "C" {} in a
c++ project?
Rob
On Thursday 19 February 2004 15:36, Sindharta Tanuwijaya wrote:
> Hi,
>
> I am a newbie here and I am having error when I try to build a simple
> app using Lua.
> It's linker error, and I will put the error messages below :
>
> corelib.lib(lundump.obj) : error LNK2001: unresolved external symbol
> __RTC_CheckEsp
> corelib.lib(lcode.obj) : error LNK2001: unresolved external symbol
> __RTC_CheckEsp
> standardlib.lib(lauxlib.obj) : error LNK2001: unresolved external symbol
> __RTC_CheckEsp
> standardlib.lib(lbaselib.obj) : error LNK2001: unresolved external
> symbol __RTC_CheckEsp
>
> It's only some of them (there are many more like that, all about RTC
> stuff).
> Can anyone tell me what I did wrong ?
>
> Thanks,
>
> Sindharta