Revision: 12493
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12493&view=rev
Author: vszakats
Date: 2009-09-15 02:21:41 + (Tue, 15 Sep 2009)
Log Message:
---
2009-09-15 04:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* include/hbthr
the following (and attached, too) makes it possible to just "make",
and get most of the stuff (compiled, at least). after this, my regular
build tests still build.
i also need some help. it seems that there's only a static library for
ncurses, and no matter how i bend things, it just won't get
Revision: 12492
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12492&view=rev
Author: vszakats
Date: 2009-09-15 01:57:20 + (Tue, 15 Sep 2009)
Log Message:
---
2009-09-15 03:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
Viktor Szakáts wrote:
Great job April. Feel free to upload it in place of old hbdoc.
I want to upload this as soon as possible but I also want to keep the
existing hbdoc for reference
I'm going to:
- backup my local repository,
- do a checkout
- do an update of the hbdoc folder to restore the
Thank You!
Yes, I had change prg code to view change of memory and it's up/down,
I have another question.
How can I stop server listen ?
like code:
//-
do while .t.
pConnectionSocket := NETIO_ACCEPT( pListenSocket )
? 'Have one connect...', pConnectionSocket, m
Hi
BUT did you read my message carefully ?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/NETIO---Real-Web-IP---Application-Behavior-tp25440212p25446023.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
__
On 09/15/2009 02:06 AM, Pritpal Bedi wrote:
Hi
elart wrote:
I have a similar issue on Linux and Przemek tell me to link at compile
time the -gtwin lib.
What part GT has to play with NetIO ?
BTW on LAN and on 127.0.0.1 I am getting the correct results.
Regards
Pritpal Bedi
***
Hi
elart wrote:
>
> I have a similar issue on Linux and Przemek tell me to link at compile
> time the -gtwin lib.
>
What part GT has to play with NetIO ?
BTW on LAN and on 127.0.0.1 I am getting the correct results.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble
On Tue, 15 Sep 2009, Viktor Szakáts wrote:
hi,
> What do you think to rename HAIKU to BEOS inside Harbour?
as you see fit.
> It'd certainly sound more familiar for ppl, but I wonder
> if it would be accurate.
i absolutely have no idea. six hours ago i didn't even really know
haiku exists (
Hi,
What do you think to rename HAIKU to BEOS inside Harbour?
It'd certainly sound more familiar for ppl, but I wonder
if it would be accurate.
[ f.e. OSTYPE returns 'beos' in Haiku, uname -m returns 'BePC'. ]
BTW, not wanting to give any ideas ;) but we're still missing
two important ports of
Revision: 12491
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12491&view=rev
Author: vszakats
Date: 2009-09-14 22:06:18 + (Mon, 14 Sep 2009)
Log Message:
---
2009-09-15 00:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbthread.h
* in
Hi,
Just great!
I'll upload it.
Brgds,
Viktor
On 2009.09.14., at 22:42, Tamas TEVESZ wrote:
hi,
i had, this was fun.
it's barely over the "it just compiles" stage, there are a whole loads
of problems with terminal, possibly network, and whatnot.
anyway, if someone wants to chew this, it'
hi,
i had, this was fun.
it's barely over the "it just compiles" stage, there are a whole loads
of problems with terminal, possibly network, and whatnot.
anyway, if someone wants to chew this, it's a start. the downloadable
haiku r1alpha1 iso contains everything one needs to get started ;)
2
On 09/14/2009 07:42 PM, Pritpal Bedi wrote:
Hello Przemek
I did as follows:
1. Opened a port on my router, 63000, to be accessible from outside.
2. Obtained temporary IP for my computer from no-ip .com, say, 64.123.212.67
3. Verified that the port 63000 is visible on that IP with some net tool
On 09/14/2009 12:46 PM, vszak...@users.sourceforge.net wrote:
Revision: 12490
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12490&view=rev
Author: vszakats
Date: 2009-09-14 10:46:22 + (Mon, 14 Sep 2009)
Log Message:
---
2009-09-14 12:43 UTC+0200 Vi
Hello Przemek
I did as follows:
1. Opened a port on my router, 63000, to be accessible from outside.
2. Obtained temporary IP for my computer from no-ip .com, say, 64.123.212.67
3. Verified that the port 63000 is visible on that IP with some net tool.
4. Started NetIOSrv.exe 63000 0.0.0.0 c:\som
Hi István
Bisz István wrote:
>
> The demoqt tests with debug_new shows a lot of leaked objects , see
> attached debug_new.txt. As I see now, the objects allocated by the new
> operator are not released by a corresponding delete operator.
>
I am struggling with this aspect since 20 day
Hi Przemek
have you same news regarding GTNET idea , for control remotely GT/GUI object
NETGT like current NETIO a universal solution For having the terminal
side on remote computer with each GT
Are GTNET & NETIO the basic for universal harbour application server?
The better implementation ot t
Hi,
Viktor, could you please take a look on the hbmk2 cross-compiler
auto detection. Maybe there exist a similar solution with your last
commit, thank you.
It's not so easy ATM. That part of autodetection code is not yet
implemented in hbmk2 at all. I plan to rework hbmk2 autodetection
to h
Great job April. Feel free to upload it in place of old hbdoc.
BTW, for quality .pdf output you can try hbhpdf lib, I have very
good experiences with it.
Brgds,
Viktor
On 2009.09.13., at 22:39, April White wrote:
I'm looking for some reviews and comments on my work. It is not
ready to be up
On Mon, 14 Sep 2009, WenSheng wrote:
Hi,
> I test netio function,
> at server side use:
> ---
>pListenSocket := NETIO_LISTEN( PORT, IP, DRIVER )
>do while .t.
> pConnectionSocket := NETIO_ACCEPT( pListenSocket )
> ? 'Have one connect...', pConnectionSocke
[GOOGLE TRANSLATOR]
Good Morning
Some time ago I modified the for postgresql contrib added the ability to
access data as follows
Instead of:
oQuery:getRow(oQuery:recno()):fieldget('codigo')
It can be used like this:
oQuery:codigo
This method has provided much programming, and so come to share wit
Hi
Many thanks
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi again
And here for mingw
harbour demoqt.prg -b -dDEBUG -n -m -w0 -gc -q0
-i.C:\HRB\mingw\include;C:\Qt\2009.03\qt_mingw\include;
-odemoqt.c
gcc.exe-c -Wall -W -O3 -fomit-frame-pointer
-march=i586 -mtune=pentiumpro -fms-extensions -mms-bitfields
-ffast-math -pipe
-IC:
Hi Aleksandr
Try with this settings (with exact order of libs )
harbour demoqt.prg -b -dDEBUG -n -m -w0 -gc -q0
-i.;C:\HRB\include;C:\Qt\2009.03\qt_msvc\include; -odemoqt.c
cl.exe -c -TC -W4 -D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE
-IC:\HRB\include demoqt.c -Fdemoqt.ob
Hi Franček Prijatelj
Hangs on startup
What compilation options for the harbour and demoqt should I use?
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Revision: 12490
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12490&view=rev
Author: vszakats
Date: 2009-09-14 10:46:22 + (Mon, 14 Sep 2009)
Log Message:
---
2009-09-14 12:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
Hi Alexandr
In demoqt.prg insert before main()
INSERT THIS
REQUEST HB_GT_WIN
INIT PROCEDURE Qt_Start()
LOCAL lang:= QTextCodec():new ()
qt_qapplication()
* HERE IS YOUR CODE
lang:setCodecForCStrings (lang:codecForName_1("Windows-1250"))
28 matches
Mail list logo