Problem compiler trueble

pieterpret

New member
Joined
Jul 30, 2010
Messages
20
Reaction score
0
Points
0
why does c++ keep giving me these errors:

Linking... Creating library D:\orbiter100606\Modules\(ProjectName).lib and object D:\orbiter100606\Modules\(ProjectName).expreentry_glider.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4reentry_glider.obj : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)reentry_glider.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)reentry_glider.obj : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12D:\orbiter100606\Modules\(ProjectName).dll : fatal error LNK1120: 5 unresolved externals
 
ok wait... what are you trying to compile?

we need a little more detail so we can actually help....

i think i've had similar results when trying to compile in "release" mode with the msvcrt.lib and msvcirt.lib libraries set to be ignored


but that's about as helpful as i can get without further details :rolleyes:
 
- Release mode
- Add include path
- Add libs path
- Add orbiter.lib and orbitersdk.lib
- Ignore msvcrt.lib and msvcirt.lib
 
how do i change those so theyre not ignored? because ive fixed all code error that i got from previous trys

---------- Post added at 08:26 PM ---------- Previous post was at 08:08 PM ----------

can this work:

D:\orbiter100606\Modules\(ProjectName).dll

it comes from the release option in the proprties dialog window
 
Back
Top