Click here to Skip to main content
15,748,615 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEXECryptor software protection Pin
Jean512-Apr-06 0:50
Jean512-Apr-06 0:50 
Questionconstructor's problem Pin
Mahhouraaaaaa12-Apr-06 0:46
Mahhouraaaaaa12-Apr-06 0:46 
AnswerRe: constructor's problem Pin
Ștefan-Mihai MOGA12-Apr-06 1:01
professionalȘtefan-Mihai MOGA12-Apr-06 1:01 
GeneralRe: constructor's problem Pin
Mahhouraaaaaa12-Apr-06 1:07
Mahhouraaaaaa12-Apr-06 1:07 
GeneralRe: constructor's problem Pin
toxcct12-Apr-06 1:11
toxcct12-Apr-06 1:11 
AnswerRe: constructor's problem Pin
Taka Muraoka12-Apr-06 1:07
Taka Muraoka12-Apr-06 1:07 
GeneralRe: constructor's problem Pin
Mahhouraaaaaa12-Apr-06 1:13
Mahhouraaaaaa12-Apr-06 1:13 
Questioncall from one dll to another dll Pin
Raghunandan S12-Apr-06 0:19
Raghunandan S12-Apr-06 0:19 
Hi All,
I have a non mfc dll(does not contain the CWinApp) which needs to talk to 2nd dll which uses mfc as a shared dll.I want to make a call to the 2nd dll from the 1st one inorder to display a dialog box. I'm using LoadLibrary to load the 2nd dll from the 1st one and using GetProcAddress to get the address of the function which creates an object of dialog box and calls DoModal on it.But when I make a call in this manner, the code is crashing at ASSERT((p = pMap->LookupPermanent(m_hWnd)) != NULL ||
(p = pMap->LookupTemporary(m_hWnd)) != NULL); in Wincore.cpp

Can anyone please tell me what the problem is.

Thanks in advance
Raghu
AnswerRe: call from one dll to another dll Pin
Naveen12-Apr-06 0:34
Naveen12-Apr-06 0:34 
GeneralRe: call from one dll to another dll Pin
Raghunandan S12-Apr-06 0:37
Raghunandan S12-Apr-06 0:37 
GeneralRe: call from one dll to another dll Pin
Naveen12-Apr-06 0:49
Naveen12-Apr-06 0:49 
GeneralRe: call from one dll to another dll Pin
Raghunandan S12-Apr-06 0:52
Raghunandan S12-Apr-06 0:52 
GeneralRe: call from one dll to another dll Pin
Naveen12-Apr-06 1:04
Naveen12-Apr-06 1:04 
Questiondid anybody wrote a CHyperlinkStatic? Pin
Ștefan-Mihai MOGA12-Apr-06 0:13
professionalȘtefan-Mihai MOGA12-Apr-06 0:13 
AnswerRe: did anybody wrote a CHyperlinkStatic? Pin
Gavin Taylor12-Apr-06 0:25
professionalGavin Taylor12-Apr-06 0:25 
AnswerRe: did anybody wrote a CHyperlinkStatic? Pin
James R. Twine12-Apr-06 2:52
James R. Twine12-Apr-06 2:52 
GeneralRe: did anybody wrote a CHyperlinkStatic? Pin
Stephen Hewitt12-Apr-06 4:54
Stephen Hewitt12-Apr-06 4:54 
AnswerRe: did anybody wrote a CHyperlinkStatic? Pin
James R. Twine12-Apr-06 10:56
James R. Twine12-Apr-06 10:56 
AnswerRe: did anybody wrote a CHyperlinkStatic? Pin
Ravi Bhavnani12-Apr-06 5:06
professionalRavi Bhavnani12-Apr-06 5:06 
QuestionHow can I implement wildcard char*,? in combo boxes Pin
mausam_kool12-Apr-06 0:05
mausam_kool12-Apr-06 0:05 
AnswerRe: How can I implement wildcard char*,? in combo boxes Pin
Ștefan-Mihai MOGA12-Apr-06 0:42
professionalȘtefan-Mihai MOGA12-Apr-06 0:42 
QuestionHow to capture End Process of task manager Pin
Nishad S11-Apr-06 23:54
Nishad S11-Apr-06 23:54 
AnswerRe: How to capture End Process of task manager Pin
Gavin Taylor12-Apr-06 0:34
professionalGavin Taylor12-Apr-06 0:34 
GeneralRe: How to capture End Process of task manager Pin
Nishad S12-Apr-06 0:36
Nishad S12-Apr-06 0:36 
GeneralRe: How to capture End Process of task manager Pin
Stephen Hewitt12-Apr-06 4:40
Stephen Hewitt12-Apr-06 4:40 

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.