![]() |
link error LNK2001 |
Post Reply
|
| Author | |
lowekt
Newbie
Joined: 10 August 2008 Location: United States Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: link error LNK2001Posted: 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
|
|
![]() |
|
lowekt
Newbie
Joined: 10 August 2008 Location: United States Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 August 2008 at 7:25pm |
|
Please, does anyone have any suggestions?
|
|
![]() |
|
lowekt
Newbie
Joined: 10 August 2008 Location: United States Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 31 August 2008 at 2:07pm |
|
For the record, I resolved this by ignoring ONLY libcmt.lib.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |