Thank you very much Massimo, now works fine xMate
Best Regards
GVS
Massimo Belgrano escribió:
i use this harbour.env for a multigt app
xmate is the best tool for windows platform , so i hope that same
make implement his make desing
[Environment]
Description 1=Borland + Harbour
Description 2=for multi console applications
Description 3=
PRG Compiler ver=Hb 1.00
C compiler ver=bcc 5.51
Subsystem=gtWin
Author=Belgrano Massimo
Last update=09/23/2008
[Advanced]
Command types=1,1,1,1,1,1,1,1,1
[Harbour]
HB_INSTALL=C:\HARBOUR
HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc3 /w0 /es2 /b
/i%HB_INC_INSTALL%
Option prefix=/
[C]
C_INSTALL=C:\xharbour\BCC55
C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe %CRLF% -c -O2 -OS -d -5 -6
-a8 %CRLF% -I%HB_INC_INSTALL%;%C_INC_INSTALL% %CRLF% -n%OBJDIR% %C%
C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST%
C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -ap -Tpe /I%DBGDIR%
/L%HB_LIB_INSTALL% %cr...@%lnk%
C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r -fo%RES% %RC%
C_DLL_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpd -M
-L%C_LIB_INSTALL% @%LNK%
Option prefix=-
[User]
POSTEXE_COMMAND=
POSTLIB_COMMAND=
POSTDLL_COMMAND=
[Files]
%C_LIB_INSTALL%\C0W32.OBJ=1
%HB_LIB_INSTALL%\hbcplr.lib=2
%HB_LIB_INSTALL%\hbrtl.lib=3
%HB_LIB_INSTALL%\hbvm.lib=4
%HB_LIB_INSTALL%\hblang.lib=5
%HB_LIB_INSTALL%\hbcpage.lib=6
%HB_LIB_INSTALL%\hbmacro.lib=7
%HB_LIB_INSTALL%\hbrdd.lib=8
%HB_LIB_INSTALL%\rddntx.lib=9
%HB_LIB_INSTALL%\rddcdx.lib=10
%HB_LIB_INSTALL%\rddfpt.lib=11
%HB_LIB_INSTALL%\hbsix.lib=12
%HB_LIB_INSTALL%\hbcommon.lib=13
%HB_LIB_INSTALL%\hbdebug.lib=14
%HB_LIB_INSTALL%\hbpp.lib=15
%HB_LIB_INSTALL%\gtgui.lib=16
%HB_LIB_INSTALL%\gtwvt.lib=17
%HB_LIB_INSTALL%\gtwvg.lib=18
%HB_LIB_INSTALL%\gtwin.lib=19
%HB_LIB_INSTALL%\gtstd.lib=20
%HB_LIB_INSTALL%\hbpcre.lib=21
%HB_LIB_INSTALL%\hbct.lib=22
%HB_LIB_INSTALL%\hbmisc.lib=23
%HB_LIB_INSTALL%\hbnf.lib=24
%HB_LIB_INSTALL%\hbzlib.lib=25
%HB_LIB_INSTALL%\HBMZIP.LIB=26
%HB_LIB_INSTALL%\hbusrrdd.lib=27
%HB_LIB_INSTALL%\hbwIN.lib=28
%C_LIB_INSTALL%\IMPORT32.LIB=29
%HB_LIB_INSTALL%\xhb.lib=30
%C_LIB_INSTALL%\cw32.lib=31
[DLL Files]
%HB_LIB_INSTALL%\dllmain.lib=1
%HB_LIB_INSTALL%\harbour.lib=2
%C_LIB_INSTALL%\C0W32.OBJ=3
%C_LIB_INSTALL%\CW32.LIB=4
%C_LIB_INSTALL%\IMPORT32.LIB=5
2009/2/1 Guillermo Varona Silupú <[email protected]
<mailto:[email protected]>>
Pritpal Bedi escribió:
. . .
Try harbour/tests/wvtext.prg and compile it with -d__GTWVG__ and link with
GTWVG.lib.
It is a pure console application and works as is with GTWVG.
Ok. Thanks Pritpal.
In principle, I just need my console application looks like an MS
Windows, my example is thus:
PROCEDURE Main()
LOCAL nVar := 10
*Wvt_SetGui( .t. )
@ 10,10 SAY "Hola Mundo" GET nVar
READ
RETURN
PROCEDURE HB_GTSYS()
#ifdef __GTWVG__
REQUEST HB_GT_WVG_DEFAULT
#else
REQUEST HB_GT_WVT_DEFAULT
REQUEST HB_GT_WIN
#endif
RETURN
Now I need to try an application that has several PRG, Does anyone
have any more to compile BAT PRG?
Currently I use for my application xMate Console ENVIRONMENT and
have a file for compiling with MinGW + Harbor,
Does anyone have some for ENV xMate PRG using to compile several
GTWVG?
In Spanish:
En principio, solo necesito que mi aplicación consola se vea como
una ventana de MS Windows, mi ejemplo quedo asi:
. . .
Ahora necesito llevar esto a una aplicación que tengo con varios
PRG, ¿Alguién tendrá algun BAT para compilar varios PRG?
Actualmente utilizo xMate para mi aplicación de Consola y tengo un
archivo ENVIRONMENT para compilar con Harbour + MinGW,
¿Alguién tendrá algun ENV para xMate para compilar varios PRG?
TIA
Best Regards
_______________________________________________
Harbour mailing list
[email protected] <mailto:[email protected]>
http://lists.harbour-project.org/mailman/listinfo/harbour
--
Massimo Belgrano
Albo Nazionale Informatici Professionisti 2620
Socio 2843 Associazione Informatici prof.
Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione
Delta Informatica S.r.l. http://www.deltain.it
Via Torelli,31 - 28100 Novara - Tel: 0321/30281
------------------------------------------------------------------------
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour