Click here to Skip to main content
16,005,826 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Enumerate exported functions, how? Pin
pba_19-Feb-02 6:22
pba_19-Feb-02 6:22 
GeneralVC++ - Windows CE - Palm Pin
18-Feb-02 21:22
suss18-Feb-02 21:22 
GeneralRe: VC++ - Windows CE - Palm Pin
Michael P Butler18-Feb-02 22:50
Michael P Butler18-Feb-02 22:50 
GeneralRe: VC++ - Windows CE - Palm Pin
18-Feb-02 23:56
suss18-Feb-02 23:56 
GeneralSecurity problem with my Asynchronous Pluggable Protocol Handler Pin
Emmanuel Derriey18-Feb-02 21:11
Emmanuel Derriey18-Feb-02 21:11 
GeneralDocument class Pin
Mazdak18-Feb-02 21:05
Mazdak18-Feb-02 21:05 
GeneralRe: Document class Pin
Joaquín M López Muñoz18-Feb-02 21:33
Joaquín M López Muñoz18-Feb-02 21:33 
GeneralRe: Document class Pin
Mazdak18-Feb-02 22:56
Mazdak18-Feb-02 22:56 
When I used that code,there was an error return,about "GetActiveDocument()"
but I change it to this"
CMainFrame * pWnd =dynamic_cast<CMainFrame *>(AfxGetApp()->m_pMainWnd);
ASSERT_VALID(pWnd);

CMyDoc * pDoc =dynamic_cast<CMyDoc *>(pWnd->GetActiveDocument());
ASSERT_VALID(pDoc);


and it work properly.
Anyway,thanks for your helpSmile | :)

Mazy

Don't Marry a Person You Can Live With...
Marry Someone You Can Not Live Without
GeneralRe: Document class Pin
Joaquín M López Muñoz18-Feb-02 23:02
Joaquín M López Muñoz18-Feb-02 23:02 
GeneralRe: Document class Pin
Mazdak19-Feb-02 0:15
Mazdak19-Feb-02 0:15 
GeneralRe: Document class Pin
Joaquín M López Muñoz19-Feb-02 0:30
Joaquín M López Muñoz19-Feb-02 0:30 
GeneralRe: Document class Pin
Mazdak19-Feb-02 1:44
Mazdak19-Feb-02 1:44 
GeneralCPU speed Pin
alex.barylski18-Feb-02 20:44
alex.barylski18-Feb-02 20:44 
GeneralRe: CPU speed Pin
Michael Dunn18-Feb-02 21:07
sitebuilderMichael Dunn18-Feb-02 21:07 
GeneralRe: CPU speed Pin
alex.barylski18-Feb-02 21:38
alex.barylski18-Feb-02 21:38 
GeneralRe: CPU speed Pin
Joaquín M López Muñoz18-Feb-02 21:47
Joaquín M López Muñoz18-Feb-02 21:47 
GeneralRe: CPU speed Pin
alex.barylski18-Feb-02 23:02
alex.barylski18-Feb-02 23:02 
GeneralRe: CPU speed Pin
Joaquín M López Muñoz18-Feb-02 23:04
Joaquín M López Muñoz18-Feb-02 23:04 
GeneralOLEDB Provider Pin
Mazdak18-Feb-02 20:35
Mazdak18-Feb-02 20:35 
Questionwhy _CrtIsValidHeapPointer(pUserData)=false? Pin
gropex18-Feb-02 19:41
gropex18-Feb-02 19:41 
AnswerRe: why _CrtIsValidHeapPointer(pUserData)=false? Pin
Joaquín M López Muñoz18-Feb-02 20:03
Joaquín M López Muñoz18-Feb-02 20:03 
GeneralRe: why _CrtIsValidHeapPointer(pUserData)=false? Pin
gropex18-Feb-02 22:18
gropex18-Feb-02 22:18 
GeneralRe: why _CrtIsValidHeapPointer(pUserData)=false? Pin
Joaquín M López Muñoz18-Feb-02 22:37
Joaquín M López Muñoz18-Feb-02 22:37 
GeneralRe: why _CrtIsValidHeapPointer(pUserData)=false? Pin
Bill Wilson19-Feb-02 6:26
Bill Wilson19-Feb-02 6:26 
GeneralIRC on VC++ .NET Pin
MaTrIX2k218-Feb-02 18:53
MaTrIX2k218-Feb-02 18:53 

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.