Print Page | Close Window

link error LNK2001

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=11782
Printed Date: 24 June 2025 at 2:06am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: link error LNK2001
Posted By: lowekt
Subject: link error LNK2001
Date Posted: 10 August 2008 at 6:47pm

Hi,

I've been walking through the process of getting a multi-threaded application to compile.  My first attempts worked in Release mode but not Debug.  After reviewing several other posts related to link problems, I resolved this by changing the linker settings and ignoring the following libraries:
 
libc.lib
libcmt.lib
msvcrt.lib
libcmtd.lib
msvcrtd.lib
 
After doing this, however, I now get several thousand errors similar to the item below, although the particular external symbol message varies:
 
 
error LNK2001: unresolved external symbol __RTC_Shutdown
 
I've tried every "obvious" variation I can to try and get this to work without success.  The application still compiles fine in Release mode, however, so I'm hoping this is just a configuration setting...
 
Thanks in advance,
 
-Ken



Replies:
Posted By: lowekt
Date Posted: 13 August 2008 at 7:25pm
Please, does anyone have any suggestions?


Posted By: lowekt
Date Posted: 31 August 2008 at 2:07pm
For the record, I resolved this by ignoring ONLY libcmt.lib.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net