Search found 202 matches: dhb

Return to advanced search

I try to fix comm.c with the EMG code, but i have compiling errors: Progetto: WP32, Ambiente: BorlandWin: [1]:Bcc32.Exe -M -c -O2 -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -Ic:\ut\fwh27\include -IC:\BCC55\Include;C:\xHxFw27\Include -nObj...
by pymsoft
Fri Sep 15, 2006 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in SetCommState()
Replies: 11
Views: 3608

Compilacion XH 99.60

Ola amigos Estou tentando compilar o SOURCE do FWH27 com o xHARBOUR 99.60, o qual sempre me retorna este erro [1]:Bcc32.Exe -M -c -v -D__HARBOUR__ -DHB_FM_STATISTICS_OFF -IG:\XH_99\include;G:\fwh26\include -IC:\BCC55\Include;G:\XH_9960\Include -nObj Obj\XPAD.c Borland C++ 5.5.1 for Win32 Copyright (...
by miragerr
Tue Jul 04, 2006 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion XH 99.60
Replies: 5
Views: 1638

Hi Enrico, Thanks for taking the time to solve the issue. I hope you will forgive me for asking how do I go about compiling and linking your sample code? I run a make file (listed below) and get the following errors. I suspect it has go something to do wil paths but I am not sure what I should be mo...
by Vytas
Fri May 05, 2006 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4828

and to build 3rd party libs and my aplication??

Antonio, thanks, only to confirme and to another users too: (x)harbour : -D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -d -a8 -OS -O2 -5 -6 -DADS_REQUIRE_VERSION=5 <<< this last is for me too, i use ads 5 FWH -c -D__HARBOUR__ -D__FLAT__ -TP -D__EXPORT__ -DHB_G...
by Nop
Wed Apr 26, 2006 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameters to build (x)harbour and fwh from cvs updated
Replies: 8
Views: 1754

To build Harbour from CVS we do:

buildb32.bat:
SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -d -a8 -OS -O2 -5 -6
make_b32.bat
by Antonio Linares
Wed Apr 26, 2006 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameters to build (x)harbour and fwh from cvs updated
Replies: 8
Views: 1754

parameters to build (x)harbour and fwh from cvs updated

Hi to all, someone has an updated .mak to build fwh from cvs? and parameters, i use this : SET CFLAGS = -tWM -a8 -O2 -OS -5 -6 -D__HARBOUR__ -D__WIN32__ -DHB_FM_STATISTICS_OFF -DHB_NO_PROFILER -DHB_COMPAT_C53 -DHB_GUI -DHB_WIN32_IO -DHB_NO_TRACE -DHB_API_MACROS -DHB_INCLUDE_WINEXCHANDLER -DADS_REQUI...
by Nop
Tue Apr 25, 2006 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameters to build (x)harbour and fwh from cvs updated
Replies: 8
Views: 1754

Eugeniusz, We are uploading a new build. You may download it in a few minutes. Thanks for your feedback. You may compile a C module doing this: tools\clp2harb module.c temp\module.c echo -c /DARM /DUNICODE -D__HARBOUR__ -DHB_API_MACROS -D__FLAT__ -TP -Ic:\harbour_ce\include > tmp echo -Ic:\vce\in...
by Antonio Linares
Mon Apr 10, 2006 4:21 pm
 
Forum: FiveWin for Pocket PC
Topic: Socket on Windows Server 2000
Replies: 23
Views: 7790

En directorio xMate BorlandWinH.Env [Harbour] HB_INSTALL=c:\HARBOUR HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /es2 /i%HB_INC_INSTALL% /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /dHB_STACK_MACROS Option prefix=/ [C] C_INSTALL=C:\Borland\BCC55 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -DHB_A...
by Biel EA6DD
Mon Apr 10, 2006 7:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ot: script compilacion Fwh - xHarbour - xMate
Replies: 3
Views: 1980

I fixed the path in test.rmk and those errors where found . E:\COMPILER\clipper\FWH\makes\bormake>if not exist obj md obj E:\COMPILER\clipper\FWH\makes\bormake>e:\compiler\cpp_lang\bcc55\bin\make -fmine.rmk MAKE Version 5.2 Copyright (c) 1987, 2000 Borland e:\compiler\clipper\harbour\bin\harbo...
by Ehab Samir Aziz
Sat Mar 11, 2006 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: make utility
Replies: 6
Views: 2681

William,

Are you building harbour/xharbour yourself ? If so please use -DHB_INCLUDE_WINEXCHANDLER

You should get a calls stack Msg on the screen.

Do you have a sample to reproduce the problem ?
by Antonio Linares
Mon Feb 13, 2006 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ErrorSys
Replies: 2
Views: 1075

Borland link error Too many DEF

Hi again, Using FW January 2.7 and Borland linker with the following rmk file I get the following error. d:\Borland\bcc55\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Too many DEF file names: d:\fwh\lib\FiveHC.lib When I comment out linking ...
by Vytas
Sun Feb 05, 2006 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland link error Too many DEF
Replies: 1
Views: 981

Linking issue with FWH 2.7

Hi All, I just got FWH 2.7 set up and am trying to use the following rmk file. The rmk file runs perfectly with FWH2.5. I had to comment out reference to DBFDBT.LIB and HBZIP.LIB to get further along the linking process. It then crashes with a bunch of unresolved externals '_hb_sx*" . See below the ...
by Vytas
Fri Jan 27, 2006 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4644

Alex, If you use the xHarbour build we provide from http://www.fivetechsoft.com/files/xharbour.exe it already include GPFs catching using SetUnhandledExceptionfilter(). Both Harbour and xHarbour already include support for SetUnhandledExceptionfilter() but you have to build them using this flag: -DH...
by Antonio Linares
Mon Jan 23, 2006 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Catching GPF's
Replies: 2
Views: 762

Si estas usando xMate %C_BIN_INSTALL%\Bcc32.Exe -DHB_API_MACROS -M -c - D__HARBOUR__ -O2 -e -tWM -DHB_COMPAT_C53 -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C%[/b] Si usas un .mak busca la declaración de flag para Bcc32, si usas xHarbour.com lo agregas en el apartado para flag de la segunda opc...
by Vikthor
Tue Jan 17, 2006 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase texcels
Replies: 8
Views: 3053

Re: dove reperire Sample batch x Xharbour

Ciao a tutti, Ho tirato giu' da xharbour.org xharbour x bcc ma non ci ono ne sample .prg ne .bat di compilazione. Ho provato a chiederli alle news di xharbour e mi hanno detto che devo comprarmi xharbour....... Ma non era possibile usarlo gratis? Forse non hai capito bene la risposta. Quello era so...
by Enrico Maria Giordano
Fri Dec 23, 2005 12:42 pm
 
Forum: All products support
Topic: dove reperire Sample batch x Xharbour
Replies: 7
Views: 4406
PreviousNext

Return to advanced search