Search found 110 matches: growing

Return to advanced search

Re: DIRECTORY() Function not giving fresh information?

... it updates the size correctly for about 5 updates - then our apps show the same size even while the download is continuing and the folder size is growing. If I make windows refresh the folder - (select all files, right click - properties) - our apps update with the correct size. But again, they ...
by Ollie
Sun Apr 15, 2012 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() Function not giving fresh information?
Replies: 6
Views: 2209

hb_HrbRun()

... error at line: " + Str( ProcLine( 2 ) ) )   BREAKreturn nil  Maybe it missing something here ? Or growing memory consumption with scripts is normal ? I'm doing like that : if !empty( oRun ) oRun := NIL endif But this isn't releasing memory of script ...
by Rimantas
Wed Feb 01, 2012 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_HrbRun()
Replies: 1
Views: 585

Re: which is the fastest way to load contets of a DBF into an Ar

... Preallocation of memory saves the time usually taken by successive AAdd() operations for requesting allocation of additional memory for the growing array. 2. Avoid switching of Alias: Instead of AAdd( aData, CUSTOMER-NAME ), better to use AAdd( aData, FIELD->NAME ). Note: CUSTOMER alias ...
by nageswaragunupudi
Tue Jun 21, 2011 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: which is the fastest way to load contets of a DBF into an Ar
Replies: 12
Views: 3565

Re: Printer Problem

... disconnected - this doesn't happen all the time and this is problem. These printer entries remain in the registry and the number of entries keeps growing. Each entry is named with the printer name and a session number. So, you end up with Laser Session:1, Laser Session:2, etc. The printer entries ...
by Randal
Wed Oct 06, 2010 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Problem
Replies: 2
Views: 1048

Re: skinbuttons problem

Antonio

Your test is fine, i did the same

Start the windows task manager and look at the gdi objects everytime you press on the ok button of the dialog

They keep growing

Richard
by Richard Chidiak
Wed Sep 08, 2010 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons problem
Replies: 17
Views: 5034

Re: skinbuttons problem

Antonio

Can you please change your test to enter the dialog more than once and check the gdi objects, you will see them growing

Just enter the dialog and exit more than once and check at exit time

Richard
by Richard Chidiak
Wed Sep 08, 2010 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons problem
Replies: 17
Views: 5034

skinbuttons problem

Antonio

When activating skinbuttons() , the process keeps growing and growing and the memory blows after a while

Removing skinbuttons() everything goes back to normal

FWH 10.7 windows seven 64 bits (problem occuring on xp and vista also)

Regards

Richard
by Richard Chidiak
Tue Sep 07, 2010 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons problem
Replies: 17
Views: 5034

Re: Over 100.000 posts and growing !!! :-)

Congratulations! Next step: 1.000.000!
by sambomb
Thu Jul 15, 2010 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Over 100.000 posts and growing !!! :-)
Replies: 1
Views: 368

Over 100.000 posts and growing !!! :-)

Today we crossed the 100.000 posts on these forums !!! :-)

I want to congratulate all of us for having such a professional and friendly community!

Congratulations !!! :-)
by Antonio Linares
Wed Jul 14, 2010 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Over 100.000 posts and growing !!! :-)
Replies: 1
Views: 368

Re: EXE size is growing

I just tried: it's a wonderful result! My compliments!

EMG
by Enrico Maria Giordano
Wed Dec 30, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

With FWH 9.12
Code: Select all  Expand view
#include 'fivewin.ch'

function Main()

  msginfo( 'ok' )

return nil

FWH and Harbour 1,389,056
FWH and xHarbour 1,423,360
by nageswaragunupudi
Wed Dec 30, 2009 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Ok. :-)

EMG
by Enrico Maria Giordano
Tue Dec 22, 2009 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Enrico, > Yes, but I'm wondering why the size has grown so much in relatively recent times. If you build an EXE and review the generated MAP file, there you can see all the modules that get linked in and their sizes. FWH has grown due to more features requirements and that makes the resulting EXE...
by Antonio Linares
Tue Dec 22, 2009 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Enrico, Its almost impossible to reduce size due the use of Object Oriented programming, because classes inherit ones from anothers so finally we get the whole "gorilla" even if we just want the "banana" :-) :lol: :lol: :lol: Yes, but I'm wondering why the size has grown so much...
by Enrico Maria Giordano
Tue Dec 22, 2009 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Enrico, Its almost impossible to reduce size due the use of Object Oriented programming, because classes inherit ones from anothers so finally we get the whole "gorilla" even if we just want the "banana" :-) http://en.wikipedia.org/wiki/Object-oriented_programming Joe...
by Antonio Linares
Mon Dec 21, 2009 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438
PreviousNext

Return to advanced search