Search found 382 matches: comp

Return to advanced search

Re: Construir Harbour con BCC 7.1

Con este go_64.bat: set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\ set HB_USER_CFLAGS=-Ic:\bcc7164\include\windows\crtl -Ic:\bcc7164\include\windows\sdk win-make.exe LLego hasta este error: ilink64.exe -L"c:\bcc71...
by Vikthor.Thomas
Fri Apr 21, 2017 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 6229

Re: Construir Harbour con BCC 7.1

Con este go_64.bat: set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\ set HB_USER_CFLAGS=-Ic:\bcc7164\include\windows\crtl -Ic:\bcc7164\include\windows\sdk win-make.exe LLego hasta este error: ilink64.exe -L"c:\bcc716...
by Antonio Linares
Fri Apr 21, 2017 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 6229

Re: bat de compilacion paso a paso

.prg.obj: $(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c pause .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include ...
by Antonio Linares
Wed Mar 29, 2017 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bat de compilacion paso a paso
Replies: 6
Views: 1289

Re: bat de compilacion paso a paso

... -Gn -aa -Tpe -s @b32.bc del b32.bc .prg.obj: $(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include ...
by Compuin
Wed Mar 29, 2017 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bat de compilacion paso a paso
Replies: 6
Views: 1289

Re: HaruPDF library

by Massimo Linossi
Sat Feb 25, 2017 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HaruPDF library
Replies: 8
Views: 1955

Re: multiple definition error

In this section: [43998.974] C:\Winclip\qtcontrib\comp\mingw\bin\gcc.exe .hbmk/win/mingw/hello.o .hbmk/win/mingw/_hbmkaut_hello.o -mconsole -Wl,--start-group -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt ...
by Antonio Linares
Wed Feb 01, 2017 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 4330

Re: multiple definition error

... -trace -info -lang=en -width=512 -rebuild [43995.660] [43995.701] hbmk2: Autodetected platform: win [43995.701] [43995.722] hbmk2: Autodetected C compiler: mingw [43995.723] hbmk2: Using Harbour: C:\Winclip\qtcontrib\bin C:\Winclip\qtcontrib\include C:\Winclip\qtcontrib\lib\win\mingw C:\Winclip\qtcontrib\bin ...
by marzio
Tue Jan 24, 2017 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 4330

Re: Funciones propias en una lib

... 2014 Embarcadero Technologies, Inc. c:\harbour\bin\harbour .\prg\test.prg /N /W /es2 /Oobj\ /I.\include;c:\harbour\include;c:\FWH\include > comp.log c:\bcc7\bin\bcc32 -c -tWM -w-pia -Ic:\harbour\include -Iinclude -oobj\test obj\test.c Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 ...
by Compuin
Thu Jan 19, 2017 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

Maestro

Con ese ultimo cambio vuelvo a tener este error

comp.log
.\prg\test.prg(1) Error F0029 Can't open #include file 'FiveWin.ch'
by Compuin
Thu Jan 19, 2017 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

Puedes cambiar esta línea asi:

$(HDIR)\bin\harbour $< /N /W /es2 /I.\include;$(HDIR)\include > comp.log
by Antonio Linares
Thu Jan 19, 2017 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

... Embarcadero Technologies, Inc. c:\harbour\bin\harbour .\prg\mainwin.prg /N /W /es2 /Oobjh\ /I.\include;c:\ harbour\include;c:\FWH\include > comp.log .\mainwin.prg(5) Error E0032 Can't create output file 'objh\mainwin.c' ** error 1 ** deleting .\mainwin.obj C:\SGE>go MAINWIN.PRG #include ...
by Compuin
Thu Jan 19, 2017 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

Aqui falta el path al CH de FWH:

$(HBDIR)\bin\harbour $< /N /W /es2 /Oobjh\ /I.\include;$(HBDIR)\include;c:\FWH\include > comp.log
by Antonio Linares
Thu Jan 19, 2017 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

... (c) 1987, 2014 Embarcadero Technologies, Inc. c:\harbour\bin\harbour .\prg\mainwin.prg /N /W /es2 /Oobjh\ /I.\include;c :\harbour\include > comp.log .\prg\mainwin.prg(1) Error F0029 Can't open #include file 'fivewin.ch' ** error 1 ** deleting .\mainwin.obj C:\SGE>go MAINWIN.PRG #include ...
by Compuin
Thu Jan 19, 2017 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

Gracias maestro

Ahora arroja este error

C:\SGE>make -fmylib.mak
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
\bin\harbour .\prg\mainwin.prg /N /W /es2 /Oobjh\ /I.\include;\include >
comp.log
Fatal: Unable to execute command: \bin\harbour
C:\SGE>mylib
by Compuin
Tue Jan 17, 2017 8:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: Funciones propias en una lib

... PROJECT : mylib.lib mylib.lib : $(PRG:.PRG=.OBJ) .PRG.OBJ: $(HDIR)\bin\harbour $< /N /W /es2 /Oobjh\ /I.\include;$(HDIR)\include > comp.log $(BCCDIR)\bin\bcc32 -c -tWM -w-pia -I$(HDIR)\include -Iinclude -oobj\$& obj\$&.c $(BCCDIR)\bin\TLib mylib.lib -+$@ /0 /P64,, .C.OBJ: ...
by Compuin
Mon Jan 16, 2017 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144
PreviousNext

Return to advanced search