RE: [Harbour] Multi-Window GT - III - MemoEdit()

2008-02-21 Thread Massimo Belgrano
Is possible define a basic syntax for MULTI WINDOWS gt? like DEFINE WINDOW Win_1 ; AT 0,0 ; WIDTH 40 ; HEIGHT 20 ; TITLE 'Hello World!' END WINDOW ACTIVATE MULTIPLE WINDOW Win_1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Harbour] Multi-Window GT - III - MemoEdit()

2008-02-21 Thread Rafa
Massimo Belgrano escribió: Is possible define a basic syntax for MULTI WINDOWS gt? like DEFINE WINDOW Win_1 ; AT 0,0 ; WIDTH 40 ; HEIGHT 20 ; TITLE 'Hello World!' END WINDOW ACTIVATE MULTIPLE WINDOW Win_1 MULTIPLE ? Under GTK+, official, not

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-21 Thread Randy Portnoff
Hi Marek, BTW, posting more info about how you compile and link Harbour and your app (bat files, makefiles, libraries you link agains, etc.) would help more I guess. The problem was that WinDock is single-threaded and built for LIBC. I rebuilt Harbour without the -MT switch and this fixed

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-21 Thread Randy Portnoff
HI Przemek, This should be optional. I hope Marek will add support for compiling Harbour with ST only libraries. Anyhow I suggest to keep the default for MT mode because some 3-rd party code may use own threads (not at Harbour level) and ST LIBC may break it. AFAIR MEDIATOR RDD uses threads. It

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-21 Thread Marek Paliwoda
Hi Przemek, The problem was that WinDock is single-threaded and built for LIBC. I rebuilt Harbour without the -MT switch and this fixed the problem. My question is: Is it ok to build the current Harbour version without the -MT switch so that it is single-threaded or is single-threaded support

Re: [Harbour] HBSETUP.CH

2008-02-21 Thread Randy Portnoff
Hi Przemek, BTW Have you found the file which includes hbsetup.ch? Ok, I found it - For some reason, the Windows search tool was missing files!? Anyway, I used Windows-GREP and I found the reference to HBSETUP.CH as you suggested. I am using the TGET.PRG from Beta 3 since I get the

[Harbour] 2008-02-22 00:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-02-21 Thread Przemyslaw Czerpak
2008-02-22 00:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/cdpapi.c ! fixed unicode values for control codes in default CP437 unicode table * harbour/source/rtl/gtchrmap.c ! added missing default translation of chr(155) - it's control code on most

[Harbour] 2008-02-22 03:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-02-21 Thread Przemyslaw Czerpak
2008-02-22 03:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh * added -xhgtk switch for linking with xHGtk library * harbour/source/pp/hbppgen.c * harbour/utils/hbpp/hbpp.c ! added missing #include hbset.h best regards Przemek

RE: [Harbour] Multi-Window GT - III - MemoEdit()

2008-02-21 Thread Pritpal Bedi
Hi Massimo Belgrano wrote: Is possible define a basic syntax for MULTI WINDOWS gt? like DEFINE WINDOW Win_1 ; AT 0,0 ; WIDTH 40 ; HEIGHT 20 ; TITLE 'Hello World!' END WINDOW ACTIVATE MULTIPLE WINDOW Win_1 It should not be a difficult