Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionreg., CImage sources (UNICODE COMPATIBLE) to load GIF, JPEG Pin
ganesa moorthy2-Apr-08 4:50
ganesa moorthy2-Apr-08 4:50 
GeneralRe: reg., CImage sources (UNICODE COMPATIBLE) to load GIF, JPEG Pin
Mark Salsbery2-Apr-08 6:08
Mark Salsbery2-Apr-08 6:08 
GeneralRe: reg., CImage sources (UNICODE COMPATIBLE) to load GIF, JPEG Pin
ganesa moorthy3-Apr-08 19:36
ganesa moorthy3-Apr-08 19:36 
GeneralRe: reg., CImage sources (UNICODE COMPATIBLE) to load GIF, JPEG Pin
Mark Salsbery4-Apr-08 6:04
Mark Salsbery4-Apr-08 6:04 
GeneralRe: reg., CImage sources (UNICODE COMPATIBLE) to load GIF, JPEG Pin
Hamid_RT7-Apr-08 4:07
Hamid_RT7-Apr-08 4:07 
QuestionMixed metaphor problem Pin
Matthew Faithfull2-Apr-08 4:22
Matthew Faithfull2-Apr-08 4:22 
GeneralRe: Mixed metaphor problem Pin
Nemanja Trifunovic2-Apr-08 4:42
Nemanja Trifunovic2-Apr-08 4:42 
GeneralRe: Mixed metaphor problem [modified] Pin
Matthew Faithfull2-Apr-08 4:50
Matthew Faithfull2-Apr-08 4:50 
Yes it would normally and I've been thinking about using it. There is one small snag though. What if the conditional code is something like this:-

<br />
#if (CSomething::E_IsCool)<br />
#define _LONG_SUFFIX(_X) _X#L<br />
#else<br />
#define _LONG_SUFFIX(_X) _X<br />
#endif<br />


I can't find any way to pull in things like this that seem to have to be macros conditionally at the moment and I'm only really sold on going the template-mp route if I can do it all that way. Unsure | :~

Nothing is exactly what it seems but everything with seems can be unpicked.

modified on Wednesday, April 2, 2008 10:59 AM

GeneralRe: Mixed metaphor problem Pin
CPallini2-Apr-08 4:50
mveCPallini2-Apr-08 4:50 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 5:06
Matthew Faithfull2-Apr-08 5:06 
GeneralRe: Mixed metaphor problem Pin
led mike2-Apr-08 5:10
led mike2-Apr-08 5:10 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 5:16
Matthew Faithfull2-Apr-08 5:16 
GeneralRe: Mixed metaphor problem Pin
led mike2-Apr-08 5:31
led mike2-Apr-08 5:31 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 5:50
Matthew Faithfull2-Apr-08 5:50 
GeneralRe: Mixed metaphor problem Pin
led mike2-Apr-08 5:54
led mike2-Apr-08 5:54 
GeneralRe: Mixed metaphor problem Pin
CPallini2-Apr-08 5:18
mveCPallini2-Apr-08 5:18 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 5:28
Matthew Faithfull2-Apr-08 5:28 
GeneralRe: Mixed metaphor problem Pin
led mike2-Apr-08 5:37
led mike2-Apr-08 5:37 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 5:49
Matthew Faithfull2-Apr-08 5:49 
GeneralRe: Mixed metaphor problem Pin
led mike2-Apr-08 5:53
led mike2-Apr-08 5:53 
GeneralRe: Mixed metaphor problem Pin
Michael Dunn2-Apr-08 10:18
sitebuilderMichael Dunn2-Apr-08 10:18 
GeneralRe: Mixed metaphor problem Pin
Matthew Faithfull2-Apr-08 12:16
Matthew Faithfull2-Apr-08 12:16 
Questioncheck file opened or not? Pin
George_George2-Apr-08 3:55
George_George2-Apr-08 3:55 
AnswerRe: check file opened or not? Pin
David Crow2-Apr-08 4:16
David Crow2-Apr-08 4:16 
GeneralRe: check file opened or not? Pin
George_George2-Apr-08 20:40
George_George2-Apr-08 20:40 

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.