Search found 865 matches: bcc55

Return to advanced search

OLE 32

... error: Error: Unresolved external '_hb_stack' referenced from H:\FW\LIB\HBOLE.LIB|ole2 ¿Me falta añadir algo mas? Uso FWH 2.7 + xHarbour 0.99.51 + BCC55 Gracias de antemano por vuestra ayuda.
by txon
Fri Feb 10, 2006 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OLE 32
Replies: 3
Views: 1020

Oka let me show how the build file goes and advice me where to locate the lib of bcc55 command : @SET INCLUDE=e:\compiler\clipper\fweval\INCLUDE;e:\compiler\clipper\xharbour\include @SET LIB=e:\compiler\cpp_lang\bcc55\LIB;e:\compiler\clipper\fweval\LIB @if A%1 == ...
by Ehab Samir Aziz
Fri Feb 10, 2006 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1873

bcc55 is located in my Harddrive in e:\compiler\cpp_lang\bcc55
by Ehab Samir Aziz
Fri Feb 10, 2006 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1873

Yes but I tried
set lib=/Path/of/bcc55/lib ,It does not work
I tried
set path=/Path/of/bcc55/lib ,It does not work
by Ehab Samir Aziz
Fri Feb 10, 2006 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1873

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 ...
by Vytas
Sun Feb 05, 2006 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland link error Too many DEF
Replies: 1
Views: 1017

error con varce y compialndo 2

... 148= 149= 150= [LIBRERIA] DIR_LIB=C:\ARCHIVOS DE PROGRAMA\VERCE NOMBRE=C:\ARCHIVOS DE PROGRAMA\VERCE [RUTAS] HARBOUR=C:\harbour BORLAND=C:\BORLAND\BCC55 FIVEWIN=C:\FWH24 XHARBOUR=C:\Xharbour XHARLIB=C:\FWH24\LIB\FiveH.lib [FLAGS] HARBOUR=/n /m /w /es2 /gc1 BCC32=/c /O2 ILINK= /Gn /aa /Tpe /s XHARBOUR=/n ...
by joseluisysturiz
Sat Feb 04, 2006 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con varce y compialndo 2
Replies: 1
Views: 651

error verce 2

... Local 12: C "C:\SISINGE\Farmacia" Local 13: C "C:\SISINGE\Farmacia" Local 14: C "C:\SISINGE\Farmacia\DLL" Local 15: C "C:\harbour" Local 16: C "C:\Bcc55" Local 17: C "C:\FWH" Local 18: C "C:\Xharbour" Local 19: C "C:\FWH\FiveHX.Lib" Local 20: N 2 Local 21: A Len: 22 Local 22: A Len: 0 Local 23: ...
by joseluisysturiz
Sat Feb 04, 2006 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error verce 2
Replies: 1
Views: 1674

winuser.h en c:\bcc55\include.

Megabye.

Paco
by Paco Garcia
Fri Feb 03, 2006 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PellesC - Propiedades....
Replies: 4
Views: 1392

Or with borland : C:\FWH\SAMPLES\Obj\testrtf.Obj + D:\BCC55\Lib\C0W32.OBJ, + C:\FWH\SAMPLES\testrtf.Exe, + , + D:\xHarbour\Lib\dbffpt.lib + D:\xHarbour\Lib\optgui.lib + D:\xHarbour\Lib\rtl.lib + D:\xHarbour\Lib\vm.lib + D:\xHarbour\Lib\gtwin.lib + D:\xHarbour\Lib\lang.lib ...
by Frank Demont
Thu Feb 02, 2006 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3338

Vagner; Buena explicación. Listo. Cuando compilo con clipapi.h recibo varios errores como estos: Error E2238 F:\BORLAND\BCC55\INCLUDE\ClipApi.h 38: Multiple declaration for 'WOR D' Error E2344 F:\BORLAND\BCC55\INCLUDE\windef.h 145: Earlier declaration of 'WORD' Error E2238 F:\BORLAND\BCC55\INCLUDE\ClipApi.h ...
by reinaldocrespo
Fri Jan 27, 2006 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LinearGardientBrush
Replies: 23
Views: 8152

Linking issue with FWH 2.7

... FWH 2.7 software? Are they not required anymore? Thanks, Vytas #Borland make sample, (c) FiveTech Software 2005 HBDIR=d:\harbour BCDIR=d:\Borland\bcc55 FWDIR=d:\fwh #change these paths as needed .path.PRG = .\ .path.OBJ = .\obj .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc ...
by Vytas
Fri Jan 27, 2006 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4747

Olá, Crie um .C dele. Ex : Reinaldo.C Com o Borland, compile assim : set bcdir=C:\Borland\BCC55 set fwhdir=C:\FwH %bcdir%\bin\bcc32 -M -c -D__HARBOUR__ -I%fwhdir%\include;%hdir%\include Reinaldo.C Irá criar o Reinaldo.Obj No seu Lnk, inclua com os outros Obj, e inclua ...
by Vagner
Fri Jan 27, 2006 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LinearGardientBrush
Replies: 23
Views: 8152

Olá, Crie um .C dele. Ex : Reinaldo.C Com o Borland, compile assim : set bcdir=C:\Borland\BCC55 set fwhdir=C:\FwH %bcdir%\bin\bcc32 -M -c -D__HARBOUR__ -I%fwhdir%\include;%hdir%\include Reinaldo.C Irá criar o Reinaldo.Obj No seu Lnk, inclua com os outros Obj, e inclua ...
by Vagner
Fri Jan 27, 2006 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LinearGardientBrush
Replies: 23
Views: 8152

... 1 ) ; DeleteObject(Regi); } Use Assim : VTabDegrade(hWnd,hDc,nRgb(255,255,255),nRgb(000,000,128),0,1) Inclua no seu lnk a lib : \Bcc55\Lib\Psdk\msimg32.lib
by Vagner
Fri Jan 27, 2006 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LinearGardientBrush
Replies: 23
Views: 8152

... utilizar como o gradientfill, têm o alphablend, mas infelismente não pude usar por não saber os comandos, se alguém tiver os helps do borland bcc55, ficaria muito grato, não precisa acessar nenhuma dll :wink:
by Vagner
Fri Jan 27, 2006 11:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GDIPLUS
Replies: 11
Views: 3339
PreviousNext

Return to advanced search