Search found 28 matches: buildhm

Return to advanced search

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

... visual Studio is a good IDE as Antonio mentions .. however, you can just download the MSVC c++ compiler from http://whosaway.com/ and you can use BuildHM.bat or BuildXM.bat in the fivewin\samples folder. For a new FW user .. I would look at the IDE's Microsoft VS FiveEdit xMate Rick Lipkin
by FWExplorer
Tue Jun 23, 2020 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

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

... visual Studio is a good IDE as Antonio mentions .. however, you can just download the MSVC c++ compiler from http://whosaway.com/ and you can use BuildHM.bat or BuildXM.bat in the fivewin\samples folder. For a new FW user .. I would look at the IDE's Microsoft VS FiveEdit xMate Rick Lipkin
by Rick Lipkin
Mon Jun 22, 2020 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Version 13.05 unstable ?

... fwh/samples/buildx.bat fwh/samples/gianni.prg fwh/samples/buildgl.bat fwh/samples/ribbon3.prg fwh/samples/combos.prg fwh/samples/buildhm.bat fwh/samples/fivedbu.prg fwh/samples/xbrgen.prg fwh/samples/buildxm.bat fwh/samples/buildhdp.bat fwh/samples/buildhd.bat fwh/samples/build64x.bat ...
by Antonio Linares
Thu Jun 13, 2013 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5309

Re: hbmk2 errors

Hi, Antonio

I didn't cread an "import library." I have no idea what it is.

I used BUILDHM.bat and added the libraries needed to resolve missing symbols.
by DonDrew
Wed Apr 17, 2013 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7443

Re: hbmk2 errors

Antonio,
I'm the same have link problems building hbmk2. Using buildhm.bat plus libs bvcplr, hbct, xhm, send23 & I cannot link because I'm missing GetModuleFileNameExA@16'.

Where can I find it?
by DonDrew
Wed Apr 17, 2013 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7443

Cambiar a Harbour y MSVC

... "C:\Program Files (x86)\Microsoft Visual Studio 10.0" y "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A" en el archivo buildhm.bat de fwh 11.11 usa la carpeta C:\VC98 ¿Que es estó? También me he encontrado en el foro un archivo distinto: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=22592&p=120605&hilit=xharbour+o+harbour#p120526 ...
by fgondi
Thu Dec 01, 2011 10:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar a Harbour y MSVC
Replies: 16
Views: 2395

New FTDN June/Junio 2011 (FWH 11.06)

... the user to select file name to save. * New: samples\cpp.prg Using a C++ Class and object from a Harbour Class and object Build it using samples\buildhm.bat or samples\build64.bat * New: samples\classc.prg shows how to create a Harbour Class entirely from language C. This opens a lot of amazing ...
by Antonio Linares
Tue Jun 28, 2011 11:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2011 (FWH 11.06)
Replies: 0
Views: 1333

Re: Enviando un mensaje a un objeto desde bajo nivel

Hay que probarlo en modo C++, por lo que no sirve samples\buildh.bat, sino que hay que usar buildhm.bat ó build64.bat para usar el compilador de Microsoft. bastaria con agregar el flag -P al compilador de borland echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c ...
by Daniel Garcia-Gil
Fri Jun 24, 2011 11:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando un mensaje a un objeto desde bajo nivel
Replies: 32
Views: 9098

Re: Enviando un mensaje a un objeto desde bajo nivel

... la clase para hacer la conexión en ambos sentidos. Hay que probarlo en modo C++, por lo que no sirve samples\buildh.bat, sino que hay que usar buildhm.bat ó build64.bat para usar el compilador de Microsoft. cpp.prg #include "FiveWin.ch"function Main()   local o := Test():New()  ...
by Antonio Linares
Fri Jun 24, 2011 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando un mensaje a un objeto desde bajo nivel
Replies: 32
Views: 9098

Re: ETA on FWH11.06 and some VS 2010 Express question

Hi Antonio,
With VS 2010 Express, what are the needed libs that need to be linked in from VS?

I'm using buildhm.bat as my guide and I can't find kernel32.lib, user32.lib, etc in my VS Installation.

TIA

Edit: Oops, sorry. Found them. You can ignore this message
by hua
Fri Jun 10, 2011 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ETA on FWH11.06 and some VS 2010 question
Replies: 4
Views: 958

Re: UE Studio / FWH / xHarbour / MS compiler

Tim, These are the settings for FWH 64 bits and Harbour. You just need to change the VC libs names based on buildhm.bat :-) UEStudio/Configs/Harbour/Application_64 # --------- Harbour y FWH configuration --------# --- general --------------------------------------# $P  - ...
by Antonio Linares
Sat Jun 04, 2011 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio / FWH / xHarbour / MS compiler
Replies: 14
Views: 3918

Re: UE Studio / FWH / xHarbour / MS compiler

Tim,

In FWH there is a UEStudio folder where you have the configs\Harbour\Application file. Just edit it and modify it using the compiler and libs info from FWH\samples\buildhm.bat :-)
by Antonio Linares
Mon May 16, 2011 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio / FWH / xHarbour / MS compiler
Replies: 14
Views: 3918

Re: fwh 10.09 link error ?

... no message. no running. this is [fwh10.09\samples\testmex.prg] compile. no error. Application successfully built. but Is not running. //buildhm.bat @ECHO OFF CLS ECHO FiveWin for Harbour 10.9 (MSVC++) Sep. 2010 Harbour development power ECHO (c) FiveTech, 1993-2010 for Microsoft Windows ...
by yunbg1
Wed Oct 27, 2010 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7075

Error: Activex + Msvc2008...

... sin resolver FwH 106 + Harbour + Vc2008 cl -c -TC -W3 /GA o cl -c -TP -W3 /GA Incluso usando -TP ou -TC el error continúa. Testei tambien con Buildhm.bat el error es lo mesmo. ¿cuál es la solución? Saludos, Ale
by Ale SB
Sat Aug 21, 2010 2:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Activex + Msvc2008...
Replies: 2
Views: 474

Re: Error de link con uestudio y MSVC

Héctor,

Revisa FWH\samples\buildhm.bat y fíjate con que parámetros se llama a link.exe:
%vcdir%\bin\link @msvc.tmp /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc

y cómo previamente se ha construido msvc.tmp.
Tendrás que modificar el make de UEStudio fijándote en buildhm.bat
by Antonio Linares
Sat Mar 20, 2010 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de link con uestudio y MSVC
Replies: 1
Views: 409
Next

Return to advanced search