![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Game engine designer
Join Date: May 2005
Location: Sweden
Posts: 309
Rep Power: 4
![]() |
Linking error using Crinkler v0.4a (LNK: 2019)
I am trying to link my object files using Crinkler v0.4a. The problem is that it wont link when I use the new and delete operators. In Visual Studio 7.1 I just link with msvcrt.lib to get it work. Any ideas what lib I should link with?
Link command crinkler.exe /SUBSYSTEM:WINDOWS main.obj camera.obj surface.obj application.obj texturemanager.obj light.obj catmullrom.obj meshmanager.obj math.obj msvcrt.lib kernel32.lib user32.lib gdi32.lib opengl32.lib Error message: error: LNK2019: unresolved external symbol __imp___imp_??3@YAXPAX@Z Thanks for your help! /Klarre |
|
|
|
|
|
#2 |
|
Hobbyist
Join Date: Sep 2005
Posts: 266
Rep Power: 4
![]() |
The following link has a list of MS .lib files for the standard C++ library.
http://support.microsoft.com/kb/q154419/ I could be talking crap, but it looks to me like you should also be linking against: MSVCPRT.lib |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|