Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AnimateWindow => Pin
Mazdak3-Mar-02 19:39
Mazdak3-Mar-02 19:39 
GeneralRe: AnimateWindow => Pin
3-Mar-02 20:05
suss3-Mar-02 20:05 
GeneralAn annoyance Pin
Nish Nishant3-Mar-02 18:06
sitebuilderNish Nishant3-Mar-02 18:06 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:09
sitebuilderNish Nishant3-Mar-02 18:09 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:12
sitebuilderNish Nishant3-Mar-02 18:12 
GeneralRe: An annoyance Pin
Kelly Herald3-Mar-02 18:25
Kelly Herald3-Mar-02 18:25 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:36
sitebuilderNish Nishant3-Mar-02 18:36 
GeneralRe: An annoyance Pin
Paul M Watt3-Mar-02 18:31
mentorPaul M Watt3-Mar-02 18:31 
Are you juggling with the reference count, I mean addref'ing in order to hand out pointers to a function call or something. It sounds like all of your objects are not releasing, and this would force you DLL to remain mapped into memory. That would lock the file and keep it from being updated when you compile.

When you test it in VB, you are running it in the VB run-time process space, so when you kill the debugger (VB runtime), it forces the DLL to be unloaded whether all of the COM objects were successfully released or not.
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:39
sitebuilderNish Nishant3-Mar-02 18:39 
GeneralRe: An annoyance Pin
Paul M Watt3-Mar-02 18:45
mentorPaul M Watt3-Mar-02 18:45 
GeneralRe: An annoyance Pin
Nish Nishant3-Mar-02 18:50
sitebuilderNish Nishant3-Mar-02 18:50 
GeneralRe: An annoyance Pin
Mazdak3-Mar-02 19:49
Mazdak3-Mar-02 19:49 
GeneralRe: An annoyance Pin
pba_4-Mar-02 4:13
pba_4-Mar-02 4:13 
GeneralRe: An annoyance Pin
Jon Hulatt3-Mar-02 22:09
Jon Hulatt3-Mar-02 22:09 
Questionstd::string GetBuffer ?? Pin
Christian Graus3-Mar-02 17:37
protectorChristian Graus3-Mar-02 17:37 
AnswerRe: std::string GetBuffer ?? Pin
Paul M Watt3-Mar-02 18:10
mentorPaul M Watt3-Mar-02 18:10 
GeneralRe: std::string GetBuffer ?? Pin
Christian Graus3-Mar-02 18:36
protectorChristian Graus3-Mar-02 18:36 
AnswerRe: std::string GetBuffer ?? Pin
Tomasz Sowinski4-Mar-02 0:22
Tomasz Sowinski4-Mar-02 0:22 
GeneralRe: std::string GetBuffer ?? Pin
Christian Graus4-Mar-02 0:53
protectorChristian Graus4-Mar-02 0:53 
GeneralSTL iterator dereference question... Pin
Christian Graus3-Mar-02 16:29
protectorChristian Graus3-Mar-02 16:29 
GeneralRe: STL iterator dereference question... Pin
Jay Beckert3-Mar-02 17:17
Jay Beckert3-Mar-02 17:17 
GeneralRe: STL iterator dereference question... Pin
Christian Graus3-Mar-02 17:36
protectorChristian Graus3-Mar-02 17:36 
GeneralRe: STL iterator dereference question... Pin
Paul M Watt3-Mar-02 17:48
mentorPaul M Watt3-Mar-02 17:48 
GeneralRe: STL iterator dereference question... Pin
Christian Graus3-Mar-02 17:57
protectorChristian Graus3-Mar-02 17:57 
GeneralRe: STL iterator dereference question... Pin
Paul M Watt3-Mar-02 18:25
mentorPaul M Watt3-Mar-02 18: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.