Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with Side-by-Side error Pin
turbosupramk36-Jun-11 4:46
turbosupramk36-Jun-11 4:46 
GeneralRe: Help with Side-by-Side error Pin
Chuck O'Toole6-Jun-11 6:39
Chuck O'Toole6-Jun-11 6:39 
AnswerRe: Help with Side-by-Side error Pin
turbosupramk36-Jun-11 6:21
turbosupramk36-Jun-11 6:21 
QuestionHow to get the locale? [SOLVED] Pin
Super Lloyd2-Jun-11 5:57
Super Lloyd2-Jun-11 5:57 
AnswerRe: How to get the locale? [SOLVED] Pin
David Crow2-Jun-11 7:45
David Crow2-Jun-11 7:45 
AnswerRe: How to get the locale? [SOLVED] Pin
Super Lloyd2-Jun-11 16:59
Super Lloyd2-Jun-11 16:59 
GeneralRe: How to get the locale? [SOLVED] Pin
David Crow3-Jun-11 3:09
David Crow3-Jun-11 3:09 
QuestionTrouble with C macro '#' Pin
Cold_Fearing_Bird2-Jun-11 5:45
Cold_Fearing_Bird2-Jun-11 5:45 
#define MyTemplate( filename ) "D:/Template/MyApp/" # filename

#include MyTemplate( stdafx.h ) // failed to compile

int main()
{
cout << MyTmeplate( stdafx.h ) // ok, print "D:/Template/MyApp/stdafx.h"
}

How to include files in "D:/Template/MyApp/" if I don't copy them to my own project directorie?
solution like the macro doesn't work perhaps #include instruction doesn't accept another '#' in its statement.
Could someone help me, thanks in advance!
AnswerRe: Trouble with C macro '#' Pin
Geoff Williams2-Jun-11 6:33
Geoff Williams2-Jun-11 6:33 
AnswerRe: Trouble with C macro '#' Pin
MicroVirus2-Jun-11 7:45
MicroVirus2-Jun-11 7:45 
GeneralRe: Trouble with C macro '#' Pin
Cold_Fearing_Bird2-Jun-11 16:20
Cold_Fearing_Bird2-Jun-11 16:20 
GeneralRe: Trouble with C macro '#' Pin
Cold_Fearing_Bird2-Jun-11 17:07
Cold_Fearing_Bird2-Jun-11 17:07 
AnswerRe: Trouble with C macro '#' Pin
వేంకటనారాయణ(venkatmakam)2-Jun-11 19:41
వేంకటనారాయణ(venkatmakam)2-Jun-11 19:41 
QuestionMFC Passing a string from a thread then printing out in a edit box not working Pin
kosacid2-Jun-11 0:25
kosacid2-Jun-11 0:25 
QuestionRe: MFC Passing a string from a thread then printing out in a edit box not working Pin
David Crow2-Jun-11 4:19
David Crow2-Jun-11 4:19 
AnswerRe: MFC Passing a string from a thread then printing out in a edit box not working Pin
kosacid2-Jun-11 7:12
kosacid2-Jun-11 7:12 
AnswerRe: MFC Passing a string from a thread then printing out in a edit box not working Pin
David Crow2-Jun-11 7:39
David Crow2-Jun-11 7:39 
GeneralRe: MFC Passing a string from a thread then printing out in a edit box not working Pin
kosacid2-Jun-11 22:51
kosacid2-Jun-11 22:51 
GeneralRe: MFC Passing a string from a thread then printing out in a edit box not working Pin
David Crow3-Jun-11 3:05
David Crow3-Jun-11 3:05 
QuestionWhere can I find atlimage.h ? Pin
_Flaviu1-Jun-11 21:10
_Flaviu1-Jun-11 21:10 
AnswerRe: Where can I find atlimage.h ? Pin
vishalgpt1-Jun-11 22:14
vishalgpt1-Jun-11 22:14 
GeneralRe: Where can I find atlimage.h ? Pin
_Flaviu1-Jun-11 22:34
_Flaviu1-Jun-11 22:34 
GeneralRe: Where can I find atlimage.h ? Pin
vishalgpt1-Jun-11 22:47
vishalgpt1-Jun-11 22:47 
GeneralRe: Where can I find atlimage.h ? Pin
_Flaviu2-Jun-11 0:36
_Flaviu2-Jun-11 0:36 
QuestionStrange Font Problem in Edit Control [SOLVED] Pin
vishalgpt1-Jun-11 16:43
vishalgpt1-Jun-11 16:43 

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.