Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can use Find Operation in CListCtrl? Pin
Le@rner11-Aug-09 21:24
Le@rner11-Aug-09 21:24 
QuestionHow can I manage the disk space like manage the memory with C++ Pin
jibeex10-Aug-09 19:41
jibeex10-Aug-09 19:41 
AnswerRe: How can I manage the disk space like manage the memory with C++ Pin
Stuart Dootson10-Aug-09 21:41
professionalStuart Dootson10-Aug-09 21:41 
QuestionDebug a Com DLL Pin
002comp10-Aug-09 19:26
002comp10-Aug-09 19:26 
AnswerRe: Debug a Com DLL Pin
Adam Roderick J10-Aug-09 19:48
Adam Roderick J10-Aug-09 19:48 
GeneralUnregister a DLL Pin
002comp10-Aug-09 20:11
002comp10-Aug-09 20:11 
GeneralRe: Unregister a DLL Pin
Adam Roderick J10-Aug-09 20:30
Adam Roderick J10-Aug-09 20:30 
GeneralRe: Unregister a DLL Pin
002comp10-Aug-09 20:53
002comp10-Aug-09 20:53 
GeneralRe: Unregister a DLL Pin
Adam Roderick J11-Aug-09 0:18
Adam Roderick J11-Aug-09 0:18 
Questionini file Pin
Member 59031010-Aug-09 19:23
Member 59031010-Aug-09 19:23 
AnswerRe: ini file Pin
002comp10-Aug-09 19:31
002comp10-Aug-09 19:31 
AnswerRe: ini file Pin
Joe Woodbury10-Aug-09 19:44
professionalJoe Woodbury10-Aug-09 19:44 
GeneralRe: ini file Pin
Adam Roderick J10-Aug-09 19:54
Adam Roderick J10-Aug-09 19:54 
Question#define problem Pin
kk.tvm10-Aug-09 19:02
kk.tvm10-Aug-09 19:02 
AnswerRe: #define problem Pin
Code-o-mat10-Aug-09 20:33
Code-o-mat10-Aug-09 20:33 
GeneralRe: #define problem Pin
kk.tvm10-Aug-09 22:24
kk.tvm10-Aug-09 22:24 
AnswerRe: #define problem Pin
Adam Roderick J10-Aug-09 20:36
Adam Roderick J10-Aug-09 20:36 
GeneralRe: #define problem Pin
kk.tvm10-Aug-09 22:26
kk.tvm10-Aug-09 22:26 
AnswerRe: #define problem Pin
Stuart Dootson10-Aug-09 21:29
professionalStuart Dootson10-Aug-09 21:29 
GeneralRe: #define problem Pin
kk.tvm10-Aug-09 22:26
kk.tvm10-Aug-09 22:26 
AnswerRe: #define problem Pin
David Crow11-Aug-09 3:18
David Crow11-Aug-09 3:18 
QuestionLNK errors while using an "extern "C"" function Pin
MozhdehQeraati10-Aug-09 18:43
MozhdehQeraati10-Aug-09 18:43 
AnswerRe: LNK errors while using an "extern "C"" function Pin
«_Superman_»10-Aug-09 18:52
professional«_Superman_»10-Aug-09 18:52 
GeneralRe: LNK errors while using an "extern "C"" function Pin
MozhdehQeraati10-Aug-09 19:48
MozhdehQeraati10-Aug-09 19:48 
GeneralRe: LNK errors while using an "extern "C"" function Pin
«_Superman_»10-Aug-09 19:54
professional«_Superman_»10-Aug-09 19:54 
The function must be declared as -
extern "C" int __stdcall foo();

«_Superman
I love work. It gives me something to do between weekends.

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.