Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
Jochen Arndt11-Jun-13 21:08
professionalJochen Arndt11-Jun-13 21:08 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
002comp11-Jun-13 22:31
002comp11-Jun-13 22:31 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
Jochen Arndt11-Jun-13 23:16
professionalJochen Arndt11-Jun-13 23:16 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
002comp12-Jun-13 22:12
002comp12-Jun-13 22:12 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
Jochen Arndt13-Jun-13 0:27
professionalJochen Arndt13-Jun-13 0:27 
Questioncorrupt __vfptr from dynamic loaded DLL Pin
Joerg Michels11-Jun-13 3:48
Joerg Michels11-Jun-13 3:48 
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
Richard MacCutchan11-Jun-13 4:12
mveRichard MacCutchan11-Jun-13 4:12 
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
pasztorpisti11-Jun-13 10:58
pasztorpisti11-Jun-13 10:58 
If you unload the DLL then you remove all code from memory that represents the implementation of class methods including the actual vtable that points to these methods. Another important thing: the code that deletes the object should be in the DLL (same is true for object creation, normally you create an instance by calling an exported dll method)! One good solution to that is putting a Release() method into your class and Release() could simply do the "delete this;" stuff. Delete all class instances before unloading the DLL.
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
Freak3012-Jun-13 2:55
Freak3012-Jun-13 2:55 
QuestionIWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu10-Jun-13 23:39
narasingubhanu10-Jun-13 23:39 
AnswerRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan11-Jun-13 2:45
mveRichard MacCutchan11-Jun-13 2:45 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 22:20
narasingubhanu18-Jun-13 22:20 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan18-Jun-13 22:51
mveRichard MacCutchan18-Jun-13 22:51 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 23:23
narasingubhanu18-Jun-13 23:23 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan18-Jun-13 23:33
mveRichard MacCutchan18-Jun-13 23:33 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 23:47
narasingubhanu18-Jun-13 23:47 
QuestionHow to increment the slider while video is playing.? Pin
mbatra319-Jun-13 23:48
mbatra319-Jun-13 23:48 
QuestionRe: How to increment the slider while video is playing.? Pin
David Crow10-Jun-13 5:53
David Crow10-Jun-13 5:53 
AnswerRe: How to increment the slider while video is playing.? Pin
mbatra3110-Jun-13 19:52
mbatra3110-Jun-13 19:52 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 2:50
David Crow11-Jun-13 2:50 
AnswerRe: How to increment the slider while video is playing.? Pin
ThatsAlok11-Jun-13 3:31
ThatsAlok11-Jun-13 3:31 
GeneralRe: How to increment the slider while video is playing.? Pin
mbatra3111-Jun-13 3:37
mbatra3111-Jun-13 3:37 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 4:28
David Crow11-Jun-13 4:28 
QuestionReagarding error with ostream Pin
Manoj73909-Jun-13 20:24
Manoj73909-Jun-13 20:24 
AnswerRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 21:25
mveRichard MacCutchan9-Jun-13 21:25 

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.