Search found 831 matches: fwh64

Return to advanced search

Re: FWH64 + bcc64 + hbmk2 example

already sent
by Antonio Linares
Mon Jun 19, 2023 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

Hi Antonio,
I haven't received anything in the mail as you told me in a previous message,
can you try again using this address ? maurizio.menabue@alice.it ,
sorry for the inconvenience.

TIA
by mauri.menabue
Mon Jun 19, 2023 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

if you use resources in a *.rc file add this line in the .hpb file

Code: Select all  Expand view
-resflag=-IC:\bcc7164\INCLUDE\windows\sdk -IC:\bcc7164\INCLUDE\windows\crtl


and in the .rc file

Code: Select all  Expand view
#include <windows.h>
#include <commctrl.h>
// #include <richedit.h> // comment this line
 



Regards,
by alvaro533
Mon Jun 19, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

32 bits app are around 15% slower than 64 bits apps

https://groups.google.com/g/harbour-users/c/INKBYSN3DEE
by Antonio Linares
Mon Jun 19, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

Dear Mauri, > What are the advantages over the 32-bit version? Much larger memory amount management: 128 GB for Windows 10 Home, 256 GB for Windows 10 Pro, and much higher limits for Windows Server editions > Is the Embarcadero - Borland C compiler bcc64 free ? if not what is its cost. Please ...
by Antonio Linares
Sat Jun 17, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

Hi all,
What are the advantages over the 32-bit version?
Is the Embarcadero - Borland C compiler bcc64 free ? if not what is its cost.
One of the advantages is being able to export large tables to excel from xbrowse without errors?
Tia
by mauri.menabue
Sat Jun 17, 2023 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

Good afternoon,

I just finished migrating from fwh32 to fwh64. It's up and running now. I wanted to take this opportunity to thank Antonio for his excellent support and assistance during the installation, as I am not an expert in compilers, resources, etc.

Best regards,

Alvaro
by alvaro533
Sat Jun 17, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: Demo migración de fwh32 a fwh64

Buenas tardes,

Acabo de hacer la migración del fwh32 a fwh64. Ya está funcionando. Quería agradecer por aquí a Antonio el excelente soporte y ayuda durante la instalación, ya que no soy un experto en compiladores, recursos, etc.

Un saludo,

Alvaro
by alvaro533
Sat Jun 17, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Demo migración de fwh32 a fwh64
Replies: 8
Views: 504

Re: build Import LIB from LibPQ.DLL

hi, thx for Answer. File c:\fwh64\samples\libpq.dll are Version v9.6.3 and 32 Bit (!) and there is no fwh64\lib\libpq.lib for HMG i have build a Lib "a" (MinGW) for LibPQ.DLL 64 Bit ... but i don´t remember how ... --- hm ... ...
by Jimmy
Fri Jun 16, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2875

Re: FWH64 + bcc64 + hbmk2 example

Ha, ya observé en las ruta de conf que es la 7.1, disculpa.
by carlos vargas
Fri Jun 16, 2023 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: FWH64 + bcc64 + hbmk2 example

Antonio que versión del compilador bcc64 estás usando?
by carlos vargas
Fri Jun 16, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

FWH64 + bcc64 + hbmk2 example

... HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c:\%bcc%\LIB\psdkc:\harbour\bin\win\bcc64\hbmk2.exe test.hbp -comp=bcc64 test.hbp test.prg -optim--ldflag+=-aa-Ic:\fwh64\include-Lc:\fwh64\lib -lfive64-lfivec64hbct.hbcxhb.hbchbziparc.hbc test.prg #include "FiveWin.ch"function Main()    MsgInfo( ...
by Antonio Linares
Fri Jun 16, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 843

Re: Demo migración de fwh32 a fwh64

> ¿Hay mucha diferencia de velocidad entre la versión de 32 y 64 bits que justifique la inversión en tiempo de hacer las modificaciones? No es tanto una cuestión de velocidad sino de capacidad de uso de la memoria. Las aplicaciones en 64 bits pueden manejar mucha mas memoria y esto hace que sean ...
by Antonio Linares
Wed Jun 14, 2023 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Demo migración de fwh32 a fwh64
Replies: 8
Views: 504

Re: Demo migración de fwh32 a fwh64

En teoría debería de funcionar, as la prueba para ver si genera un error,
by ruben Dario
Tue Jun 13, 2023 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Demo migración de fwh32 a fwh64
Replies: 8
Views: 504

Re: Demo migración de fwh32 a fwh64

Muchas gracias, Rubén y Jose. Tengo una duda más. ¿Los ficheros de recursos *.rc sirven o tendré que modificarlos uno a uno? Actualmente los estoy creando con ResEdit. ¿Hay mucha diferencia de velocidad entre la versión de 32 y 64 bits que justifique la inversión en tiempo de hacer las modificacione...
by alvaro533
Tue Jun 13, 2023 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Demo migración de fwh32 a fwh64
Replies: 8
Views: 504
PreviousNext

Return to advanced search