Search found 81 matches: vcdir

Return to advanced search

Re: hb_base64 link

... set FWDIR=d:\fwh if "%HBDIR%" == "" set HBDIR=d:\compiler\harbour set GT=gtgui set HDIRLIB=%HBDIR%\lib\win\msvc set VCDIR=d:\compiler\vc2022 set VCDIRBIN=%VCDIR%\bin32 set VCDIRLIB=%VCDIR%\lib\win32 ECHO Compiling... %HBDIR%\bin\32\harbour %1 /n /w /p /i%FWDIR%\include;%HBDIR%\include ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3120

Re: Which C compiler and which Harbour should be used for FW?

... files, in my case: Harbour folder: HBDIR = D: \ Tools \ Harbour32MSVC2017 FiveWin folder: FWDIR = D: \ Tools \ FWH1709 Compiler folder C: VCDIR = C: \ "Program Files (x86) \ Microsoft Visual Studio" \ 2019 \ Community \ VC \ Tools \ MSVC \ 14.26.28801 \ bin \ Hostx86 \ x86 Include ...
by Eroni
Sat Aug 22, 2020 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3543

Re: Agregar mas .RES a mi aplicacion con Rmake SOLUCIONADO

... la estructura de los archivos es asi : mis programas y libreriras estan asi : BCDIR=Z:\bcc71 HBDIR=Z:\harbour FWDIR=Z:\fwh E1DIR=Z:\Eagle1 VCDIR=Z:\noway MI proyecto esta asi: Z:\PY\LPL\obj Z:\PY\LPL\prg Z:\PY\LPL\rc y la ubicacion del archivo LPL.BAT y LPL.MAK esta en Z:\PY\LPL El Archivo ...
by lubin
Tue Jun 02, 2020 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar mas .RES a mi aplicacion con Rmake *SOLUCIONADO*
Replies: 6
Views: 908

Re: Antonio: Differences between BORLAND and VCC

Enrick

SUCCESS ... yes, I seemed to have dropped off .c at the end of the link line ...

%vcdir%\bin\cl.Exe -W3 -O2 -nologo -c -GA -GS -EHsc /I%hdir%\include /I%vcdir%\include %1.c



Thank you .. let me see if I can do some tests!

Rick Lipkin
by Rick Lipkin
Sat May 19, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6317

Re: Building Harbour 3.4 for BCC outside MSYS

... == "" set FWDIR=.\.. rem if "%HBDIR%" == "" set HBDIR=c:\MSharbour ECHO Compiling... set hdir=c:\xharbourM set vcdir=c:\msvc17 set include=%vcdir%\include;%hdir%\include;%include% set lib=%vcdir%\lib;%hdir%\lib;%lib% rem @set fwh=%FWDIR% rem @set hdir=%HBDIR% ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17168

Re: Pantalla negra detras de ventana

... -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + ...
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3481

Fiveweb: problemas con la clase TPRINT

... %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo X:\CGI-BIN\%1.exe, + >> b32.bc echo ...
by silvinamazzaro
Thu Aug 25, 2016 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fiveweb: problemas con la clase TPRINT
Replies: 1
Views: 570

Re: FWH 16.03 32 BIT

... $(SDKDIR)\lib\winmm.lib >> msvc.tmp echo $(SDKDIR)\lib\vfw32.lib >> msvc.tmp echo $(SDKDIR)\lib\WS2_32.lib >> msvc.tmp echo $(VCDIR)\lib\legacy_stdio_definitions.lib >> msvc.tmp
by Antonio Linares
Tue May 10, 2016 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 24994

Makefile para FWH64

... univac.exe y mi univac64.mak es el siguiente: #Microsoft VS2013 make sample, (c) FiveTech Software 2014 HBDIR=d:\harbour64 FWDIR=d:\fwh64 VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC" SDKDIR="c:\Program Files (x86)\Windows Kits\8.1" RESDIR=d:\univ@c.64\recursos ...
by TOTOVIOTTI
Tue Nov 10, 2015 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 4946

Re: Buzzer en CE 5.0

Hola, al ejecutar buildce.bat en el siguiente comando : %vcdir%\bin\clarm -W3 -c /DARM /DUNICODE /I%hdir%\include /I%fwppc%\include icm.c me da estos warning icm.c icm.prg(74) : warning C4013: 'IF' undefined; assuming extern returning int icm.prg(74) ...
by gmart1
Tue Jul 28, 2015 8:53 am
 
Forum: FiveWin para Pocket PC
Topic: Buzzer en CE 5.0
Replies: 14
Views: 6250

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

... am trying to compile KTOpenApi prg with MSVC, but, when I see BuildM.bat (MSVC purpose), I found following command. set hdirl=%hdir%\lib\vc98 set vcdir=c:\vc98 And, in other websites, I am guessing that there might be "Harbour for MSVC" with different library, and Harbour for MSVC can ...
by kim yong woo
Mon Jul 13, 2015 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8171

Re: Compilando FWH + HB32, Falta HBCURL.LIB

... -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + ...
by jnavas
Mon Jun 08, 2015 9:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1842

Compilando FWH + HB32, Falta HBCURL.LIB

... -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + ...
by jnavas
Mon Jun 08, 2015 5:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1842

Re: Creacion de EasyReport

... y el fichero .mak es el siguiente #Microsoft VS2012 make sample, (c) FiveTech Software 2014 HBDIR=C:\Harbour\harbvc20142906 FWDIR=c:\Fwh\fwh1408 VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC" SDKDIR="c:\Program Files (x86)\Windows Kits\8.1" PRGS = \ .\ereport.prg ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 6192

Re: Visual Studio 2013 & 32 bit builds

... call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64 2. In the make file, just change these two lines: VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC" SDKDIR="c:\Program Files (x86)\Windows Kits\8.1" thats all :-)
by Antonio Linares
Wed Jun 04, 2014 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 & 32 bit builds
Replies: 24
Views: 5237
Next

Return to advanced search