Interface visual para Harbour hbmk2.exe

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

George,

Esta nueva versión ya permite configurar el path de FiveWin:

https://code.google.com/p/fivewin-contr ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Pequeña corrección de la anterior:

https://code.google.com/p/fivewin-contr ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Adolfo
Posts: 815
Joined: Tue Oct 11, 2005 11:57 am
Location: Chile
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Adolfo »

Antonio

E X C E L E N T E.... ya andaba buscando reemplazo para el xmate.

Desde Chile
Adolfo
;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Lenovo Legion Y520, 16GB Ram, 1 TB NVME M.2, 1 TB SSD, GTX 1050
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Interface visual para Harbour hbmk2.exe

Post by George »

Antonio,
Ahora si sale detalles completo del error generado, pero no se esta grabando el nuevo path de las librerias FiveWin; siempre sale c:\fwh.

Code: Select all

failed in final assembly (linker or library manager)

C:\_VisualMake>set path=c:\bcc582\bin 

C:\_VisualMake>c:\harbour\bin\hbmk2.exe -comp=bcc -iC:\fwh13_02\include -lfiveh -lfivehc -LC:\fwh13_02\lib -lc:\bcc582\lib\psdk\psapi xhb.hbc -gtgui C:\fwh\samples\alert.prg   
Harbour 3.2.0dev (Rev. 18881)
Copyright (c) 1999-2013, http://harbour-project.org/
Compiling 'C:\fwh\samples\alert.prg'...

Lines 4128, Functions/Procedures 2
Generating C source output to 'C:\Users\GeorgeRM\AppData\Local\Temp\hbmk_lqpoac.dir\alert.c'... Done.
C:\Users\GeorgeRM\AppData\Local\Temp\hbmk_lqpoac.dir\alert.c:
C:\Users\GeorgeRM\AppData\Local\Temp\hbmk_1o5tx0.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\FWH13_02\LIB\FIVEH.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_ANSITOWIDE' referenced from C:\FWH13_02\LIB\FIVEH.LIB|TGET
Error: Unresolved external '_HB_FUN_GETACTIVEOBJECT' referenced from C:\FWH13_02\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from C:\FWH13_02\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_LOG10' referenced from C:\FWH13_02\LIB\FIVEH.LIB|VALTOSTR
Error: Unresolved external '_HB_FUN_FLOOR' referenced from C:\FWH13_02\LIB\FIVEH.LIB|VALTOSTR
Error: Unresolved external '_HB_FUN_STRINGTOLITERAL' referenced from C:\FWH13_02\LIB\FIVEH.LIB|VALTOSTR

hbmk2: Error: Referenced, missing, but unknown function(s): TOLEAUTO(),
       ANSITOWIDE(), GETACTIVEOBJECT(), CREATEOBJECT(), LOG10(), FLOOR(),
       STRINGTOLITERAL()
 
George
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

George,

Aun no estamos guardando la configuración en disco. A ver si hoy mismo lo tenemos implementado :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

George,

Aqui lo tienes, con guardado automatico de opciones :-)

https://code.google.com/p/fivewin-contr ... p&can=2&q=

Falta implementar el salvar y recuperar proyectos...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Nueva versión con auto guardado y carga de proyectos :-)

https://code.google.com/p/fivewin-contr ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
sygecom
Posts: 42
Joined: Tue Mar 11, 2008 3:18 am
Location: Brasil

Re: Interface visual para Harbour hbmk2.exe

Post by sygecom »

Antonio,

Se pueden incluir los siguientes parámetros:
-jobs
-oNAME_EXE
-xhb

Gracias.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Ya usamos xhb.hbc que supongo es equivalente a -xhb

Por defecto el EXE tiene el mismo nombre que el PRG principal. -o... sirve para especificar otro nombre. Necesitas esto ?

No se que es -jobs. Para que lo usas ?

gracias :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Interface visual para Harbour hbmk2.exe

Post by George »

El VisualMake ya me esta compilando correctamente luego de añadir las siguientes LIB:
hbct
hbwin-bcc
hbcplr
xhb
Estan localizadas en el folder Harbour\Lib.

Gracias Antonio por esta importante herramienta que nos ahorra tiempo.

Saludos,

George
User avatar
wilsongamboa
Posts: 439
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Re: Interface visual para Harbour hbmk2.exe

Post by wilsongamboa »

Antonio buenas tardes
creo que tambien se necesitan dos pestañas una para los archivos *.hbc y otra para los -D ( defines desde la linea de comandos )


saludos cordiales
gracias por tu trabajo
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Wilson,

Los defines los podriamos poder en el diálogo de settings. La idea es mantener el diálogo inicial lo más simple posible.

Los hbc si podemos añadirlos en una pestaña en el diálogo principal, porque son ficheros, como los demás adicionales.

Que opinas ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Wilson,

Una versión mejorada con soporte de HBCs y defines :-)

https://code.google.com/p/fivewin-contr ... p&can=2&q=

Image

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
wilsongamboa
Posts: 439
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Re: Interface visual para Harbour hbmk2.exe

Post by wilsongamboa »

Gracias master
Impecable como siempre
Saludos
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Interface visual para Harbour hbmk2.exe

Post by Antonio Linares »

Versión mejorada con path del compilador de C seleccionable:

https://code.google.com/p/fivewin-contr ... p&can=2&q=

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply