Click here to Skip to main content
15,895,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using wxWidgets.... Pin
JudyL_MD21-Nov-08 3:48
JudyL_MD21-Nov-08 3:48 
QuestionEasy questions about C++ [modified] Pin
akirilov20-Nov-08 23:34
akirilov20-Nov-08 23:34 
AnswerRe: Easy questions about C++ Pin
Cedric Moonen20-Nov-08 23:58
Cedric Moonen20-Nov-08 23:58 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 0:16
akirilov21-Nov-08 0:16 
GeneralRe: Easy questions about C++ Pin
Maximilien21-Nov-08 0:43
Maximilien21-Nov-08 0:43 
GeneralRe: Easy questions about C++ Pin
Cedric Moonen21-Nov-08 1:04
Cedric Moonen21-Nov-08 1:04 
AnswerRe: Easy questions about C++ Pin
Code-o-mat21-Nov-08 0:06
Code-o-mat21-Nov-08 0:06 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 0:22
akirilov21-Nov-08 0:22 
2. With some code will be easier to explain:
int Mem;
...
Mem = LocalAlloc(LHND, ...);
...
WriteFile(f, (void *) Mem,...)


I receive exception during runtime, so my question is what expression to use so it will work properly (writes the pointed by Mem block to file)
GeneralRe: Easy questions about C++ [modified] Pin
Code-o-mat21-Nov-08 0:29
Code-o-mat21-Nov-08 0:29 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 4:17
akirilov21-Nov-08 4:17 
GeneralRe: Easy questions about C++ Pin
Code-o-mat21-Nov-08 6:23
Code-o-mat21-Nov-08 6:23 
GeneralRe: Easy questions about C++ Pin
bulg21-Nov-08 12:59
bulg21-Nov-08 12:59 
GeneralConfusions related to Dll. Pin
Nilesh Hamane20-Nov-08 23:34
Nilesh Hamane20-Nov-08 23:34 
GeneralRe: Confusions related to Dll. Pin
SandipG 20-Nov-08 23:50
SandipG 20-Nov-08 23:50 
GeneralRe: Confusions related to Dll. Pin
tasumisra21-Nov-08 1:14
tasumisra21-Nov-08 1:14 
GeneralRe: Confusions related to Dll. Pin
22491721-Nov-08 15:41
22491721-Nov-08 15:41 
QuestionDelete Shortcut file Pin
MsmVc20-Nov-08 22:11
MsmVc20-Nov-08 22:11 
AnswerRe: Delete Shortcut file Pin
Chandrasekharan P20-Nov-08 22:19
Chandrasekharan P20-Nov-08 22:19 
GeneralRe: Delete Shortcut file Pin
MsmVc20-Nov-08 22:29
MsmVc20-Nov-08 22:29 
AnswerRe: Delete Shortcut file Pin
Iain Clarke, Warrior Programmer20-Nov-08 22:39
Iain Clarke, Warrior Programmer20-Nov-08 22:39 
GeneralRe: Delete Shortcut file Pin
MsmVc20-Nov-08 22:53
MsmVc20-Nov-08 22:53 
GeneralRe: Delete Shortcut file Pin
Iain Clarke, Warrior Programmer20-Nov-08 23:03
Iain Clarke, Warrior Programmer20-Nov-08 23:03 
QuestionColored cursor became Black cursor in Vista Pin
Rahul Vaishnav20-Nov-08 22:00
Rahul Vaishnav20-Nov-08 22:00 
QuestionDynamic Edit Boxes Pin
Chandrasekharan P20-Nov-08 21:30
Chandrasekharan P20-Nov-08 21:30 
AnswerRe: Dynamic Edit Boxes Pin
Cedric Moonen20-Nov-08 21:41
Cedric Moonen20-Nov-08 21:41 

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.