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

C / C++ / MFC

 
QuestionCheck box in list control Pin
MKC0029-Jan-11 21:21
MKC0029-Jan-11 21:21 
QuestionRe: Check box in list control Pin
David Crow10-Jan-11 5:38
David Crow10-Jan-11 5:38 
Questionequivalent code for filedescriptor in vs10 Pin
gomathylakshmanan9-Jan-11 19:48
gomathylakshmanan9-Jan-11 19:48 
QuestionSHFILEINFO read icon throw exception Pin
yu-jian9-Jan-11 19:34
yu-jian9-Jan-11 19:34 
QuestionRe: SHFILEINFO read icon throw exception Pin
CPallini9-Jan-11 21:31
mveCPallini9-Jan-11 21:31 
AnswerRe: SHFILEINFO read icon throw exception Pin
Richard MacCutchan9-Jan-11 23:05
mveRichard MacCutchan9-Jan-11 23:05 
GeneralRe: SHFILEINFO read icon throw exception Pin
yu-jian13-Jan-11 0:57
yu-jian13-Jan-11 0:57 
QuestionHow to show different window layout Pin
cy163@hotmail.com9-Jan-11 1:11
cy163@hotmail.com9-Jan-11 1:11 
AnswerRe: How to show different window layout Pin
«_Superman_»9-Jan-11 6:45
professional«_Superman_»9-Jan-11 6:45 
QuestionAnother academic question - compiler options or #pragma ? Pin
Vaclav_8-Jan-11 9:28
Vaclav_8-Jan-11 9:28 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
Aescleal8-Jan-11 9:44
Aescleal8-Jan-11 9:44 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
T21028-Jan-11 13:20
T21028-Jan-11 13:20 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
Paul Michalik9-Jan-11 0:53
Paul Michalik9-Jan-11 0:53 
GeneralRe: Another academic question - compiler options or #pragma ? Pin
Vaclav_9-Jan-11 5:17
Vaclav_9-Jan-11 5:17 
QuestionVC 6.0 command line string Pin
Vaclav_8-Jan-11 9:03
Vaclav_8-Jan-11 9:03 
AnswerRe: VC 6.0 command line string Pin
T21028-Jan-11 13:27
T21028-Jan-11 13:27 
QuestionCompiler is ignoring code - VC 6.0 SOLVED [modified] Pin
Vaclav_8-Jan-11 5:00
Vaclav_8-Jan-11 5:00 
Why is this code placed at the begining of the .cpp file ignored by the compiler?
Anything to do with “precompiled headers” project option in VC 6.0?
Here is the snippet.

#pragma message( "Compiling " __FILE__ )
#pragma message( "Last modified on " __TIMESTAMP__ )
#include <cvhaartraining.h>

Works fine from here on

#include "stdafx.h"
#pragma message( "Compiling " __FILE__ )
#pragma message( "Last modified on " __TIMESTAMP__ )
#include <cvhaartraining.h>



....
Thanks for reading.
Cheers Vaclav



-- Modified Saturday, January 8, 2011 2:53 PM
AnswerRe: Compiler is ignoring code - VC 6.0 Pin
User 74293388-Jan-11 5:34
professionalUser 74293388-Jan-11 5:34 
AnswerRe: Compiler is ignoring code - VC 6.0 Pin
Maximilien8-Jan-11 7:17
Maximilien8-Jan-11 7:17 
GeneralRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
Vaclav_8-Jan-11 8:53
Vaclav_8-Jan-11 8:53 
AnswerRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
jschell8-Jan-11 9:05
jschell8-Jan-11 9:05 
GeneralRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
Vaclav_8-Jan-11 9:17
Vaclav_8-Jan-11 9:17 
QuestionExpanding items in CTreeCtrl Pin
Sakhalean8-Jan-11 3:16
Sakhalean8-Jan-11 3:16 
AnswerRe: Expanding items in CTreeCtrl Pin
User 74293388-Jan-11 3:42
professionalUser 74293388-Jan-11 3:42 
AnswerRe: Expanding items in CTreeCtrl Pin
jk chan8-Jan-11 5:24
jk chan8-Jan-11 5:24 

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.