Re: [Harbour] Multiwin (tests/gtwin.prg)

2008-10-25 Thread Szakáts Viktor
Hi, IMO this method is better, because the C object will be automatically destroyed when the var goes out of scope. Basically there is no need to manually destroy the object so there is also no possibility to forget it by mistake and cause resource/memory leakage. This is a very nice feature of

RE: [Harbour] Multiwin (tests/gtwin.prg)

2008-10-25 Thread Massimo Belgrano
Dj. Sent: Saturday, October 25, 2008 1:45 PM To: harbour Project Main Developer List. Subject: [Harbour] Multiwin (tests/gtwin.prg) Hi Przemek, Thanks for these GREAT innovations of yours. I am now having a big hope into the future :-) After learning some of your test programs, I have some notes tho

[Harbour] Multiwin (tests/gtwin.prg)

2008-10-25 Thread Budyanto Dj.
Hi Przemek, Thanks for these GREAT innovations of yours. I am now having a big hope into the future :-) After learning some of your test programs, I have some notes though. In your tests/gtwin.prg I learn this: pGT1 := hb_gtCreate( THREAD_GT ) which opens a new GT/window. And then later: pGT