Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Bob Ciora7-Feb-05 6:16
Bob Ciora7-Feb-05 6:16 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
V.7-Feb-05 2:54
professionalV.7-Feb-05 2:54 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 13:32
RicD337-Feb-05 13:32 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Cedric Moonen7-Feb-05 3:35
Cedric Moonen7-Feb-05 3:35 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Wes Aday7-Feb-05 4:45
professionalWes Aday7-Feb-05 4:45 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 13:57
RicD337-Feb-05 13:57 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Wes Aday7-Feb-05 17:45
professionalWes Aday7-Feb-05 17:45 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD338-Feb-05 2:40
RicD338-Feb-05 2:40 
Thats a kind request! I now have 25 errors. Here are the errors...

13 of these errors are the same type of synxax error - missing semicolon ; before "do/if/}/while" so I have left these errors out...

'm_bEnableMessage' : Undeclared Identifier
CODE = " m_bEnableMessage = TRUE;)"

Missing function header (old style format list?)
CODE = " ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);" (this error is here three times in different places)

'GetSystemMenu' : Function does not take 1 parameters
CODE = " CMenu* pSysMenu = GetSystemMenu(FALSE);"

'm_hlcon' : Undeclered identifier
CODE = " CMenu* pSysMenu = GetSystemMenu(FALSE);"

'Setlcon' : missing storage-class or type specifiers (this error is here twice)

too many initializers

'Seticon' : redefinition;multiple initialization
CODE = " SetIcon(m_hIcon, FALSE); // Set small icon"


it is to do with the initial instructions, like "show a message in the edit box" and these things are not working.

I can send a zip file of this whole thing but I am running late for work at the moment and so I will send this tonight, thanks for helping.
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Anonymous9-Mar-05 13:09
Anonymous9-Mar-05 13:09 
GeneralPostMessage() Pin
includeh107-Feb-05 0:17
includeh107-Feb-05 0:17 
GeneralRe: PostMessage() Pin
Cedric Moonen7-Feb-05 1:14
Cedric Moonen7-Feb-05 1:14 
GeneralRe: PostMessage() Pin
Adi Narayana7-Feb-05 1:15
Adi Narayana7-Feb-05 1:15 
QuestionHow to return an object pointer from an ActiveX control Pin
7-Feb-05 0:03
suss7-Feb-05 0:03 
AnswerRe: How to return an object pointer from an ActiveX control Pin
Member 341377-Feb-05 4:56
Member 341377-Feb-05 4:56 
AnswerRe: How to return an object pointer from an ActiveX control Pin
Sheng Jiang 蒋晟7-Feb-05 14:18
Sheng Jiang 蒋晟7-Feb-05 14:18 
QuestionHow to display picture while my programm is running Pin
bilas6-Feb-05 23:37
bilas6-Feb-05 23:37 
GeneralHelp with global variables Pin
Muad-Dib6-Feb-05 23:31
Muad-Dib6-Feb-05 23:31 
GeneralRe: Help with global variables Pin
bilas6-Feb-05 23:44
bilas6-Feb-05 23:44 
GeneralRe: Help with global variables Pin
Antony M Kancidrowski7-Feb-05 1:38
Antony M Kancidrowski7-Feb-05 1:38 
GeneralRe: Help with global variables Pin
Muad-Dib7-Feb-05 2:36
Muad-Dib7-Feb-05 2:36 
GeneralRe: Help with global variables Pin
Muad-Dib7-Feb-05 11:53
Muad-Dib7-Feb-05 11:53 
GeneralRe: Help with global variables Pin
Antony M Kancidrowski7-Feb-05 11:58
Antony M Kancidrowski7-Feb-05 11:58 
GeneralRe: Help with global variables Pin
Muad-Dib7-Feb-05 20:43
Muad-Dib7-Feb-05 20:43 
GeneralRe: Help with global variables Pin
Antony M Kancidrowski8-Feb-05 10:45
Antony M Kancidrowski8-Feb-05 10:45 
Generalinformation on pixel of a picture Pin
petit sorcier6-Feb-05 23:23
petit sorcier6-Feb-05 23:23 

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.