lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Sindharta Tanuwijaya wrote:
> I use Visual C++ 6.0.
> I have the following code in my source :
> And the library modules as follows :
> kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
> shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
> corelib.lib standardlib.lib
> > 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


Remove corelib.lib and standardlib.lib, those are not VC6 default lib
files (unless you need them for something else...)

Regards,
Mark

-- 
|\/|ark Stroetzel Glasberg
mark@tecgraf.puc-rio.br

PUC-Rio
URL:  http://www.tecgraf.puc-rio.br/~mark
Tel:  55 21 2512-5984 ext. 116
Fax:  55 21 2259-2232