Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Game State using C++ Pin
Stephen Hewitt14-Jun-10 14:14
Stephen Hewitt14-Jun-10 14:14 
QuestionHow can specific type details be filtered from Dia2Dump ? Pin
glitteringsound14-Jun-10 0:45
glitteringsound14-Jun-10 0:45 
Questionhow to bounce balls on quad Pin
nearest13-Jun-10 23:57
nearest13-Jun-10 23:57 
AnswerRe: how to bounce balls on quad Pin
Maximilien14-Jun-10 0:52
Maximilien14-Jun-10 0:52 
AnswerRe: how to bounce balls on quad Pin
Cedric Moonen14-Jun-10 1:29
Cedric Moonen14-Jun-10 1:29 
AnswerRe: how to bounce balls on quad [modified] Pin
CPallini14-Jun-10 1:31
mveCPallini14-Jun-10 1:31 
Questionget the process' path by its pid Pin
Krauze13-Jun-10 23:07
Krauze13-Jun-10 23:07 
AnswerRe: get the process' path by its pid Pin
CPallini13-Jun-10 23:20
mveCPallini13-Jun-10 23:20 
Krauze wrote:
1.cannot convert char[260] to LPTSTR ( strPath )


Change from:
Krauze wrote:
char strPath[MAX_PATH];

To:
TCHAR strPath[MAX_PATH];




Krauze wrote:
2.cannot convert HANDLE to HMODULE ( hMod )

This is bit strange, since you're passing an HMODULE...
Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: get the process' path by its pid Pin
Krauze14-Jun-10 1:52
Krauze14-Jun-10 1:52 
AnswerRe: get the process' path by its pid Pin
Richard MacCutchan13-Jun-10 23:40
mveRichard MacCutchan13-Jun-10 23:40 
GeneralRe: get the process' path by its pid Pin
Krauze14-Jun-10 1:53
Krauze14-Jun-10 1:53 
GeneralRe: get the process' path by its pid Pin
Richard MacCutchan14-Jun-10 3:58
mveRichard MacCutchan14-Jun-10 3:58 
QuestionRe: get the process' path by its pid Pin
norish14-Jun-10 8:41
norish14-Jun-10 8:41 
AnswerRe: get the process' path by its pid Pin
Krauze14-Jun-10 15:55
Krauze14-Jun-10 15:55 
QuestionListBox (CListBox) focus frame problems introduced with a shlwapi.dll security update in Windows XP 32 bit Pin
User 2694213-Jun-10 21:52
professionalUser 2694213-Jun-10 21:52 
QuestionC2061 Pin
T.RATHA KRISHNAN13-Jun-10 21:06
T.RATHA KRISHNAN13-Jun-10 21:06 
AnswerRe: C2061 Pin
«_Superman_»13-Jun-10 21:15
professional«_Superman_»13-Jun-10 21:15 
AnswerRe: C2061 PinPopular
Richard MacCutchan13-Jun-10 21:35
mveRichard MacCutchan13-Jun-10 21:35 
GeneralRe: C2061 Pin
Aescleal13-Jun-10 21:38
Aescleal13-Jun-10 21:38 
GeneralRe: C2061 Pin
Richard MacCutchan13-Jun-10 22:46
mveRichard MacCutchan13-Jun-10 22:46 
AnswerRe: C2061 Pin
Aescleal13-Jun-10 21:35
Aescleal13-Jun-10 21:35 
AnswerRe: C2061 Pin
sunlin715-Jun-10 2:45
sunlin715-Jun-10 2:45 
GeneralRe: C2061 Pin
sunlin715-Jun-10 2:48
sunlin715-Jun-10 2:48 
AnswerRe: C2061 Pin
ThatsAlok17-Jun-10 0:06
ThatsAlok17-Jun-10 0:06 
QuestionGetting addresses...setjmp/longjmp Pin
_AnsHUMAN_ 13-Jun-10 20:34
_AnsHUMAN_ 13-Jun-10 20:34 

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.