Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: handling databases in MFC Pin
Michael P Butler3-Aug-04 0:44
Michael P Butler3-Aug-04 0:44 
GeneralRe: handling databases in MFC Pin
Anders Gustafsson17-Jan-06 5:15
Anders Gustafsson17-Jan-06 5:15 
GeneralA question Pin
rfixxxer2-Aug-04 23:53
rfixxxer2-Aug-04 23:53 
GeneralRe: A question Pin
Anonymous3-Aug-04 0:01
Anonymous3-Aug-04 0:01 
GeneralRe: A question Pin
rfixxxer3-Aug-04 0:07
rfixxxer3-Aug-04 0:07 
GeneralRe: A question Pin
Zeeshan Bilal3-Aug-04 0:16
Zeeshan Bilal3-Aug-04 0:16 
GeneralRe: A question Pin
David Crow3-Aug-04 3:48
David Crow3-Aug-04 3:48 
GeneralMakefile problems Pin
mcsherry2-Aug-04 23:40
mcsherry2-Aug-04 23:40 
Hi,

I've got a mixed source code project (ADA, C and C++) which I need to compile using a makefile (linking will be done at the ada side). For the C++ and C code I'm using the Visual C++ 6.0 compiler and I run vcvars32 beforehand to ensure that the compiler options are setup. However, the problem I'm having is that when I #include any 'system' header files, e.g. fstream.h, stdio, etc... I get an error saying it can't find the specified file. I've tried including a hardcoded path in my make file to these files but I still get the same error! Confused | :confused:
Does anyone know how I can get my makefile to (preferably automatically) pick up these files?

Also sometimes when I reboot my machine the makefile tries to use the g++3 compiler instead of the studio one, what might be causing this? (I'm using VC 6.0 compiler in other parts of the project so I'm trying to keep the number of compilers, languages and libraries down to a minimum)

many thanks,
Generallinking error with "afxdao.h" Pin
si_692-Aug-04 23:19
si_692-Aug-04 23:19 
GeneralRe: linking error with "afxdao.h" Pin
David Crow3-Aug-04 3:54
David Crow3-Aug-04 3:54 
GeneralRe: linking error with "afxdao.h" Pin
si_693-Aug-04 3:58
si_693-Aug-04 3:58 
GeneralRe: linking error with "afxdao.h" Pin
David Crow3-Aug-04 4:04
David Crow3-Aug-04 4:04 
QuestionHow to show a dialog in the taskbar? Pin
GiHubb2-Aug-04 23:12
GiHubb2-Aug-04 23:12 
Questionhow to fing windows system directory Pin
Anonymous2-Aug-04 22:42
Anonymous2-Aug-04 22:42 
AnswerRe: how to fing windows system directory Pin
peterchen2-Aug-04 23:02
peterchen2-Aug-04 23:02 
GeneralRe: how to find windows system directory Pin
Anonymous2-Aug-04 23:30
Anonymous2-Aug-04 23:30 
GeneralRe: how to find windows system directory Pin
User 66583-Aug-04 1:46
User 66583-Aug-04 1:46 
GeneralRe: how to find windows system directory Pin
Anonymous2-Aug-04 23:59
Anonymous2-Aug-04 23:59 
GeneralRe: how to find windows system directory Pin
Michael P Butler3-Aug-04 0:49
Michael P Butler3-Aug-04 0:49 
GeneralRe: how to find windows system directory Pin
peterchen3-Aug-04 2:06
peterchen3-Aug-04 2:06 
AnswerRe: how to fing windows system directory Pin
Anonymous3-Aug-04 1:44
Anonymous3-Aug-04 1:44 
GeneralRe: how to fing windows system directory Pin
David Crow3-Aug-04 3:57
David Crow3-Aug-04 3:57 
AnswerRe: how to fing windows system directory Pin
parths3-Aug-04 1:45
parths3-Aug-04 1:45 
AnswerRe: how to fing windows system directory Pin
Anonymous3-Aug-04 1:46
Anonymous3-Aug-04 1:46 
Generalscrolling up Pin
V.2-Aug-04 22:41
professionalV.2-Aug-04 22:41 

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.