Click here to Skip to main content
15,913,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Check/ Uncheck menu item Pin
Rage25-Aug-05 1:16
professionalRage25-Aug-05 1:16 
AnswerRe: How to Check/ Uncheck menu item Pin
hatemtaleb25-Oct-05 0:30
hatemtaleb25-Oct-05 0:30 
QuestionAbout CMonthCalCtrl Pin
parims25-Aug-05 0:34
parims25-Aug-05 0:34 
AnswerRe: About CMonthCalCtrl Pin
ThatsAlok25-Aug-05 1:00
ThatsAlok25-Aug-05 1:00 
QuestionAbout CMonthCalCtrl to display selected Date Pin
parims25-Aug-05 0:30
parims25-Aug-05 0:30 
AnswerRe: About CMonthCalCtrl to display selected Date Pin
Nishad S25-Aug-05 1:31
Nishad S25-Aug-05 1:31 
AnswerRe: About CMonthCalCtrl to display selected Date Pin
David Crow25-Aug-05 3:15
David Crow25-Aug-05 3:15 
Questionlinkage problem Pin
AngelIdan25-Aug-05 0:20
sussAngelIdan25-Aug-05 0:20 
Hi,
I'm trying to link a Visual C++ project after successfully compiling it.
The project is a PC-side application for PC-DSP communication. Thus, I use a provided library that I received
with the hardware.The project is a win32 application (not a console application)
When I try to link, I get these errors:

Linking...
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _free already defined in LIBCMTD.lib(dbgheap.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in LIBCMTD.lib(dbgheap.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _fclose already defined in LIBCMTD.lib(fclose.obj)
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
Debug/PC_LVC.dll : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.

PC_LVC.dll - 4 error(s), 1 warning(s)

Any suggestions?

Thanks,
Idan.

AnswerRe: linkage problem Pin
toxcct25-Aug-05 0:33
toxcct25-Aug-05 0:33 
GeneralRe: linkage problem Pin
sunit525-Aug-05 1:19
sunit525-Aug-05 1:19 
AnswerRe: linkage problem Pin
MailtoGops25-Aug-05 1:34
MailtoGops25-Aug-05 1:34 
QuestionCListView hidden column Pin
study.sourabh24-Aug-05 23:54
study.sourabh24-Aug-05 23:54 
AnswerRe: CListView hidden column Pin
Rage25-Aug-05 1:29
professionalRage25-Aug-05 1:29 
GeneralRe: CListView hidden column Pin
dabs25-Aug-05 2:11
dabs25-Aug-05 2:11 
QuestionRe: CListView hidden column Pin
David Crow25-Aug-05 3:20
David Crow25-Aug-05 3:20 
AnswerRe: CListView hidden column Pin
study.sourabh29-Aug-05 0:52
study.sourabh29-Aug-05 0:52 
AnswerRe: CListView hidden column Pin
Anonymous10-Oct-05 17:21
Anonymous10-Oct-05 17:21 
QuestionGetting the caption of button controls in YESNOCANCEL Messagebox? Pin
pradeepvarghesek24-Aug-05 23:53
pradeepvarghesek24-Aug-05 23:53 
AnswerRe: Getting the caption of button controls in YESNOCANCEL Messagebox? Pin
toxcct25-Aug-05 0:04
toxcct25-Aug-05 0:04 
GeneralRe: Getting the caption of button controls in YESNOCANCEL Messagebox? Pin
pradeepvarghesek25-Aug-05 0:32
pradeepvarghesek25-Aug-05 0:32 
AnswerRe: Getting the caption of button controls in YESNOCANCEL Messagebox? Pin
ThatsAlok25-Aug-05 0:29
ThatsAlok25-Aug-05 0:29 
GeneralRe: Getting the caption of button controls in YESNOCANCEL Messagebox? Pin
pradeepvarghesek25-Aug-05 1:58
pradeepvarghesek25-Aug-05 1:58 
AnswerRe: Getting the caption of button controls in YESNOCANCEL Messagebox? Pin
David Crow25-Aug-05 3:23
David Crow25-Aug-05 3:23 
Questionhow to check if a process has really been started? Pin
ThinkingPrometheus24-Aug-05 23:44
ThinkingPrometheus24-Aug-05 23:44 
AnswerRe: how to check if a process has really been started? Pin
toxcct25-Aug-05 0:06
toxcct25-Aug-05 0:06 

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.