Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp with templates Pin
Anonymous18-Aug-03 12:56
Anonymous18-Aug-03 12:56 
GeneralRe: Help with templates Pin
Abebe18-Aug-03 20:55
Abebe18-Aug-03 20:55 
GeneralAdded a new file to a Project. (Program won't compile afterwards.) Pin
WREY18-Aug-03 12:52
WREY18-Aug-03 12:52 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
Iain Clarke, Warrior Programmer18-Aug-03 23:16
Iain Clarke, Warrior Programmer18-Aug-03 23:16 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
WREY19-Aug-03 0:06
WREY19-Aug-03 0:06 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
Iain Clarke, Warrior Programmer19-Aug-03 0:13
Iain Clarke, Warrior Programmer19-Aug-03 0:13 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
WREY19-Aug-03 0:28
WREY19-Aug-03 0:28 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
Norman Bates19-Aug-03 1:03
Norman Bates19-Aug-03 1:03 
by default the file is expected to be in the same directory as the project (.dsp) file, otherwise you need to do one of the following;

a) mangle the include statement in your files (e.g. #include "..\common\abc.h", or
b) add the path via Project -> Settings -> C++ -> Preprocessor -> Additional Include directories.

nb
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
WREY19-Aug-03 8:35
WREY19-Aug-03 8:35 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
David Crow19-Aug-03 9:04
David Crow19-Aug-03 9:04 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
David Crow19-Aug-03 3:06
David Crow19-Aug-03 3:06 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
WREY19-Aug-03 8:54
WREY19-Aug-03 8:54 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
David Crow19-Aug-03 9:08
David Crow19-Aug-03 9:08 
GeneralRe: Added a new file to a Project. (Program won't compile afterwards.) Pin
WREY19-Aug-03 9:54
WREY19-Aug-03 9:54 
GeneralProblems Please help (and sorry for the size) Pin
Vassilis Papoulidis18-Aug-03 12:20
Vassilis Papoulidis18-Aug-03 12:20 
GeneralRe: Problems Please help (and sorry for the size) Pin
Roger Stewart18-Aug-03 17:10
professionalRoger Stewart18-Aug-03 17:10 
GeneralRe: Problems Please help (and sorry for the size) Pin
David Crow19-Aug-03 3:17
David Crow19-Aug-03 3:17 
GeneralRe: Problems Please help (and sorry for the size) Pin
Vassilis Papoulidis19-Aug-03 12:04
Vassilis Papoulidis19-Aug-03 12:04 
GeneralRe: Problems Please help (and sorry for the size) Pin
Vassilis Papoulidis19-Aug-03 12:18
Vassilis Papoulidis19-Aug-03 12:18 
GeneralCRect constructor-beginner question Pin
7stud18-Aug-03 10:43
7stud18-Aug-03 10:43 
GeneralRe: CRect constructor-beginner question Pin
David Crow18-Aug-03 10:47
David Crow18-Aug-03 10:47 
GeneralRe: CRect constructor-beginner question Pin
Neville Franks18-Aug-03 10:48
Neville Franks18-Aug-03 10:48 
GeneralRe: CRect constructor-beginner question Pin
7stud18-Aug-03 11:22
7stud18-Aug-03 11:22 
GeneralRe: CRect constructor-beginner question Pin
Neville Franks18-Aug-03 11:30
Neville Franks18-Aug-03 11:30 
GeneralRe: CRect constructor-beginner question Pin
Michael Dunn18-Aug-03 11:51
sitebuilderMichael Dunn18-Aug-03 11:51 

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.