Search found 105 matches: hdirl

Return to advanced search

Re: Strange problems since loading FWH 13.07

... >comp.log type xh.log Here is my link script: //------------------------------------------- del winfrt.exe set hdir=c:\harbour1212 set hdirl=c:\harbour1212\lib set fwh=c:\fwh1212 set bcdir=c:\borland\bcc582 @echo %bcdir%\lib\c0w32.obj + > b32.bc @echo cargo.obj tget setup.obj ndx.obj ...
by cdmmaui
Wed Sep 11, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems since loading FWH 13.07
Replies: 39
Views: 14358

Re: Harbour + MultiThread

Vilian,

Your example is working fine here using FWH 13.07 and Harbour. I have used buildh.bat to build it simply changing:

echo %hdirl%\hbvmmt.lib + >> b32.bc

and

echo %bcdir%\lib\cw32mt.lib + >> b32.bc

I can provide you the EXE in case you want to run it
by Antonio Linares
Mon Sep 09, 2013 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + MultiThread
Replies: 5
Views: 1352

unable to build with fwh64 13.05 vc64, hlp please

... set FWDIR=D:\fwh64 if "%HBDIR%" == "" set HBDIR=D:\harbour64 ECHO Compiling... set fwdirl=%FWDIR%\lib set hdir=%HBDIR% set hdirl=%hdir%\lib\vc64 set vcdir=D:\vc64 set include=%vcdir%\include;%hdir%\include;%include% set lib=%vcdir%\lib;%hdir%\lib;%fwdirl%;%lib% %hdir%\bin\harbour ...
by cyberkily
Wed Jul 10, 2013 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to build with fwh64 13.05 vc64, hlp please
Replies: 8
Views: 2056

Re: Error en TESTPRN6.PRG

Gracias Maestro, Me hacia falta: echo %hdirl%\hbhpdf.lib + >> b32.bc echo %hdirl%\libharu.lib + >> b32.bc Ahora genera el archivo .PNG Pasta de c:\FWH1303\samples\png 12/04/2013 11:30 11.878 10263368.png 12/04/2013 11:41 11.878 10931317.png ...
by karinha
Fri Apr 12, 2013 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2766

Re: Enviando mensajes de WhatsApp

... '_HB_FUN_HB_BASE64DECODE' referenced from D:\TRABAJO32\COMUN\WHATSAPP\OBJ\WHATSAPP.OBJ Debo mencionar que aumente la LIB que indicas : echo %hdirl%\tip.lib + >> b32.bc Pero tampoco, siguen los 4 mensajes de error arriba adjuntos, gracias
by Enrrique Vertiz
Wed Aug 15, 2012 1:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando mensajes de WhatsApp
Replies: 212
Views: 83293

Re: Usando GUI y CUI juntos

Com ajuda do Sr. Antonio, fiz umas alterações: // Add this line in buildh.bat // echo %hdirl%\%GT%.lib + >> b32.bc // echo %hdirl%\gtwvt.lib + >> b32.bc #include "FiveWin.ch" #include "hbgtinfo.ch" #include "std.ch" REQUEST ...
by MGA
Tue Aug 14, 2012 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 9068

Re: Usando GUI y CUI juntos

Hola
el GUICUI está preparado para Harbour, porque hay que enlazar:

// Add this line in buildh.bat
// echo %hdirl%\%GT%.lib + >> b32.bc
// echo %hdirl%\gtwvt.lib + >> b32.bc

cuales serían las librerías a enlazar para xHarbour?

Muchas Gracias
Roberto
by TOTOVIOTTI
Thu Aug 09, 2012 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 9068

MultiThread problem with FWH 12.02

... RETURN NIL For composing I use next script: set HBDIR=C:\harbour.3.1 set fwhdir=D:\CLIPPER\FWH.12.02 set GT=gtgui set hdir=%HBDIR% set hdirl=%hdir%\lib set bcdir=C:\Borland\bcc582 setInclude=%HBDIR%\include;%bcdir%\include;%fwhdir%\include set LIB=%bcdir%\Lib;%HBDIRl%;%fwhdir%\lib %hdir%\bin\harbour ...
by Gosha
Sun Jul 22, 2012 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MultiThread problem with FWH 12.02
Replies: 1
Views: 672

Re: ERROR EN BOTON

... == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui ECHO Compilando...... set hdir=%HBDIR% set hdirl=%hdir%\lib set fwh=%FWDIR% set bcdir=c:\Borland\bcc582 ECHO %fwh% ECHO %HDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 ...
by agarnati
Wed May 30, 2012 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN BOTON
Replies: 5
Views: 1845

Re: Error al usar nueva version URGENTE !!!

... rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui set hdir=%XHDIR% set hdirl=%hdir%\lib set bcdir=c:\bcc582 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log IF ERRORLEVEL ...
by Orbex
Tue Apr 17, 2012 12:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al usar nueva version
Replies: 2
Views: 1326

Re: Where can I download BCC582?

... rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui set hdir=%XHDIR% set hdirl=%hdir%\lib set bcdir=d:\bcc582 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log IF ERRORLEVEL ...
by dutch
Mon Mar 12, 2012 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download BCC582?
Replies: 46
Views: 9397

Re: Harbour debuger for FWH1107 console mode

Perry,

Please link Harbour hbdebug.lib before FiveH.lib. In example, modifying FWH\samples\buildh.bat:

echo %hdirl%\hbdebug.lib %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib + >> b32.bc
by Antonio Linares
Fri Feb 24, 2012 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debuger for FWH1107 console mode
Replies: 4
Views: 763

Re: Error al utilizar nueva version de FWH

... rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui set hdir=%XHDIR% set hdirl=%hdir%\lib set bcdir=c:\bcc582 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log IF ERRORLEVEL ...
by Orbex
Sun Jan 29, 2012 9:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al utilizar nueva version de FWH
Replies: 4
Views: 2311

Re: Cambiar a Harbour y MSVC

... Dentro de la carpeta Harbour\lib no existe la carperta vc32 a la que se hace referencia en buildh32.bat set hdirl=%hdir%\lib\vc32
by fgondi
Thu Dec 01, 2011 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar a Harbour y MSVC
Replies: 16
Views: 2463

Nuevo FW 11.11

... b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib + >> b32.bc echo %hdirl%\rtl.lib + >> b32.bc echo %hdirl%\vm.lib + >> b32.bc echo %hdirl%\gtgui.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc ...
by agarnati
Sun Nov 27, 2011 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FW 11.11
Replies: 2
Views: 715
PreviousNext

Return to advanced search