Click here to Skip to main content
15,907,183 members
Home / Discussions / C#
   

C#

 
GeneralQuick Question Pin
Alex Korchemniy27-Aug-02 8:57
Alex Korchemniy27-Aug-02 8:57 
GeneralRe: Quick Question Pin
leppie27-Aug-02 9:38
leppie27-Aug-02 9:38 
GeneralRe: Quick Question Pin
Andy Smith27-Aug-02 9:55
Andy Smith27-Aug-02 9:55 
GeneralRe: Quick Question Pin
leppie27-Aug-02 11:30
leppie27-Aug-02 11:30 
GeneralRe: Quick Question Pin
Christian Graus27-Aug-02 12:06
protectorChristian Graus27-Aug-02 12:06 
GeneralThanks Pin
Alex Korchemniy27-Aug-02 14:58
Alex Korchemniy27-Aug-02 14:58 
GeneralCursor Blink Rate Pin
Nnamdi Onyeyiri27-Aug-02 8:52
Nnamdi Onyeyiri27-Aug-02 8:52 
GeneralDestructor problem Pin
leppie27-Aug-02 7:55
leppie27-Aug-02 7:55 
Hi all,

I have implemented a destructor, and although the destructor gets called and I can step thru the functions, there is this one function that does not "respond". It gets called and returns, but does not do (it does nothing) what its meant to do. Frown | :( I can however assign the same function to a button and it works without any problems.

~CD()
{
  this.Stop(); //this does not work correctly
  //clean up unmanged resources
  _Free(); // I know this gets called as the program exits correctly
}


Any suggestions? Confused | :confused:

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 8:15
Michael Mac27-Aug-02 8:15 
GeneralRe: Destructor problem Pin
leppie27-Aug-02 9:40
leppie27-Aug-02 9:40 
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 11:38
Michael Mac27-Aug-02 11:38 
GeneralRe: Destructor problem Pin
Michael Mac27-Aug-02 11:41
Michael Mac27-Aug-02 11:41 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 21:15
Nnamdi Onyeyiri27-Aug-02 21:15 
GeneralRe: Destructor problem Pin
Michael Mac28-Aug-02 0:15
Michael Mac28-Aug-02 0:15 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 8:49
Nnamdi Onyeyiri27-Aug-02 8:49 
GeneralRe: Destructor problem Pin
David Stone27-Aug-02 11:49
sitebuilderDavid Stone27-Aug-02 11:49 
GeneralRe: Destructor problem Pin
Nnamdi Onyeyiri27-Aug-02 11:51
Nnamdi Onyeyiri27-Aug-02 11:51 
GeneralRe: Destructor problem Pin
Christian Graus27-Aug-02 12:05
protectorChristian Graus27-Aug-02 12:05 
GeneralRe: Destructor problem Pin
leppie27-Aug-02 21:54
leppie27-Aug-02 21:54 
GeneralRe: Destructor problem Pin
Christian Graus28-Aug-02 12:08
protectorChristian Graus28-Aug-02 12:08 
GeneralClass DLL Pin
Jassim Rahma27-Aug-02 7:29
Jassim Rahma27-Aug-02 7:29 
GeneralRe: Class DLL Pin
Nnamdi Onyeyiri27-Aug-02 8:50
Nnamdi Onyeyiri27-Aug-02 8:50 
GeneralBrowse directory Pin
Mazdak27-Aug-02 6:07
Mazdak27-Aug-02 6:07 
GeneralRe: Browse directory Pin
Sijin27-Aug-02 7:56
Sijin27-Aug-02 7:56 
GeneralRe: Browse directory Pin
Mazdak27-Aug-02 7:59
Mazdak27-Aug-02 7:59 

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.