R
Raghavendra.A.N
Hi,
I got the above error while compiling with Visual Studio .NET 7.0.
I was building a DLL (DEBUG version) for Symbian OS emulator for
windows. And it also gives error as
->error LNK2001: unresolved external symbol __RTC_CheckEsp
->error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
->error LNK2001: unresolved external symbol __RTC_Shutdown
->error LNK2001: unresolved external symbol __RTC_InitBase
And sometimes it gives error as
unresolved external symbol __security_cookie.
When I compiled this code with VC6.0 it compiled without any warnings
or error.
Herewith I am sending the .MMP file(which is project seeting file). Do
I have to include any other libraries.
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\libc
LIBRARY euser.lib
LIBRARY fbscli.lib
LIBRARY estlib.lib
LIBRARY ws32.lib
#if !defined(WINS)
LIBRARY libgcc.a
STATICLIBRARY egcc.lib
STATICLIBRARY edllstub.lib
#endif
#if defined(WINS)
STATICLIBRARY CHKSTK.OBJ
#endif
Help me out.
Thanks in Advance.
Regards,
Raghavendra.A.N
I got the above error while compiling with Visual Studio .NET 7.0.
I was building a DLL (DEBUG version) for Symbian OS emulator for
windows. And it also gives error as
->error LNK2001: unresolved external symbol __RTC_CheckEsp
->error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
->error LNK2001: unresolved external symbol __RTC_Shutdown
->error LNK2001: unresolved external symbol __RTC_InitBase
And sometimes it gives error as
unresolved external symbol __security_cookie.
When I compiled this code with VC6.0 it compiled without any warnings
or error.
Herewith I am sending the .MMP file(which is project seeting file). Do
I have to include any other libraries.
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\libc
LIBRARY euser.lib
LIBRARY fbscli.lib
LIBRARY estlib.lib
LIBRARY ws32.lib
#if !defined(WINS)
LIBRARY libgcc.a
STATICLIBRARY egcc.lib
STATICLIBRARY edllstub.lib
#endif
#if defined(WINS)
STATICLIBRARY CHKSTK.OBJ
#endif
Help me out.
Thanks in Advance.
Regards,
Raghavendra.A.N