Search found 110 matches: growing

Return to advanced search

Re: EXE size is growing

Code: Select all  Expand view
FUNCTION MAIN()

    LOCAL oWord := CREATEOBJECT( "Word.Application" )

    oWord:Quit()

    USE TEST

    RETURN NIL


xHarbour: 787968

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

Re: EXE size is growing

Enrico,

OLE support should be also added :-)

CreateObject()
by Antonio Linares
Mon Dec 21, 2009 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Antonio Linares wrote:Enrico,

Please add a RDD function call (i.e. DbCreate()) to force the link of the RDD system in the non FWH app


Done:

Harbour: 615936
xHarbour: 765952

This is the sample:

Code: Select all  Expand view
FUNCTION MAIN()

    USE TEST

    RETURN NIL


EMG
by Enrico Maria Giordano
Mon Dec 21, 2009 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Enrico,

Please add a RDD function call (i.e. DbCreate()) to force the link of the RDD system in the non FWH app
by Antonio Linares
Mon Dec 21, 2009 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Antonio Linares wrote:Enrico,

Have you compared the size of an EXE with and without FWH ? :-)


Yes:

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    RETURN NIL


Harbour: 615424
Harbour+FWH: 1817600
xHarbour: 765952
xHarbour+FWH: 1887232

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

Re: EXE size is growing

All the new developments are resulting in linking of many new functions, all of which may or may not be really necessary for the actual application. Probably we may need to examine what all the functions that are included in the final exe and split some library modules so that only the needed funct...
by Enrico Maria Giordano
Mon Dec 21, 2009 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

Enrico,

Have you compared the size of an EXE with and without FWH ? :-)
by Antonio Linares
Mon Dec 21, 2009 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: EXE size is growing

All the new developments are resulting in linking of many new functions, all of which may or may not be really necessary for the actual application. Probably we may need to examine what all the functions that are included in the final exe and split some library modules so that only the needed functi...
by nageswaragunupudi
Mon Dec 21, 2009 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

EXE size is growing

I wonder why the size of the EXEs generated with FWH is growing so much in the last times.

EMG
by Enrico Maria Giordano
Sun Dec 20, 2009 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE size is growing
Replies: 14
Views: 2438

Re: 90.000 posts and growing !!! :-)

To Antonio and all other smart programmers:

With best wishes to reach the hundred thousand as soon as possible

I will do a lot of questions! :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:

marco
by MarcoBoschi
Fri Dec 11, 2009 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 90.000 posts and growing !!! :-)
Replies: 2
Views: 476

Re: 90.000 posts and growing !!! :-)

Congratulations, Antonio.

And thank you so much but I also want to thank all the FWH-community for all the efforts which are being done here on this forum.

May FWH live for ever.
by driessen
Fri Dec 11, 2009 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 90.000 posts and growing !!! :-)
Replies: 2
Views: 476

90.000 posts and growing !!! :-)

90.000 posts and growing !!! :-)

FiveWinners power!!! :-)

Image
by Antonio Linares
Thu Dec 10, 2009 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 90.000 posts and growing !!! :-)
Replies: 2
Views: 476

Re: Choosing SQL database ...

... 25 Pc's working at the same time, but in real work, only 15 use the Db on a regular basis. The total size of the DB ( 50 tables ) is 1.6 GB and growing :-) For Sqlite, I have 3 Pc's connected, each one can have multiple instances of the program running at the same time, sometimes 3 for each ...
by Rimantas
Thu Oct 22, 2009 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Re: Choosing SQL database ...

... 25 Pc's working at the same time, but in real work, only 15 use the Db on a regular basis. The total size of the DB ( 50 tables ) is 1.6 GB and growing :-) For Sqlite, I have 3 Pc's connected, each one can have multiple instances of the program running at the same time, sometimes 3 for each ...
by Adolfo
Thu Oct 22, 2009 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30470

Re: Get FWH 6.12 for free!!!

995 downloads and growing... :-)

Image
by Antonio Linares
Tue Sep 29, 2009 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get FWH 6.12 for free!!!
Replies: 34
Views: 8756
PreviousNext

Return to advanced search