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

C / C++ / MFC

 
GeneralRe: Coding Convention Pin
capricious_00119-Jun-06 18:21
capricious_00119-Jun-06 18:21 
GeneralRe: Coding Convention Pin
FarPointer19-Jun-06 18:56
FarPointer19-Jun-06 18:56 
GeneralRe: Coding Convention Pin
Blake Miller20-Jun-06 8:33
Blake Miller20-Jun-06 8:33 
QuestionC++/Non MFC [modified] Pin
Bram van Kampen19-Jun-06 14:20
Bram van Kampen19-Jun-06 14:20 
AnswerRe: C++/Non MFC Pin
Stephen Hewitt19-Jun-06 16:19
Stephen Hewitt19-Jun-06 16:19 
QuestionQueueUserAPC Pin
neilsolent19-Jun-06 9:41
neilsolent19-Jun-06 9:41 
QuestionRe: QueueUserAPC Pin
David Crow19-Jun-06 9:55
David Crow19-Jun-06 9:55 
AnswerRe: QueueUserAPC Pin
neilsolent19-Jun-06 10:32
neilsolent19-Jun-06 10:32 
Thanks. Yes your code does compile, but it is not an MFC application with the MFC headers. i.e. The following doesn't compile (project created with VC++ Wizard - console application that supports MFC - with your lines added)...

#include "stdafx.h"

#define _win32_WINNT 0x500
#include <windows.h>
void main( void )
{
QueueUserAPC(0, 0, 0);
}


The stadfx.h seems to screw it up....

Any ideas?

cheers,
Neil
GeneralRe: QueueUserAPC Pin
David Crow19-Jun-06 10:38
David Crow19-Jun-06 10:38 
GeneralRe: QueueUserAPC Pin
neilsolent19-Jun-06 11:03
neilsolent19-Jun-06 11:03 
GeneralRe: QueueUserAPC Pin
neilsolent19-Jun-06 11:05
neilsolent19-Jun-06 11:05 
QuestionQuestion about Com in Visual C++... Pin
Yanshof19-Jun-06 9:18
Yanshof19-Jun-06 9:18 
AnswerNo one can help me with this question ... ? Pin
Yanshof19-Jun-06 17:36
Yanshof19-Jun-06 17:36 
GeneralRe: No one can help me with this question ... ? Pin
Milton Karimbekallil19-Jun-06 21:27
Milton Karimbekallil19-Jun-06 21:27 
GeneralRe: No one can help me with this question ... ? Pin
Steve S19-Jun-06 21:30
Steve S19-Jun-06 21:30 
GeneralRe: No one can help me with this question ... ? Pin
Milton Karimbekallil20-Jun-06 6:25
Milton Karimbekallil20-Jun-06 6:25 
QuestionEnumerating processes Pin
Shawn Brant19-Jun-06 8:50
Shawn Brant19-Jun-06 8:50 
AnswerRe: Enumerating processes Pin
Justin Tay19-Jun-06 9:14
Justin Tay19-Jun-06 9:14 
AnswerRe: Enumerating processes Pin
David Crow19-Jun-06 9:16
David Crow19-Jun-06 9:16 
QuestionSimple Reg Exp Pin
spelltwister19-Jun-06 8:23
spelltwister19-Jun-06 8:23 
AnswerRe: Simple Reg Exp Pin
Justin Tay19-Jun-06 8:42
Justin Tay19-Jun-06 8:42 
AnswerRe: Simple Reg Exp Pin
David Crow19-Jun-06 8:42
David Crow19-Jun-06 8:42 
AnswerRe: Simple Reg Exp Pin
James R. Twine19-Jun-06 14:57
James R. Twine19-Jun-06 14:57 
QuestionDetermining the exact directory path [modified] Pin
capricious_00119-Jun-06 6:09
capricious_00119-Jun-06 6:09 
AnswerRe: Determining the exact directory path Pin
Steve S19-Jun-06 6:19
Steve S19-Jun-06 6:19 

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.