topic
stringlengths
1
63
text
stringlengths
1
577k
Bitácora de Sistema
[quote="joseluisysturiz":1jaekhrw] Francisco, aprovechando lo que publicas, por casualidad tendras la creacion del MENU pero dinamicamente, es decir, dependiendo del nivel del usuario, entonces se agreguen unas opciones y otras no, estas ya creadas en una TABLA o DBF..? gracias, saludos.. [/quote:1jaekhrw] JoseLuis, m...
Bitácora de Sistema
JoseLuis[quote:17sz376r]=En relacion a lo que necesita el colega, es guardar las acciones del usuario durante su estadia en el sistema, algo como un diario, lo que le llamamos..BITACORA DE USUARIO...[/quote:17sz376r] Upssssss.. "Se te fué la onda" (como decimos aqui) José: Efectivamente, uso una function llamada proc...
Bitácora de Sistema
José, se me quedaba la funcion: [code=fw:2b4xft4g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//---------------------------Escribir en un fichero txt</span><br /><span style="color: #00C800;">Function</span> CrlProceso<span style="color: #000000;">&#40;</span>cCadena,nAnoProc...
Bitácora de Sistema
Francisco, revisare lo del los menu, lo mas importante es como dices, que active o no los sub-menu, estoy pensando en hacer algo como un TREE que las principales sean los titulos del menu y las ramas..cada sub-menu y al final le hacerle un check de activar o no al igual q las cabezeras, si la cabezera tien false..enton...
Bitácora de Sistema
[code=fw:23or895r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />Creación <span style="color: #0000ff;">menu</span> en forma dinámica desde una tabla<br /><br />estructura de la tabla <span style="color: #0000ff;">menu</span>.dbf<br /><br />- ccodigousu = código del usuario para filtrar su <span ...
Bitácora de Sistema
muchas muchas gracias por sus ideas y aportes.. los comenzaré a analizar y luego les cuento como va quedando .. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> muy amables todos!!!! Realmente me estan ayudando mucho!! Saludos,
Black Background on Window / Dialog
Has anybody seen this type of behaviour in your FiveWin app. Using Bcc7: [img:9uc5our1]http&#58;//www&#46;matrixcomputer&#46;com/sharedimages/blackscreen&#46;jpg[/img:9uc5our1] Seems to happen after user has been utilizing the program for a while. Doesn't happen on all workstations. Thanks in advance... Byron,
Black Background on Window / Dialog
One of the reasons this could happen is when the brush used as background is deleted/released prematurely.
Black Screen of Death.
I have a fairly large app that sometimes the area of the MDI Frame turns black. Is this some sort of a resource leak in my app, any suggestions on what to check for, or how to remedy. Bcc7 Thanks, Byron ...
Black Screen of Death.
Byron I presume this happens randomly ... I would put a few well placed oWndMdi:Refresh() and perhaps accompanied by a SysReFresh() after coming out of some of your large ( add\edit ) modules .. after you close your tables ... especially if you are closing ADO tables .. and if they are Ado tables .. make sure you dest...
Black Screen of Death.
Question, has GRADIENT in window?
Black Screen of Death.
No to the Gradiant in the background. Rick, thanks sounds very reasonable. It does use ADO everywhere.
Black Screen of Death.
Byron, Please also check the consume of GDI objects in your app: [url:2zbpwy6c]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_setresdebug[/url:2zbpwy6c]
Black Screen of Death.
How do you make sure they are disposed of properly? Just launch my program, and then exit , and I get: CheckRes.Txt file... 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe -- FONT,1846159188,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->MAIN(106) 09/09/17 11:23:08: C:\...
Black Screen of Death.
Don't worry about those as FWH will clean them <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Black Screen of Death.
[quote="byron.hopp":3tf89m35]I have a fairly large app that sometimes the area of the MDI Frame turns black. Is this some sort of a resource leak in my app, any suggestions on what to check for, or how to remedy. Bcc7 Thanks, Byron ...[/quote:3tf89m35] What version of FWH are you using? Randal
Black Screen of Death.
Fivewin for Harbour 15.10
Black Screen of Death.
[quote="byron.hopp":1s9gn0mq]Fivewin for Harbour 15.10[/quote:1s9gn0mq] Have you tried monitoring the GDI count on the Details tab of Windows (10) task manager? Randal
Black Screen of Death.
On my Windows 10 Task Manager I don't see GDI Count, where would I find it. On Details Tab: Name PID Status User name CPU Memory (private working set) Description Or is it one of the rows of the grid? Thanks, Byron ...
Black Screen of Death.
Byron: You may need to right click on one of the column headings to show a list of all column headings and then check the GDI column so it's visible. As you open and close various windows/dialogs in your app you can watch the GDI count go up/down. As you close a dialog or window the GDI count should return to the va...
Black Screen of Death.
Randall, Wasn't that easy, sorry man I had no idea. I'll start looking at this. Byron ...
Black Screen of Death.
Once I see this number, what action do I take based on what value? My customer is really getting a little pissy about this happening. Thanks, Byron ...
Black Screen of Death.
Byron Can you reproduce this behavior on your machine or on other machines ... If not, I would ask your Customer to look at the offending machine(s) device manager and see what display adapter is in those machine(s). I bet you will find this is a local machine problem and a cranky video driver. Rick Lipkin
Black Screen of Death.
[quote="byron.hopp":2oaxrakb]Once I see this number, what action do I take based on what value? My customer is really getting a little pissy about this happening. Thanks, Byron ...[/quote:2oaxrakb] Byron, Is that number increasing and increasing ?
Black Screen on TBrowse with Windows 10.
For quite a while I had a problem on TBrowse grids where the screen background would turn black. This problem only came up on new versions of Windows 10, and only on some workstations (specifically Dell). I finally found a resolution and would like to share it. Our tbrowse grids far left column had a bitmap which we...
Black Screen within grids
I asked often about this problem, and as I have found in the past, if I don't get many answers it must pretty unique. I found a solution to the black screen problem on some workstations, and it was the way we handled bitmaps. // Declare LOCAL bTagOn := LoadBitMap( GetResources(),"CHECK4" ) // single red che...
Black Screen within grids
Byron, thanks for sharing it
Black Square around BTNBMPs
Hi everyone; In an effort not to stay too far behind today I'm testing with a newer fwh and noticed a black square around my btnbmps when the mouse hovers over it. That black square surrounding the button is not there with fwh 2012_04. Maybe I'm doing something wrong or maybe this is what everybody else likes. I do...
Black Square around BTNBMPs
Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button: [code=fw:xucq2tno]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0...
Black Square around BTNBMPs
Let us simplify the test program futher so that anyone can test it easily. Also let us choose a larger bitmap so that the rectangle is visible more clearly. [code=fw:qkdmp4kv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fiv...
Black Square around BTNBMPs
Reinaldo, [quote="reinaldocrespo":3m72rdb6]Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button:[/quote:3m72rdb6] I see no black square around the button. EMG
Black Square around BTNBMPs
Rao, I only see a tiny gray border around the button. EMG
Black Square around BTNBMPs
Yes. I think that is what he is referring to. You will see that more clearly in my example. This appears when move hovers, highlighting the hovered button
Black Square around BTNBMPs
[quote:12e9wn90]I request testing this sample program. Retaining or removal of this feature would depend on general users' preference.[/quote:12e9wn90] My friends; think about it... if it is coded as NOBORDER, then it shouldn't draw a border so it really isn't a matter of user preference. If the user prefers a border...
Black Square around BTNBMPs
There may be a better place to make this change but I get what I would call expected behavior by editing the Click() method of btnbmp.prg, adding a call to ::ResetBorder() at the end as follows: [code=fw:3tpw0yrx]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ::<span style="color: #00C800;">Super</...
Blackberry
Estimados señores:¿Alguien conoce y/o desarrolla software para dispositivos Blackberry?
Blat.exe
¿Alguien ha intentado usar Blat desde FiveWin y bajo XP? Les ha funcionado? ¿Existe una clase para manejar esta utilidad? Saludos y gracias Carlos G.
Blat.exe
Hola Carlos, yo no he utilizado Blat <!-- m --><a class="postlink" href="http://www.blat.net/">http://www.blat.net/</a><!-- m --> desde Fivewin, pero sí lo he hecho desde la solución de Backup Legato Networker y te puedo asegurar que es muy fácil su utilización. Qué necesitas ? Saludos, Félix
Blat.exe
Baxajaun Podrias postear un ejemplo funcional, incluyendo attachments, de como se usa BLAT.EXE Saludos George
Blat.exe
[quote="Baxajaun":2p18juth]Hola Carlos, yo no he utilizado Blat <!-- m --><a class="postlink" href="http://www.blat.net/">http://www.blat.net/</a><!-- m --> desde Fivewin, pero sí lo he hecho desde la solución de Backup Legato Networker y te puedo asegurar que es muy fácil su utilización. Qué necesitas ? Saludos, Fé...
Blat.exe
George, la documentación de Blat es muy clara <!-- m --><a class="postlink" href="http://www.blat.net/examples/">http://www.blat.net/examples/</a><!-- m --> primero la instalación: blat -install miservidor midireccion@midominio por ejemplo para enviar lo que llega por la salida estandar: blat - -to recipient -s "S...
Blat.exe
Carlos, de la documentación de blat: Blat does not need to be installed! All the 'Blat -install' command does is store various parameters in the Windows Regestry! No necesita ser instalado. Y lo que hace blat -install es alamacenar varios parámetros en el registro de windows, almacenará los parámetros que le pasemo...
Blat.exe
[quote="Baxajaun":2ts5hul5]Carlos, de la documentación de blat: Blat does not need to be installed! All the 'Blat -install' command does is store various parameters in the Windows Regestry! No necesita ser instalado. Y lo que hace blat -install es alamacenar varios parámetros en el registro de windows, almacenará l...
Blat.exe
Buscando, buscando, en la página de Daniel Andrade ahora alojada en <!-- m --><a class="postlink" href="http://vikthor.com.mx/fivewin/">http://vikthor.com.mx/fivewin/</a><!-- m --> he econtrado una clase para manejar Blat escrita por Jesus D¡ez Gonzalez. Ahora también la tenéis en Hyperupload: <!-- m --><a class="...
Blat.exe
[quote="Baxajaun":1tr8q1mm]Buscando, buscando, en la página de Daniel Andrade ahora alojada en <!-- m --><a class="postlink" href="http://vikthor.com.mx/fivewin/">http://vikthor.com.mx/fivewin/</a><!-- m --> he econtrado una clase para manejar Blat escrita por Jesus D¡ez Gonzalez. Ahora también la tenéis en Hyperup...
Blat.exe
Carlos, muchas gracias. Saludos, Félix
Blinker 7
Buenas tardes, Alguien tiene o usa el enlazador Blinker 7.0 que me pueda enviar x email? Gracias de antemano
Blinker 7
Por favor, no solicitar el envio de programas que no son libres, gracias
Blinker and [x]Harbour compatibility
Hello, Happy new year to alls <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> Is someone using Blinker 7.0 with [x]Harbour <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> It is possible and if not, why <!-- s...
Blinker and [x]Harbour compatibility
[quote="Badara Thiam":1ec6hz46]Hello, Happy new year to alls <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> Is someone using Blinker 7.0 with [x]Harbour <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> It is p...
Blinker and [x]Harbour compatibility
Badara, Enrico's advise is the best choice, anyhow Blinker 7 lets you create 32 bits Windows EXE so theoretically it would be possible to use it to build Harbour/xHarbour applications.
Blinking Say info
Hi everybody, My Problem is : In Edit mode while I skip record one by one, say infos (like, row sum or display info from other database) are blinking. I am not able to stop blinking. I used, oSay:Refresh() prior to jump next record. But I do not get expected result. I also tried as, @ x, y Say o...
Blinking Say info
Arindam, I'm not sure I understand the problem--it is going to have to erase and redraw the info which is going to cause a blink. If there is a lag time, then perhaps you are doing a lot of background processing between each record movement? Can you provide a small self contained example that shows the problem? Jame...
Blinking current row in xBrowse
Hello!How to blink or make it blinking the xbrowse current row on ::nMarqueeStyle := MARQSTYLE_HIGHLROWRC <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> Has any one with working code?Thanks and regards,
Blinking current row in xBrowse
Friend,For me its work with tWBrowse:[code:jesjbeih] &#46;&#46;&#46; @ 0,0 LISTBOX oLbxP1 FIELDS "" HEADERS "" SIZE 200,nSplitH PIXEL OF oChildWnd &#46;&#46;&#46; DEFINE TIMER oCLITimer OF oWnd INTERVAL 300 ACTION Blinking&#40; oLbxP1 &#41; ACTIVATE TIMER oCLITimer ACTIVATE WINDOW oChildWnd MAXIMIZED re...
Blinking current row in xBrowse
Hello Rochinha!Finally! someone generously answer this question.You are right! <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> the timer is the only way... changing the row's background color in iteration... I'm inspired to do it in xBrowse.Thank you so much for the guide....
Blinking current row in xBrowse
Good luck,A little modification:[code:1dr0lbx1] Function Blinking&#40; oBrw &#41; if ! oBrw&#58;lFocused oBrw&#58;nClrNFBack &#58;= iif&#40; oBrw&#58;nClrNFBack==oBrw&#58;nClrBackFocus,oBrw&#58;nClrBackFocus,CLR_BLACK&#41; oBrw&#58;nClrNFFore &#58;= iif&#40; oBrw&#58;nClrNFFore==oBrw&#58;nClrBackFocus,CLR_B...
Blinking during display
Hi! In my following test code, no of say are more for display the information. My problem is that, while I am entering data during checking and displaying the information, the Say information’s are blinking. The blinking rates are increasing gradually. #include "FiveWin.ch" Static oGet, oSay, n, oFont, cStat Stati...
Blinking during display
Hi everybody, I think my last post was too lengthy for support. Ok. I need support for the following part only. While I am entering a client’s Id, first it is display previous clients details in @Say area and then current client details. I have erased and removed all Say information from display area and also from oD...
Blinking during display
I don't know if I understood correctly your problem but try to not create new SAY objects and use oSay:SetText() method instead to change SAY content. EMG
Blinking during display
Arimdam, >I think my last post was too lengthy for support. Yes, it is. We need a small self-contained example. From a quick look at your code, it appears that you are doing lots of things the hard way. For instance, coding all your controls instead of using resources is the hard way. If you add the UPDATE clause...
Blinking during display
James, Thanks for your guideline and also for quick look to my code. I am sure this will help me in future during coding [b:380kfr59]But, I am stuck in different part now. I am not updating any data ([color=darkred:380kfr59][u:380kfr59]As this is only for information system. In very few occasion I am updating the inf...
Blinking during display
>But, I am stuck in different part now. I am not sure what you are saying. Are you saying that the example you showed us is not what you are trying to debug? >I am not updating any data (As this is only for information system. In very few occasion I am updating the information in Dbf) in any Dbf, simply erase the in...
Blinking during display
Whoops. Above I said oDlg:refresh() but it should have been oDlg:update(). Below is a working example. James [code:3440iqlk]#include "fivewin&#46;ch" function main&#40;&#41; local oDlg, oCust, oBtn use customer database oCust define dialog oDlg @ 1,2 say oCust&#58;last UPDATE @ 3,2 button oBt...
Blinking during display
James Yes, I want to debug same example which I post earlier. As you have suggested, I have modify my code. It is blank out the Says and remain as controls in oDlg1:aControls for next time use. As a result while I am entering next Client’s Id, then to displaying data from database object, I have to write in my code:...
Blinking during display
Arindam, >Is it possible? Probably. >Is it practical? No. >Is it right way? No. Did you try my example code? If you use the UPDATE clause with any control it adds the control to the list of controls that get automatically updated when you do oDlg:update(). You don't need to erase the data in the SAYs yourself, ...
Blinking during display
Arindam, Just try the code below with the FW\samples\customer.dbf file and you will see what I am talking about. James [code:2xiqkbej]#include "fivewin&#46;ch" function main&#40;&#41; local oDlg, oCust, oBtn use customer database oCust define dialog oDlg @ 1,2 say oCust&#58;last UPDATE @ 3,2 b...
Blinking during display
Arindam, Just wondering if you have made any progress on this? James
Blinking during display
James, I have tested your sample code. It is working fine. May be there are some steping problem in my code. Once again I go through my code. if necessay I will get back to you for support. Thank you for your kind efforts. With regards, Arindam
Bloated EXEs
[quote="Antonio Linares":u3uvr8ks]Enrico, Software tends to grow as it grows in complexity and in offered functionalities. See Windows 10, OSX, Linux, they all grow the same way.[/quote:u3uvr8ks] Yes, but if one doesn't use the new features why they should be included in the EXE? I mean, probably there are some unex...
Bloated EXEs
Dear friends, EXEs sizes has grown up very much lately. As an example, the following empty function [code=fw:395odhpb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;"...
Bloated EXEs
Enrico, Software tends to grow as it grows in complexity and in offered functionalities. See Windows 10, OSX, Linux, they all grow the same way.
Bloated EXEs
Enrico, You may compare the map files from a previous EXE and your current EXE
Bloated EXEs
I can't, as I haven't previous FWh releases. Can I get map files directly from the EXE? Anyway, I have some EXEs of 2013 that are less of 2 MB in size! <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> EMG
Bloated EXEs
I found the culprit! I removed xbrowse module and now I get: [code=fw:3cktewcx]<div class="fw" id="{CB}" style="font-family: monospace;">Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_XBROWSENEW'</span> referenced <span style="color: #0000ff;">from</span> E:\FWXH...
Bloated EXEs
Hi, I use to compress exe upx without reducing its processing speed Regards
Bloated EXEs
Me too. But the EXE size is still growing up (slower). EMG
Bloated EXEs
Enrico, You may try to use dummy functions to replace them
Bloated EXEs
[quote="Antonio Linares":cb7ayjq9]Enrico, You may try to use dummy functions to replace them[/quote:cb7ayjq9] Yes, but there are many others to replace... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> I give up. EMG
Bloated EXEs
I guess you deleted xbrowse.obj as it has been your preference for long. If so you have to delete xbrowser.obj too. New thing is TGet also calls xbrowse. To remove this call, you may comment out function PopupBrowse() in the tget.prg. Next time, I may move this to xbrowse.prg. To that extent, you need to modify TGet....
Bloated EXEs
[quote="nageswaragunupudi":3l4k23l8]I guess you deleted xbrowse.obj as it has been your preference for long. If so you have to delete xbrowser.obj too. New thing is TGet also calls xbrowse. To remove this call, you may comment out function PopupBrowse() in the tget.prg. Next time, I may move this to xbrowse.prg. To t...
Bloated EXEs
Yes, menu system grew a lot too
Bloated EXEs (reprise)
Anybody could tell me why the following sample generates an EXE of 3208192 bytes? [code=fw:29rc41fd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <...
Bloated EXEs (reprise)
Which libs do you have included? I think the libraries full of functionality make the .exe bigger <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
Bloated EXEs (reprise)
Only the standard libs: fivehx.lib and fivehc.lib. But please note that I make no call to any of the FWH functions or classes (see my sample). 2.4 MB size bigger is too much for doing nothing, isn't it? EMG
Bloated EXEs (reprise)
It definitely are the fwh-libs. If I comment these file out of the samples buildx.bat, my .exe is 831kb, with these libs it is 3404kb. The commented lines are: echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> b32.bc echo %fwh%\lib\pgsql.lib %hdir%\lib\libpq.lib + >> b32.bc So, as long as you...
Bloated EXEs (reprise)
Gilbert, you definitely missed the point. As the linker put a module in the EXE only if at least one of the symbols contained in that module is referenced, why we have 2.4 MB of modules linked to the EXE if it's only an empty program? EMG
Bloated EXEs (reprise)
Enrico, Comparing the generated .map files we can see which modules are getting linked into the EXE
Bloated EXEs (reprise)
Antonio, thank you. I just send the map to your private email. Any thoughts? EMG
Bloated EXEs (reprise)
Enrico, Please don't link FWH libraries and check the EXE size that you get
Bloated EXEs (reprise)
829440 bytes EMG
Bloated EXEs (reprise)
Enrico, sorry, I assumed the key fwh libs were a kind of a framework which always would be linked, because this these libs at least for some years now make the exe bigger. (At least from fwh1202 I can confirm with a test I made today: 839kb vs. 1772kb. The file size with actual fivewin/xharbour is simular to yours: 83...
Bloated EXEs (reprise)
This is something I don't understand: - fivehx.lib specified to the linker --> EXE size: 3208192 - fivehx.lib do not specified to the linker --> EXE size: 829440 In both cases I get no linker errors! So the sample is not using any of the FWH symbols. Then why the EXE size grows when fivehx.lib is specified but not us...
Bloated EXEs (reprise)
Because FWH libs replace Harbour errorsys
Bloated EXEs (reprise)
The following sample is still 3195904: [code=fw:33q3axim]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <span style="color: #00C800;">RETURN</span> ...
Bloated EXEs (reprise)
you should review fwh sources one to one searching not static function which reescribe harbour system, in order to understand that size increase.
Bloated EXEs (reprise)
Please note that I'm not using any Harbour functions in my sample so EXE size should not increase even if FWH redefines any of those. EMG
Bloated EXEs (reprise)
Antonio, did you mean by "FWH libs replace Harbour errorsys", that the FWH owned errorsys is linked automatically and the size of the .exe can be explained by this?
Bloated EXEs (reprise)
[quote="Enrico Maria Giordano":3n3euxt3]Please note that I'm not using any Harbour functions in my sample so EXE size should not increase even if FWH redefines any of those.[/quote:3n3euxt3] Allright, but note what increase problem is no a fwh problem or harbour problem: it's a C linker problem from Embarcadero compan...
Bloated EXEs (reprise)
No, it isn't. If I remove or add an unused lib from the list, the EXE size doesn't change. EMG