Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGraphics Pipeline questions Ortho projection Pin
shiftwik23-Jun-14 12:04
shiftwik23-Jun-14 12:04 
QuestionTwo ChlidFrames in MDI application? Pin
Member 1074879523-Jun-14 8:59
Member 1074879523-Jun-14 8:59 
AnswerRe: Two ChlidFrames in MDI application? Pin
shiftwik23-Jun-14 12:08
shiftwik23-Jun-14 12:08 
Questionhow to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 1089437823-Jun-14 2:08
Member 1089437823-Jun-14 2:08 
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
leon de boer23-Jun-14 2:16
leon de boer23-Jun-14 2:16 
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
«_Superman_»23-Jun-14 2:36
professional«_Superman_»23-Jun-14 2:36 
GeneralRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 1089437823-Jun-14 2:47
Member 1089437823-Jun-14 2:47 
GeneralRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
leon de boer29-Jun-14 17:23
leon de boer29-Jun-14 17:23 
The first warning is just telling you OleAcc.dll is not used and you can remove the reference to it.

Okay now the problem is simple they are all linker errors you are through the compiler process
That means the linker include directory is wrong or not set at all and those are standard MFC libraries so they should be available.

I am going to take a wild guess take a look under the project settings->linker->command line
It wouldn't happen to contain the command /NODEFAULTLIB would it?

That is the only way I can think to get that problem and if it's there please remove it.
In vino veritas

QuestionRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
David Crow23-Jun-14 6:01
David Crow23-Jun-14 6:01 
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 109213042-Jul-14 22:03
Member 109213042-Jul-14 22:03 
QuestionMFC small help please Pin
dan6060622-Jun-14 20:27
dan6060622-Jun-14 20:27 
AnswerRe: MFC small help please Pin
«_Superman_»22-Jun-14 20:48
professional«_Superman_»22-Jun-14 20:48 
GeneralRe: MFC small help please Pin
dan6060622-Jun-14 22:32
dan6060622-Jun-14 22:32 
GeneralRe: MFC small help please Pin
_Flaviu23-Jun-14 22:10
_Flaviu23-Jun-14 22:10 
Questioncan be p[-1] dereferenced? Pin
sakthimuhuu22-Jun-14 18:54
sakthimuhuu22-Jun-14 18:54 
AnswerRe: can be p[-1] dereferenced? Pin
«_Superman_»22-Jun-14 20:22
professional«_Superman_»22-Jun-14 20:22 
AnswerRe: can be p[-1] dereferenced? Pin
Jochen Arndt22-Jun-14 21:00
professionalJochen Arndt22-Jun-14 21:00 
AnswerRe: can be p[-1] dereferenced? Pin
CPallini22-Jun-14 22:16
mveCPallini22-Jun-14 22:16 
GeneralRe: can be p[-1] dereferenced? Pin
sakthimuhuu24-Jun-14 2:11
sakthimuhuu24-Jun-14 2:11 
QuestionRe: can be p[-1] dereferenced? Pin
CPallini24-Jun-14 2:21
mveCPallini24-Jun-14 2:21 
AnswerRe: can be p[-1] dereferenced? Pin
Satya Chamakuri12-Aug-14 21:38
Satya Chamakuri12-Aug-14 21:38 
QuestionDirectShow not showing mp4 & WndProc Not working Pin
AmbiguousName20-Jun-14 1:23
AmbiguousName20-Jun-14 1:23 
AnswerRe: Can not Get Notification using WndProc Pin
Richard MacCutchan20-Jun-14 1:30
mveRichard MacCutchan20-Jun-14 1:30 
GeneralRe: Can not Get Notification using WndProc Pin
AmbiguousName20-Jun-14 2:04
AmbiguousName20-Jun-14 2:04 
GeneralRe: Can not Get Notification using WndProc Pin
Richard MacCutchan20-Jun-14 2:11
mveRichard MacCutchan20-Jun-14 2:11 

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.