Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Bill Smith
In SuSE 10.3, using gcc I get: Harbour 1.1.0dev (Rev. 9582) Copyright (c) 1999-2008, http://www.harbour-project.org/ Compiling 'wvtext.prg'... Lines 794, Functions/Procedures 9 Generating C source output to 'wvtext.c'... Done. ./wvtext.o:(.data+0x1b8): undefined reference to `HB_FUN_HB_GT_WVT'

Re: RE: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Massimo Belgrano wrote: Hi Massimo and Pritpal I have same problem, can you explain how you have resolved GTWVT is GUI code and in BCC such applications need special linker switch AFAIR -tW. Probably adding: set C_USR=-tW should be enough. We should probably think about

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Szak�ts Viktor wrote: hbmk.bat has -tWM by default, so it should be okay. (but I didn't test it for this case specifically). I'm not BCC user but I thought that -tWM enables only MT mode but does not force GUI and WinMain() startup. If not then we may need additional switch

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Szakáts Viktor
Hi Przemek, Yes, you're right, -tW is the one for BCC, and this is exactly the one I used in C_USR to build the GTWVG test program. Thanks for the SHIFT tip. Brgds, Viktor On 2008.10.22., at 14:20, Przemyslaw Czerpak wrote: On Wed, 22 Oct 2008, Szak�ts Viktor wrote: hbmk.bat has -tWM by

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-21 Thread Pritpal Bedi
Hello Przemek Przemyslaw Czerpak-2 wrote: 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * harbour/include/hbgtcore.h Thanks a lot. May be I am missing something, mttest10.exe executes but nothing is visible on the screen. And

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-21 Thread Pritpal Bedi
Hello Przemek Hello Przemek Przemyslaw Czerpak-2 wrote: 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * harbour/include/hbgtcore.h Please ignore my previos post. May be build process needs something more. I tried with my