Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert to BW Pin
Nibu babu thomas5-Jun-08 17:19
Nibu babu thomas5-Jun-08 17:19 
GeneralRe: Convert to BW Pin
enhzflep5-Jun-08 17:35
enhzflep5-Jun-08 17:35 
GeneralRe: Convert to BW Pin
Nibu babu thomas5-Jun-08 17:37
Nibu babu thomas5-Jun-08 17:37 
QuestionBHO failing in Windows 2003 Server Pin
tony_Udz5-Jun-08 3:34
tony_Udz5-Jun-08 3:34 
AnswerRe: BHO failing in Windows 2003 Server Pin
led mike5-Jun-08 4:27
led mike5-Jun-08 4:27 
GeneralRe: BHO failing in Windows 2003 Server Pin
tony_Udz5-Jun-08 20:56
tony_Udz5-Jun-08 20:56 
GeneralRe: BHO failing in Windows 2003 Server Pin
led mike6-Jun-08 4:56
led mike6-Jun-08 4:56 
GeneralRe: BHO failing in Windows 2003 Server Pin
tony_Udz8-Jun-08 18:12
tony_Udz8-Jun-08 18:12 
Actually, to debug this dll i have inserted a MessageBox() in every function,
For e.g.

In windows XP flow is as follows: -


When dll is registered flow is as follows: -
1) DllMain.
2) Dll Register Server.
3) Dll Main.

When you open Explorer.exe
1) Dll Main.
2) Dll GetCLassObject.
3) SetSite.

When you close Explorer.exe
1) Dll Can Unload.
2) DllMain.

But in Windows 2003 flow is as follows: -

When dll is registered flow is as follows: -

1) DllMain.
2) Dll Register Server.
3) Dll Main.


When you open Explorer.exe
No call to DLLMain.
I dont know for few unknown reason DLLMain could not be called.


Please let me know if you have still not understood the problem.
GeneralRe: BHO failing in Windows 2003 Server Pin
tony_Udz8-Jun-08 23:53
tony_Udz8-Jun-08 23:53 
QuestionDate ?? Pin
Trupti Mehta5-Jun-08 3:07
Trupti Mehta5-Jun-08 3:07 
AnswerRe: Date ?? Pin
David Crow5-Jun-08 3:13
David Crow5-Jun-08 3:13 
GeneralRe: Date ?? Pin
Trupti Mehta5-Jun-08 3:57
Trupti Mehta5-Jun-08 3:57 
QuestionRe: Date ?? Pin
David Crow5-Jun-08 4:02
David Crow5-Jun-08 4:02 
AnswerRe: Date ?? Pin
Trupti Mehta5-Jun-08 4:40
Trupti Mehta5-Jun-08 4:40 
GeneralRe: Date ?? Pin
David Crow5-Jun-08 5:31
David Crow5-Jun-08 5:31 
QuestionCoding tools, precautions for Windows CE Pin
Kwanalouie5-Jun-08 3:01
Kwanalouie5-Jun-08 3:01 
QuestionDraw on view Pin
baerten5-Jun-08 2:35
baerten5-Jun-08 2:35 
AnswerRe: Draw on view Pin
CPallini5-Jun-08 2:45
mveCPallini5-Jun-08 2:45 
GeneralRe: Draw on view Pin
baerten5-Jun-08 3:02
baerten5-Jun-08 3:02 
GeneralRe: Draw on view Pin
CPallini5-Jun-08 3:14
mveCPallini5-Jun-08 3:14 
AnswerRe: Draw on view Pin
Alan Balkany5-Jun-08 3:54
Alan Balkany5-Jun-08 3:54 
GeneralRe: Draw on view Pin
baerten5-Jun-08 4:14
baerten5-Jun-08 4:14 
GeneralRe: Draw on view Pin
Alan Balkany5-Jun-08 4:27
Alan Balkany5-Jun-08 4:27 
GeneralRe: Draw on view Pin
baerten5-Jun-08 4:39
baerten5-Jun-08 4:39 
GeneralRe: Draw on view Pin
Alan Balkany5-Jun-08 4:43
Alan Balkany5-Jun-08 4:43 

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.