Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CoCreateInstance without CLSID Pin
Adam Roderick J26-Aug-09 20:50
Adam Roderick J26-Aug-09 20:50 
AnswerRe: CoCreateInstance without CLSID Pin
CPallini26-Aug-09 21:02
mveCPallini26-Aug-09 21:02 
AnswerRe: CoCreateInstance without CLSID Pin
Stuart Dootson26-Aug-09 22:16
professionalStuart Dootson26-Aug-09 22:16 
QuestionIcon Pin
john563226-Aug-09 19:18
john563226-Aug-09 19:18 
QuestionRe: Icon Pin
David Crow27-Aug-09 2:53
David Crow27-Aug-09 2:53 
AnswerRe: Icon Pin
john563227-Aug-09 18:35
john563227-Aug-09 18:35 
QuestionRe: Icon Pin
David Crow28-Aug-09 2:58
David Crow28-Aug-09 2:58 
QuestionHow to solve Fatel Errors.... Pin
Vetukuri,Murali26-Aug-09 18:05
Vetukuri,Murali26-Aug-09 18:05 
Hi all vc++ programmers,
I am getting the following fatal error when i am compiling my project..Can anybody suggest me to unresolve the error.....
Thanks in advance.....


11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>Generating Code...
11>Compiling...
11>DBLOOKUP.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>DBLIBEXT.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>DBINTFC.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>DAILYTIP.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>CSDWIZ.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>CLNTCOMM.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>CheckFace.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>CHANGES.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>CDDTreeCtrl.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>BTNMENU.CPP
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>BorrowingFormDlg.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>BorrowingForm.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>BillingNotesDlg.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>AllocateDlg.cpp
11>c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
11>ABOUT.CPP
11>c:\program files\microsoft visual studio 8
AnswerRe: How to solve Fatel Errors.... Pin
Joseph Marzbani26-Aug-09 18:21
Joseph Marzbani26-Aug-09 18:21 
AnswerSollution: How to solve Fatel Errors (C1189 due to _AFXDLL).... Pin
Volodymyr Frytskky (Vladonai Software)13-Jul-11 0:38
Volodymyr Frytskky (Vladonai Software)13-Jul-11 0:38 
QuestionHow do some viruses run their threads without appareaning in the task manager? Pin
Joseph Marzbani26-Aug-09 17:53
Joseph Marzbani26-Aug-09 17:53 
AnswerRe: How do some viruses run their threads without appareaning in the task manager? Pin
Adam Roderick J26-Aug-09 18:36
Adam Roderick J26-Aug-09 18:36 
GeneralRe: How do some viruses run their threads without appareaning in the task manager? Pin
Joseph Marzbani26-Aug-09 21:26
Joseph Marzbani26-Aug-09 21:26 
GeneralRe: How do some viruses run their threads without appareaning in the task manager? Pin
Adam Roderick J26-Aug-09 22:09
Adam Roderick J26-Aug-09 22:09 
AnswerRe: How do some viruses run their threads without appareaning in the task manager? Pin
David Crow27-Aug-09 2:51
David Crow27-Aug-09 2:51 
Questionconnect to a DB2 database from the VC++ Pin
intermediate26-Aug-09 13:08
intermediate26-Aug-09 13:08 
AnswerRe: connect to a DB2 database from the VC++ Pin
N a v a n e e t h26-Aug-09 17:18
N a v a n e e t h26-Aug-09 17:18 
QuestionRe: connect to a DB2 database from the VC++ Pin
David Crow26-Aug-09 17:31
David Crow26-Aug-09 17:31 
AnswerRe: connect to a DB2 database from the VC++ Pin
Rajesh R Subramanian26-Aug-09 20:06
professionalRajesh R Subramanian26-Aug-09 20:06 
QuestionCRegKey and Vista permissions Pin
jeffb4226-Aug-09 12:55
jeffb4226-Aug-09 12:55 
AnswerRe: CRegKey and Vista permissions Pin
David Crow26-Aug-09 17:30
David Crow26-Aug-09 17:30 
QuestionPassword Program Help Please!!! Pin
posidonofthecode26-Aug-09 10:06
posidonofthecode26-Aug-09 10:06 
AnswerRe: Password Program Help Please!!! Pin
David Crow26-Aug-09 10:58
David Crow26-Aug-09 10:58 
GeneralRe: Password Program Help Please!!! Pin
posidonofthecode27-Aug-09 14:29
posidonofthecode27-Aug-09 14:29 
QuestionFunction return? Pin
dipuks26-Aug-09 7:39
dipuks26-Aug-09 7:39 

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.