 |
|
|
Scene.org is hosted and supported by:
|
|
|
|
Scene.org is sponsored by:
|
|
|
|
|
 |
forum - #coders |
|
 | | Topic: | 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
Code:
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:
Code:
error: LNK2019: unresolved external symbol __imp___imp_??3@YAXPAX@Z
Thanks for your help!
/Klarre | | |
|
|
|