Search found 71 matches: collector

Return to advanced search

Re: TPanel & Codejock

... But as far as I know, setting an object to nil would help only if the variable hosting the object reference were STATIC. Otherwise, the garbage collector will do its good work when the variables goes out of scope. EMG
by Enrico Maria Giordano
Fri May 31, 2013 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPanel & Codejock
Replies: 10
Views: 2049

Re: MSVS 2012

... added function hb_gcAll() return nil This is only for testing purposes and can not remain in the software, there will be no more calls to garbage collector and some results may be unpredictable, so just for testing, your copy has this function. It only gpf's with Harbour BCC or MSVC. This happens ...
by Richard Chidiak
Tue May 21, 2013 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: MSVS 2012

Antonio

This is not the offending part

I commented all the dtpicker part and the problem is still there

Is there a Harbour equivalent of xharbour hb_gcall(.t.) that forces garbage collector to do its job ?

I tried it but same result

Richard
by Richard Chidiak
Mon May 20, 2013 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Exit Error : 13.04 OLE

... The above function was just to confirm where the GPF comes from. It is crashing on hb_gcAll() and that is weird as hb_gcAll() invokes the garbage collector. In other words: it is not crashing as we have located where it crashes but we have not fixed it yet. And what is very strange, hb_gcAll() ...
by Antonio Linares
Sat May 18, 2013 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exit Error : 13.04 OLE
Replies: 26
Views: 4467

Re: MSVS 2012

Antonio Thank you for your support The problem gets fixed with function hb_gcAll() return nil Is it safe to have this function (garbage collector) inside the application ? As per the exit , i know Tim is concerned , in the method endplan, the following is needed ::oCalexStdDlgs := nil ::oGlbSettings ...
by Richard Chidiak
Sat May 18, 2013 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Prototype missing?

... TRUE ); hb_fsDirectoryCrawler( &SubDir, pResult, szFName, szAttributes, sRegEx ); This code creates complex item (array) on C stack so garbage collector does not know anything about it so it cannot be activated otherwise it will cause GPF. It means that this code blocks adding automatic garbage ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8069

Re: he conseguido un iphone

Mastintin, he creado un proyecto nuevo y he agregado la livfivephone.a que me dejastes y ahora ocurre esto: Build test4 of project test4 with configuration Debug PhaseScriptExecution "Run Script" build/test4.build/Debug-iphonesimulator/test4.build/Script-64DA86BD129C59C800575091.sh cd /Vol...
by softruz
Wed Dec 15, 2010 2:42 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131083

Re: he conseguido un iphone

Mastintin, lo he probado, le he agregado a la plantilla las cabeceras harbour y fivephone, pero me dan estos errores Build testharb of project testharb with configuration Debug PhaseScriptExecution "Run Script" "build/testharb .build/Debug-iphonesimulator/testharb .build/Script-64DA86...
by softruz
Tue Dec 14, 2010 3:37 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131083

Re: he conseguido un iphone

Mastintin, el primer problema que me encuentro es que me instala la plantilla en la carpeta manuel, yo he copiado estas carpetas a las mias en mi usuario-Libreria- etc... y ya he logrado que me aparezca la plantilla en xCode, pero cuando añado tutor02.prg y compilo me sale los siguientes errores Bui...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131083

Re: RibbonBar de FWH con apariencia Windows 7

Error This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times. This limit is reached. To download this file, the uploader either needs to transfer this file into his/her Collector's Account, ...
by joseluisysturiz
Sat Dec 12, 2009 3:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar de FWH con apariencia Windows 7
Replies: 63
Views: 11271

Re: garbage collector?

Re: How to auto open an Internet connection
by Otto » Thu Oct 15, 2009 7:49 am

viewtopic.php?f=4&t=15508&p=80987&hilit=GprsConnect#p80987

Best regards,
Otto
by Otto
Wed Nov 18, 2009 1:43 pm
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1426

Re: garbage collector?

Antonio,

Thanks a lot.

I'll check it all.

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:50 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1426

Re: garbage collector?

Moshe,

Regarding FTP, it will work no matter how you set the internet connection.

I mean, once the internet conection is working, FTP works as usual.

Please review FWPPC\samples\ftp.prg and ftpdir.prg
by Antonio Linares
Wed Nov 18, 2009 10:41 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1426

Re: garbage collector?

Moshe, hb_gcAll() is a Harbour function, not a FWPPC one. You can check our wiki to review the most updated documentation: http://wiki.fivetechsoft.com It is a work in progress. Also it is important that you check the consume of GDI objects in your application, please review this thread: http://foru...
by Antonio Linares
Wed Nov 18, 2009 10:38 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1426

Re: garbage collector?

Antonio,

Thanks. I'll add it.
Is there a full list of FWPPC FUNCTIONS?
FTP between PPC and PC using GPRS, and automatic internet open: had it been added to the samples?

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:35 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1426
PreviousNext

Return to advanced search