*
* *
*
scene.org
Log in:
login for 1 year
No account? register here

Scene.org is hosted and supported by:
Hogeschool Rotterdam
Scene.org is sponsored by:
Pixar Animation Studios
* forum - #coders

*
Topic:  Linking error using Crinkler v0.4a (LNK: 2019)
* Posted by Klarre Thursday 25 May 2006 - 22:51 
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

*