Re: [Harbour] about GTXWC

2008-12-09 Thread Przemyslaw Czerpak
On Sun, 07 Dec 2008, Ciro Vargas Clemow wrote: Hi Ciro, >>> Ciro Vargas Clemow escribió: >>> resolved !!! >> What is the magic? > you must uncomment in harbour hbsetup.h stdmain > /* #define HB_MAIN_STD */ > #define HB_MAIN_STD It does not change anything so I suggest to not touch it at all or

Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow
Bill Smith escribió: On Sun, 2008-12-07 at 14:07 -0500, Ciro Vargas Clemow wrote: Ciro Vargas Clemow escribió: resolved !!! What is the magic? uncomment and make again harbour regards Ciro -- http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home

Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow
Bill Smith escribió: On Sun, 2008-12-07 at 14:07 -0500, Ciro Vargas Clemow wrote: Ciro Vargas Clemow escribió: resolved !!! What is the magic? you must uncomment in harbour hbsetup.h stdmain /* #define HB_MAIN_STD */ #define HB_MAIN_STD regards Ciro -- http://sistemascvc.tripod.com (la

Re: [Harbour] about GTXWC

2008-12-07 Thread Bill Smith
On Sun, 2008-12-07 at 14:07 -0500, Ciro Vargas Clemow wrote: > Ciro Vargas Clemow escribió: > resolved !!! What is the magic? Bill ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] about GTXWC

2008-12-07 Thread Bill Smith
On Sun, 2008-12-07 at 17:15 +0100, Przemyslaw Czerpak wrote: > On Sun, 07 Dec 2008, Ciro Vargas Clemow wrote: > > Hi all: > > I need a working sample (prg) (in linux ) in order to test gtxwc. > > anybody can I help me? > >/* tst.prg */ >proc main() > allert( "Hello World !!!" ) >

Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow
Ciro Vargas Clemow escribió: Przemyslaw Czerpak escribió: hbmk -n -w -es2 tst.prg -gtxwc && ./tst very thanks!!! resolved !!! best regards Ciro -- http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home ) http://www.oohg.org ( Object Oriente

Re: [Harbour] about GTXWC

2008-12-07 Thread Ciro Vargas Clemow
Przemyslaw Czerpak escribió: hbmk -n -w -es2 tst.prg -gtxwc && ./tst very thanks!!! I think that I missing any I'm trying but obtain... [EMAIL PROTECTED]:/usr/src/harbour/tests# hbmk -n -es2 hello.prg -gtxwc && ./hello Harbour 1.1.0dev (Rev. 9969) Copyright (c) 1999-2008, http://www.harb

Re: [Harbour] about GTXWC

2008-12-07 Thread Przemyslaw Czerpak
On Sun, 07 Dec 2008, Ciro Vargas Clemow wrote: > Hi all: > I need a working sample (prg) (in linux ) in order to test gtxwc. > anybody can I help me? /* tst.prg */ proc main() allert( "Hello World !!!" ) return hbmk -n -w -es2 tst.prg -gtxwc && ./tst best regards, Przemek