T O P I C R E V I E W |
catweazle |
Posted - 10 May 2013 : 17:21:30 My program consists of several dlls. Each of them instantiates the clsCommonWrapper and other frequently used classes in a central module. Up to now I never set those instances to "nothing" when terminating instances of my dll-classes. (Im am currently investigating, why I get more and more often the message "...doesn't respond anymore" - either for my program or for the VB-IDE - when I close a window.) Do you have any suggestion, where to set instances to nothing, which I instantiated in a sub main? |
2 L A T E S T R E P L I E S (Newest First) |
catweazle |
Posted - 14 May 2013 : 17:06:20 Thanx, Davide. Perhaps I should check my virtual memory, as my program really loads a lot of classes... |
s.dav |
Posted - 13 May 2013 : 14:54:10 IMO you don't need to set these instances to Nothing, I've never had such as problem and I've never set the instances to Nothing... |
|
|