Search found 96 matches: build64

Return to advanced search

Re: FWH64

Tim,

Simply go to FWH\samples and do:

build64.bat tutor02

If you have VSC2015 installed, then it will work fine
by Antonio Linares
Sat Mar 26, 2016 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: FWH64

Antonio, When I want to create testodbc.prg with build64.bat, I get this error: Compiling...Harbour 3.2.0dev (r1603082110)Copyright (c) 1999-2016, http://harbour-project.org/Compiling 'testodbc.prg' and generating preprocessed output ...
by Marc Vanzegbroeck
Thu Mar 24, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: FWH64

... create a MAK-file for my projects mith more than one PRG-file, but I get an error. I want to create the example 'toolbar2.prg'. Creating it with build64.bat works fine. The MAK-file give the error : c:\_vmsdata\FWH64\projects\EPKSDoc\prg>if exist "C:\Program Files (x86)\Microsoft Visual ...
by Marc Vanzegbroeck
Tue Mar 22, 2016 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: FWH64

... reserved. xbrwin7.c LINK : fatal error LNK1181: cannot open input file 'c:\_vmsdata\FWH64\harbour64\ lib\vc64\hbrtl.lib' * Linking errors * In the build64.bat file is the path hdirl set to set hdirl=%hdir%\lib\vc64 but there is no subdirectory VC64 I changed the path to set hdirl=%hdir%\lib and ...
by Marc Vanzegbroeck
Tue Mar 22, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: FWH64

Marc, Then these lines from build64.bat should work fine: if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 if exist ...
by Antonio Linares
Mon Mar 21, 2016 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: FWH64

Marc,

For a single PRG you can use FWH\samples\build64.bat

For several PRGs then you can use this makefile (you need to do some little changes)

viewtopic.php?p=162896#p162896
by Antonio Linares
Mon Mar 21, 2016 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Re: Borland7 versus VisualStudio

OK. El build64.bat veo que ya tiene los path apuntando a la instalación que hace Visual Studio. if exist "%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft Visual Studio ...
by JmGarcia
Sun Mar 13, 2016 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9757

Re: FWH64

Perry, The migration to FWH 64 is quite straightforward. If you review FWH\samples\build64.bat you will see how to use the Visual Studio C compiler and libraries. Actually FWH 64 supports Visual Studio 2013 Express. Surely in January or February we will migrate FWH ...
by Antonio Linares
Tue Dec 22, 2015 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25999

Warning compilando FWH64

Hola estoy tratando de compilar un prg con FWH64 y el harbour para 64 bits, usando el build64.bat y me tira este warning: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in F iveH64.lib(OLEFUNCS.obj); second definition ignored xbrwin7.exe ...
by TOTOVIOTTI
Thu Nov 05, 2015 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning compilando FWH64
Replies: 8
Views: 771

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

Here is a simple example to test those sizes. To check it for 64 bits, please use FWH 64 and do build64.bat sizes: int returns 4 and a pointer returns 8: sizes.prg #include "FiveWin.ch"function Main()  MsgInfo( SizeOfInt(), "Size ...
by Antonio Linares
Sun Jul 05, 2015 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8478

Re: New FTDN March/Marzo 2015 (FWH 15.03)

... en 32 bits trabaja bien harbour_3.2_32bits_MSVC2013_20142906 en 64 bits harbour_3.2_64bits_MSVC2013_20142906 al probar testimg y tesimg2 con fwh64 build64 tesimg crea el ejecutable bien, pero al darle seleccionar imagen deja de funcionar testimg.exe build64 tesimg2 cambio la ubicación de la imagen ...
by luisduque
Sat Apr 04, 2015 5:05 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7460

Re: bug-FWH64(build64.bat)

Antonio

Problem solved.

The app.rc file was missing.

Thanks
Bart
by bart
Thu Feb 12, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug-FWH64(build64.bat)
Replies: 10
Views: 1761

Re: bug-FWH64(build64.bat)

Bart,

In your makefile check that you have these lines:

.SUFFIXES: .prg .c .obj .rc .res

...

IF EXIST app.res echo app.res >> msvc.tmp

...

app.res : app.rc
rc.exe -r -d__FLAT__ app.rc

Please check that if you call rc.exe, it is available
by Antonio Linares
Thu Feb 12, 2015 4:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug-FWH64(build64.bat)
Replies: 10
Views: 1761

Re: bug-FWH64(build64.bat)

Antonio

The go.bat and test.mak files create the one.exe as expected.

When compiling and linking my own application however, I get a fatal error U1073: don't know how to make the "app".rc

The exe file is not created.

Any idea what's wrong?

Thank you

Best regards
Bart
by bart
Wed Feb 11, 2015 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug-FWH64(build64.bat)
Replies: 10
Views: 1761

Re: bug-FWH64(build64.bat)

Bart, go.bat @set oldpath=%path%@set oldinclude=%include%@set oldlib=%lib%@set oldlibpath=%libpath%if exist "%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64if exist "%ProgramFiles(x86...
by Antonio Linares
Wed Feb 11, 2015 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug-FWH64(build64.bat)
Replies: 10
Views: 1761
PreviousNext

Return to advanced search