Search found 124 matches: bcc64

Return to advanced search

Re: Talking to your apps

According to my tests, the program works fine only with these compilers combinations:

- Harbour MSC32
- Harbour BCC64
- xHarbour BCC32
- xHarbour BCC64
by Enrico Maria Giordano
Tue Apr 02, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3877

Ficheros borrados del github harbour y xharbour files

... el historial parece que enrigo maria giordano lo ha borrrado casi todo y no sé si se pueden recuperar, necesito las versiones antiguas un bcc5, bcc64 y otros. Sabes que ha pasado? Hay forma de poder tener los zip antiguos. Lo descargue de https://github.com/FiveTechSoft/harbour_and_xharbour_builds
by Andrés González
Mon Dec 04, 2023 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ficheros borrados del github harbour y xharbour files
Replies: 4
Views: 544

Re: Crear librerias de Harbour BCC74 Me genera error

bcc64.exe: error: unknown argument: '-CP437'bcc64.exe: error: unknown argument: '-w-sig-'bcc64.exe: error: unknown argument: '-w-aus-'bcc64.exe: error: unknown argument: '-w-ccc-'bcc64.exe: error: unknown argument: '-w-csu-'bcc64.exe: ...
by Enrico Maria Giordano
Sun Nov 26, 2023 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6870

Re: Probando el flag -gc3 de Harbour

... Support for Embarcadero C++ 7.60 is limited to bcc32 (Classic Borland C++ compiler), bcc32x (Clang-enhanced C++ compiler for 32-bit Windows), and bcc64 (Clang-enhanced C++ compiler for 64-bit Windows). The bcc32c binary is not supported. Salu2
by paquitohm
Mon Nov 20, 2023 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando el flag -gc3 de Harbour
Replies: 4
Views: 428

Bug in BCC64

Only for C developers. I'm trying to build Harbour with BCC64. It seems there is a bug in BCC64 version 7.20 onward (7.10 is the latest that works fine). This sample: #include <stdio.h>#define TEST "А"int main(){    ...
by Enrico Maria Giordano
Wed Nov 01, 2023 2:41 pm
 
Forum: Off Topic / Otros temas
Topic: Bug in BCC64
Replies: 0
Views: 329

Re: Falta unicows.dll al crear librerias con Harbour

Unfortunately, hbmk2.exe does not work with BCC64 7.60 and I'm still investigating. I'll keep you updated.
by Enrico Maria Giordano
Sat Oct 21, 2023 6:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 472

Re: New FTDN July/Julio (FWH 23.07)

Mayo, Junio, Julio 2023 ======================= * Mejora: La función SetClipboardData() soporta el formato CF_HDROP. Un ejemplo de uso: --- #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClipb...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

New FTDN July/Julio (FWH 23.07)

May, June, July 2023 ==================== * Enhancement: function SetClipboardData() supports CF_HDROP. Here there is a working example - 1: #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClip...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Ruta no especificada al compilar

... ECHO Compiling... set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc set fwh=%FWDIR% if exist c:\borland\bcc740 set bcdir=c:\borland\bcc740 if exist c:\bcc64 set bcdir=c:\bcc64 %hdir%\bin\win\bcc\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log if errorlevel ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 191

Re: Desaparecen controles en Folder - Ayuda por favor

Compile con BCC64 y xHarbour 64 bits, no me gusta Microsoft.

http://www.xharbour.org/index.asp?page=download/windows/binaries_win

Regards, saludos.
by karinha
Wed Jul 12, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparecen controles en Folder - SOLUCIONADO
Replies: 65
Views: 2289

Re: Desaparecen controles en Folder - Ayuda por favor

Compila en \samples\testfx3.prg Usando FOLDEREX.

Algo está mal. Harbour o [x]Harbour? ¿La versión de BCC64 y [x]Harbour64 és correcta para la versión que usa?

Regards, saludos.
by karinha
Wed Jul 12, 2023 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparecen controles en Folder - SOLUCIONADO
Replies: 65
Views: 2289

Re: FWH64 + bcc64 + hbmk2 example

Dear Antonio ,

There was issue in Harbour 64 bit bcc as given old issue link. I am not sure currently it is working fine ?
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=37051&start=0&hilit=multiply&sid=3214644f0d13f5bc95cbc2262ba18227


Thanks
Shridhar
by shrifw
Thu Jun 22, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 827

Re: FWH64 + bcc64 + hbmk2 example

Dear Hakan, It is already included in FWH(32/64) in "makes" folder: hbmk2.zip go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp -comp=msvc64test.exe test64.hbp -gui-Ic:\fwh\includetest.prg-...
by Horizon
Wed Jun 21, 2023 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 827

Re: FWH64 + bcc64 + hbmk2 example

Dear Hakan, It is already included in FWH(32/64) in "makes" folder: hbmk2.zip go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp -comp=msvc64test.exe test64.hbp -gui-Ic:\fwh\includetest.prg-L...
by Antonio Linares
Tue Jun 20, 2023 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 827

Re: FWH64 + bcc64 + hbmk2 example

Hi Antonio,

Can you prepare for FWH64 + msvc 2022 + hbmk2 example please.

Thanks.
by Horizon
Mon Jun 19, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 827
Next

Return to advanced search