Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting Focus from Login dialog to other dialog Pin
dk_sn1p3r21-Aug-03 10:53
dk_sn1p3r21-Aug-03 10:53 
GeneralRe: Setting Focus from Login dialog to other dialog Pin
valikac21-Aug-03 17:43
valikac21-Aug-03 17:43 
GeneralParsing Tabulted Text Files Pin
afj66618-Aug-03 13:29
afj66618-Aug-03 13:29 
GeneralRe: Parsing Tabulted Text Files Pin
Steve S18-Aug-03 22:17
Steve S18-Aug-03 22:17 
GeneralHelp with templates (newbie) Pin
Anonymous18-Aug-03 12:57
Anonymous18-Aug-03 12:57 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 13:23
protectorChristian Graus18-Aug-03 13:23 
GeneralRe: Help with templates (newbie) Pin
Jay Hova18-Aug-03 16:03
Jay Hova18-Aug-03 16:03 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 17:03
protectorChristian Graus18-Aug-03 17:03 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 13:26
protectorChristian Graus18-Aug-03 13:26 
GeneralRe: Help with templates (newbie) Pin
Michael Dunn18-Aug-03 14:11
sitebuilderMichael Dunn18-Aug-03 14:11 
GeneralRe: Help with templates (newbie) Pin
Nemanja Trifunovic18-Aug-03 18:54
Nemanja Trifunovic18-Aug-03 18:54 
GeneralRe: Help with templates (newbie) Pin
Hosam Aly Mahmoud18-Aug-03 21:39
Hosam Aly Mahmoud18-Aug-03 21:39 
GeneralRe: Help with templates (newbie) Pin
Michael Dunn19-Aug-03 6:50
sitebuilderMichael Dunn19-Aug-03 6:50 
GeneralRe: Help with templates (newbie) Pin
Hosam Aly Mahmoud19-Aug-03 7:41
Hosam Aly Mahmoud19-Aug-03 7:41 
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 

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.