Linker error 2001 very urgent
-
hi all, i have strucked with linker error 2001 : unresloved external symbol "__declspec(dllimport)". this is not comming when the it is in debug mode but this is comming in the release mode only. what is the error pls help me out. Uday kiran
-
hi all, i have strucked with linker error 2001 : unresloved external symbol "__declspec(dllimport)". this is not comming when the it is in debug mode but this is comming in the release mode only. what is the error pls help me out. Uday kiran
In the project configuration, switch to release and add the libs which u added in Linker->input in debug mode.
"Some people believe football is a matter of life and death. I'm very disappointed with that attitude. I can assure you it is much, much more important than that. -- Bill Shankly"
-
hi all, i have strucked with linker error 2001 : unresloved external symbol "__declspec(dllimport)". this is not comming when the it is in debug mode but this is comming in the release mode only. what is the error pls help me out. Uday kiran
Hi, It's because the debug configuration has the included library under:
Project->Settings->Link->Object/library modules:
But the release configuration hasn't ... Follow these steps:
Project->Settings
Setting For: All Configurations (Drop Down)
Include the missing library at:
object/library modules:And compile ... should work fine when :)
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r