Click here to Skip to main content
15,920,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Christian Graus23-Aug-05 19:30
protectorChristian Graus23-Aug-05 19:30 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Hamed Musavi24-Aug-05 0:47
Hamed Musavi24-Aug-05 0:47 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Shog924-Aug-05 11:23
sitebuilderShog924-Aug-05 11:23 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Hamed Musavi24-Aug-05 18:32
Hamed Musavi24-Aug-05 18:32 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Shog924-Aug-05 19:45
sitebuilderShog924-Aug-05 19:45 
GeneralRe: SetLayeredWindowAttributes & Child windows :(( Pin
Hamed Musavi25-Aug-05 9:33
Hamed Musavi25-Aug-05 9:33 
GeneralLinker errrors Pin
Christian Graus23-Aug-05 19:10
protectorChristian Graus23-Aug-05 19:10 
GeneralRe: Linker errrors Pin
MailtoGops23-Aug-05 19:27
MailtoGops23-Aug-05 19:27 
Hi,

Do you have any other libraries, which is linked with your application? We faced similar issues long time back..

I am just sharing what was our problem and how did we fixed it. It might help you..

We have a MFC application which is compiled as a Single threaded model..

You can see this in Visual Studio 6.0 MSDev Project Setting-->C/C++ tab-> Category : Code Generation and Use runtime library combo button..

WE had another library which is mistakenly set as Multi threaded library and linked with our MFC aplication..


Hence the application has two versions of standard librarires, one is for single threaded and another one is for multi threaded.. So the ambiguity hence linker error.


What you can do is Check for "Use Runtime Library" options for your every C++ library you are using, your project etc...




" Action without vision is only passing time,
Vision without action is merely day dreaming,
But vision with action can change the world "

- Words from Nelson Mandela

Thanks & Regards,

Gopalakrishnan
GeneralRe: Linker errrors Pin
Christian Graus23-Aug-05 19:29
protectorChristian Graus23-Aug-05 19:29 
GeneralRe: Linker errrors Pin
Luis Alonso Ramos23-Aug-05 19:39
Luis Alonso Ramos23-Aug-05 19:39 
GeneralRe: Linker errrors Pin
Christian Graus23-Aug-05 19:45
protectorChristian Graus23-Aug-05 19:45 
GeneralRe: Linker errrors Pin
Luis Alonso Ramos23-Aug-05 20:07
Luis Alonso Ramos23-Aug-05 20:07 
GeneralRe: Linker errrors Pin
Trollslayer23-Aug-05 22:31
mentorTrollslayer23-Aug-05 22:31 
GeneralRe: Linker errrors Pin
Weiye Chen23-Aug-05 21:31
Weiye Chen23-Aug-05 21:31 
GeneralGet Sharing folders... Pin
mvnevis23-Aug-05 18:13
mvnevis23-Aug-05 18:13 
GeneralWhat's the process of Message Map to a MFC-based Application Programe Pin
shanzy23-Aug-05 18:09
shanzy23-Aug-05 18:09 
GeneralRe: What's the process of Message Map to a MFC-based Application Programe Pin
Christian Graus23-Aug-05 18:34
protectorChristian Graus23-Aug-05 18:34 
GeneralRe: What's the process of Message Map to a MFC-based Application Programe Pin
shanzy23-Aug-05 18:44
shanzy23-Aug-05 18:44 
Generalsharing folder.... Pin
mvnevis23-Aug-05 18:06
mvnevis23-Aug-05 18:06 
Generalupdating global variable using a mutex Pin
elephantstar23-Aug-05 16:51
elephantstar23-Aug-05 16:51 
GeneralRe: updating global variable using a mutex Pin
Rage23-Aug-05 21:53
professionalRage23-Aug-05 21:53 
GeneralRe: updating global variable using a mutex Pin
elephantstar24-Aug-05 7:34
elephantstar24-Aug-05 7:34 
QuestionHow to analyse a string type of CString? Pin
ebinaini23-Aug-05 16:46
ebinaini23-Aug-05 16:46 
AnswerRe: How to analyse a string type of CString? Pin
David Crow23-Aug-05 16:51
David Crow23-Aug-05 16:51 
Questionfile seek failed? Pin
alex.barylski23-Aug-05 11:59
alex.barylski23-Aug-05 11:59 

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.