Click here to Skip to main content
15,910,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: ashen character Pin
David Crow15-Sep-07 11:50
David Crow15-Sep-07 11:50 
AnswerRe: ashen character Pin
youbo15-Sep-07 14:59
youbo15-Sep-07 14:59 
GeneralRe: ashen character Pin
David Crow15-Sep-07 17:18
David Crow15-Sep-07 17:18 
GeneralRe: ashen character Pin
Russell'16-Sep-07 0:22
Russell'16-Sep-07 0:22 
QuestionProblem in RegQueryValue. Pin
GauranG Shah15-Sep-07 2:07
GauranG Shah15-Sep-07 2:07 
AnswerRe: Problem in RegQueryValue. Pin
carrivick15-Sep-07 2:25
carrivick15-Sep-07 2:25 
AnswerRe: Problem in RegQueryValue. Pin
Mark Salsbery15-Sep-07 5:35
Mark Salsbery15-Sep-07 5:35 
QuestionStl::map Link Error Pin
Vinod CS15-Sep-07 0:27
Vinod CS15-Sep-07 0:27 
Hi,
I am using using STL::map in one of my .cxx files. .cxx is a schema file generated by VC++ using \Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT.
But whn I build the code I get these Link Errors
schema.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Linking...
Creating library Release/Schema.lib and object Release/Schema.exp
LINK : warning LNK4098: defaultlib "mfc42ud.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfcs42ud.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
schema.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall _STL::_Lockit::~_Lockit(void)" (__imp_??1_Lockit@_STL@@QAE@XZ)
schema.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall _STL::_Lockit::_Lockit(void)" (__imp_??0_Lockit@_STL@@QAE@XZ)

Release/Schema.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
My concern is these 2 Link errors!!!

can u help me out?

thanks,


Vinod.C.S

AnswerRe: Stl::map Link Error Pin
Chris Losinger15-Sep-07 4:34
professionalChris Losinger15-Sep-07 4:34 
QuestionProblem with Combo Box Pin
GauranG Shah14-Sep-07 23:27
GauranG Shah14-Sep-07 23:27 
AnswerRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 0:32
Hamid_RT15-Sep-07 0:32 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 0:55
GauranG Shah15-Sep-07 0:55 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 1:13
GauranG Shah15-Sep-07 1:13 
GeneralRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 1:30
Hamid_RT15-Sep-07 1:30 
AnswerRe: Problem with Combo Box Pin
David Crow15-Sep-07 11:54
David Crow15-Sep-07 11:54 
Questionhow to change the font caption of button Pin
Y_Kaushik14-Sep-07 22:40
Y_Kaushik14-Sep-07 22:40 
AnswerRe: how to change the font caption of button Pin
Russell'14-Sep-07 22:52
Russell'14-Sep-07 22:52 
AnswerRe: how to change the font caption of button Pin
Hamid_RT15-Sep-07 0:33
Hamid_RT15-Sep-07 0:33 
QuestionFile + folder names proessing APIs Pin
Eytukan14-Sep-07 20:57
Eytukan14-Sep-07 20:57 
AnswerRe: File + folder names proessing APIs Pin
nitin314-Sep-07 21:41
nitin314-Sep-07 21:41 
GeneralRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:05
Eytukan14-Sep-07 22:05 
JokeRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:10
Eytukan14-Sep-07 22:10 
AnswerRe: File + folder names proessing APIs Pin
Russell'15-Sep-07 2:57
Russell'15-Sep-07 2:57 
QuestionRe: File + folder names proessing APIs Pin
David Crow15-Sep-07 12:01
David Crow15-Sep-07 12:01 
AnswerRe: File + folder names proessing APIs Pin
Eytukan15-Sep-07 17:22
Eytukan15-Sep-07 17:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.