Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsnake problem Pin
CodeNomad23-Aug-11 20:08
CodeNomad23-Aug-11 20:08 
AnswerRe: snake problem Pin
enhzflep23-Aug-11 21:07
enhzflep23-Aug-11 21:07 
GeneralRe: snake problem Pin
CodeNomad23-Aug-11 21:10
CodeNomad23-Aug-11 21:10 
GeneralRe: snake problem Pin
enhzflep23-Aug-11 21:29
enhzflep23-Aug-11 21:29 
JokeRe: snake problem Pin
aswinsayeeraman24-Aug-11 21:15
aswinsayeeraman24-Aug-11 21:15 
GeneralRe: snake problem Pin
ThatsAlok30-Aug-11 0:01
ThatsAlok30-Aug-11 0:01 
QuestionWhy GlobalAddAtom always returns none zero even if failed Pin
gaspher23-Aug-11 13:25
gaspher23-Aug-11 13:25 
AnswerRe: Why GlobalAddAtom always returns none zero even if failed Pin
Chris Losinger23-Aug-11 13:42
professionalChris Losinger23-Aug-11 13:42 
how do you know it failed, if the return code is non-zero?

Return Value
ATOM
If the function succeeds, the return value is the newly created atom.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

http://msdn.microsoft.com/en-us/library/ms649060%28v=vs.85%29.aspx[^]

GeneralRe: Sorry I can't type in the 'Text' field. I use the GlobalGetAtomName to retrieve the atom name, and it doesnot match the origin name. This occurs when I Add more than 0x4000 atoms. Pin
gaspher23-Aug-11 13:56
gaspher23-Aug-11 13:56 
GeneralRe: Sorry I can't type in the 'Text' field. I use the GlobalGetAtomName to retrieve the atom name, and it doesnot match the origin name. This occurs when I Add more than 0x4000 atoms. Pin
Chris Losinger24-Aug-11 1:12
professionalChris Losinger24-Aug-11 1:12 
QuestionEXE AcitveX Control Pin
Tracy Software23-Aug-11 3:34
Tracy Software23-Aug-11 3:34 
QuestionFreeing the memory using delete operator for a class object created using new operator gives exception Pin
manoharbalu23-Aug-11 1:52
manoharbalu23-Aug-11 1:52 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Chris Losinger23-Aug-11 1:54
professionalChris Losinger23-Aug-11 1:54 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
CPallini23-Aug-11 1:56
mveCPallini23-Aug-11 1:56 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Hans Dietrich23-Aug-11 2:14
mentorHans Dietrich23-Aug-11 2:14 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Nemanja Trifunovic23-Aug-11 2:22
Nemanja Trifunovic23-Aug-11 2:22 
QuestionRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
CPallini23-Aug-11 2:27
mveCPallini23-Aug-11 2:27 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Nemanja Trifunovic23-Aug-11 3:20
Nemanja Trifunovic23-Aug-11 3:20 
GeneralRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
CPallini23-Aug-11 3:25
mveCPallini23-Aug-11 3:25 
GeneralRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Stefan_Lang23-Aug-11 3:37
Stefan_Lang23-Aug-11 3:37 
JokeRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Niklas L24-Aug-11 2:36
Niklas L24-Aug-11 2:36 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Albert Holguin24-Aug-11 4:34
professionalAlbert Holguin24-Aug-11 4:34 
Questionwinsock error 10014 Pin
vkgktm23-Aug-11 0:11
vkgktm23-Aug-11 0:11 
AnswerRe: winsock error 10014 Pin
CPallini23-Aug-11 0:40
mveCPallini23-Aug-11 0:40 
GeneralRe: winsock error 10014 Pin
vkgktm23-Aug-11 1:28
vkgktm23-Aug-11 1:28 

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.