Click here to Skip to main content
15,913,270 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem with base class Pin
Naveen27-May-08 20:31
Naveen27-May-08 20:31 
AnswerRe: problem with base class Pin
Jijo.Raj27-May-08 20:35
Jijo.Raj27-May-08 20:35 
AnswerRe: problem with base class Pin
SandipG 27-May-08 21:27
SandipG 27-May-08 21:27 
Questiondll not working Pin
prithaa27-May-08 20:05
prithaa27-May-08 20:05 
AnswerRe: dll not working Pin
Cedric Moonen27-May-08 20:14
Cedric Moonen27-May-08 20:14 
AnswerRe: dll not working Pin
Jijo.Raj27-May-08 20:18
Jijo.Raj27-May-08 20:18 
GeneralRe: dll not working Pin
prithaa27-May-08 20:34
prithaa27-May-08 20:34 
GeneralRe: dll not working Pin
Jijo.Raj27-May-08 20:48
Jijo.Raj27-May-08 20:48 
prithaa wrote:
I have not mentioned this
AFX_MANAGE_STATE(AfxGetStaticModuleState.Where should I write this ?


As the first line of all exported functions. See details here http://msdn.microsoft.com/en-us/library/ba9d5yh5(VS.80).aspx[^]and technical note here - http://msdn.microsoft.com/en-us/library/ft1t4bbc(VS.80).aspx[^]

I stress the point, it might be the reason since we don't have see the code. BTW, could you post the code snippet, which throws the exception?

prithaa wrote:
While making the dll I have written AFX_EXT_CLASS in the declaration of the class.


AFX_EXT_CLASS is to make the class exportable. It expands to __declspec(dllexport).

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

GeneralRe: dll not working Pin
SandipG 27-May-08 21:24
SandipG 27-May-08 21:24 
GeneralRe: dll not working Pin
prithaa28-May-08 0:10
prithaa28-May-08 0:10 
GeneralRe: dll not working Pin
SandipG 28-May-08 1:18
SandipG 28-May-08 1:18 
GeneralRe: dll not working Pin
prithaa28-May-08 2:54
prithaa28-May-08 2:54 
QuestionNotification for a file creation Pin
Vijjuuu.27-May-08 19:43
Vijjuuu.27-May-08 19:43 
AnswerRe: Notification for a file creation Pin
Jijo.Raj27-May-08 19:57
Jijo.Raj27-May-08 19:57 
GeneralRe: Notification for a file creation Pin
Vijjuuu.27-May-08 20:03
Vijjuuu.27-May-08 20:03 
GeneralRe: Notification for a file creation Pin
Jijo.Raj27-May-08 20:09
Jijo.Raj27-May-08 20:09 
GeneralRe: Notification for a file creation Pin
Nelek27-May-08 22:07
protectorNelek27-May-08 22:07 
GeneralRe: Notification for a file creation Pin
prithaa28-May-08 3:07
prithaa28-May-08 3:07 
AnswerRe: Notification for a file creation Pin
Naveen27-May-08 20:29
Naveen27-May-08 20:29 
GeneralRe: Notification for a file creation Pin
Jijo.Raj27-May-08 20:49
Jijo.Raj27-May-08 20:49 
AnswerRe: Notification for a file creation Pin
Hamid_RT28-May-08 2:48
Hamid_RT28-May-08 2:48 
QuestionUninitialise memory read Pin
deepesh kumar27-May-08 19:39
deepesh kumar27-May-08 19:39 
Questionhow to selective loading BHO in Chtmlview environment [modified] Pin
ftbk27-May-08 16:28
ftbk27-May-08 16:28 
AnswerRe: how to selective loading BHO in Chtmlview environment Pin
Rajkumar R27-May-08 20:32
Rajkumar R27-May-08 20:32 
GeneralRe: how to selective loading BHO in Chtmlview environment Pin
ftbk27-May-08 21:49
ftbk27-May-08 21:49 

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.