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

[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 _

[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 o

[Harbour] [OT] Did anyone play with anyLinux ?

2008-02-21 Thread Marek Paliwoda
Hi all, Did anyone has a chance to play with "Linux in Windows" called "anyLinux" - http://www.andlinux.org ? AFAIK it's something like Wine for Linux, but the other way around - it allows to run Linux programs in Windows, by running Linux kernel as a native Windows program. Anybody has any exp

[Harbour] 2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)

2008-02-21 Thread Marek Paliwoda
2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_vc.mak + Added a possiblity to compile harbour in ST or MT mode by using an environment variable called HB_BUILD_ST. Setting HB_BUILD_ST to yes, causes Harbour+RTL+VM to be built in ST mode. Otherwi

Re: [Harbour] HBSETUP.CH (disregard)

2008-02-21 Thread Randy Portnoff
Hi Przemek I found my answer to this r/t error - Please disregard my last post. Regards, Randy At 10:45 AM 2/21/2008, you wrote: 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

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 followi

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-21 Thread Przemyslaw Czerpak
On Thu, 21 Feb 2008, Randy Portnoff wrote: > Actually, Mediator is able to create multiple threads within a > single-threaded app - I'm not sure how they accomplish this but I > know it works - My previous single-threaded builds of > Mediator/Harbour (build 43, build 992 and build 993) actually

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] /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 Przemyslaw Czerpak
On Thu, 21 Feb 2008, Randy Portnoff wrote: > 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-thre

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 the

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 exist

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 PROTECTE