Re: [Harbour] to Giancarlo Niccolai regarding inet.txt

2009-11-02 Thread Viktor Szakáts
Hi April, On 2009 Nov 3, at 02:37, April White wrote: April White wrote: Hello Giancarlo, I'm working on the hbdoc2 program and I saw that the INET documentation is in the harbour/doc folder not harbour/doc/en-en folder. Additionally I've found that there are other functions in hbinet

Re: [Harbour] SF.net SVN: harbour-project:[12805] trunk/harbour

2009-11-02 Thread Viktor Szakáts
Hi April, Date: 2009-11-01 10:43:15 + (Sun, 01 Nov 2009) Hello Viktor, Can the change here (new HB_ types) help me with the 64-bit compiler problems with the hbbtree contrib? I've not been ignoring it, but I did not know how to change/fix and test the code as I have a 32-bit win

Re: [Harbour] to Giancarlo Niccolai regarding inet.txt

2009-11-02 Thread April White
April White wrote: Hello Giancarlo, I'm working on the hbdoc2 program and I saw that the INET documentation is in the harbour/doc folder not harbour/doc/en-en folder. Additionally I've found that there are other functions in hbinet.c not listed in the text file. ... If there has been no

Re: [Harbour] to Giancarlo Niccolai regarding inet.txt

2009-11-02 Thread April White
Massimo Belgrano wrote: hbdoc2 -by-category 1387 item found How can undestrand wich file has been generated? Like hbdoc, hbdoc2 creates a sub-folder named for the format (text is the default in the above) to hold all of the output files. There should be one file per category plus a Harbour

Re: [Harbour] SF.net SVN: harbour-project:[12805] trunk/harbour

2009-11-02 Thread April White
vszak...@users.sourceforge.net wrote: Revision: 12805 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12805&view=rev Author: vszakats Date: 2009-11-01 10:43:15 + (Sun, 01 Nov 2009) Hello Viktor, Can the change here (new HB_ types) help me with the 64-bit

Re: [Harbour] about Netio

2009-11-02 Thread Guillermo Varona Silupú
Petr Chornyj escribió: Guillermo Varona wrote: Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_NETIO' Can you see a difference between HB_FUN_NETIO and HB_FUN_HB_NETIO? Sure! I did this for testing. I already have somewhat clarified the issue. Thank you. BestRegards G

Re: [Harbour] about Netio

2009-11-02 Thread Petr Chornyj
Guillermo Varona wrote: > > Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_NETIO' > Can you see a difference between HB_FUN_NETIO and HB_FUN_HB_NETIO? Regards, Petr -- View this message in context: http://old.nabble.com/about-Netio-tp26152196p26157731.html Sent from the Harb

Re: [?? Probable Spam] Re: [Harbour] about Netio

2009-11-02 Thread Guillermo Varona Silupú
Alex Strickland escribió: Viktor Szakáts wrote: Now I am compiling with the command line (adding hbmemio): D:\harbour\contrib\hbnetio\tests>\hrbmingw\bin\hbmk2 netiotst -lhbmemio hbmemio and hbnetio are two different things. -lhbmemio not needed. hbmemio has *nothing* to do with .mem files. I

Re: [Harbour] about Netio

2009-11-02 Thread gvarona
Ok. Viktor, thank you very much for the clarification, then clear to me that the files MEM I work as a local or shared folder. BestRegards GVS Viktor Szakáts escribió: Now I am compiling with the command line (adding hbmemio): D:\harbour\contrib\hbnetio\tests>\hrbmingw\bin\hbmk2 netiotst

Re: [Harbour] about Netio

2009-11-02 Thread Alex Strickland
Viktor Szakáts wrote: Now I am compiling with the command line (adding hbmemio): D:\harbour\contrib\hbnetio\tests>\hrbmingw\bin\hbmk2 netiotst -lhbmemio hbmemio and hbnetio are two different things. -lhbmemio not needed. hbmemio has *nothing* to do with .mem files. It is for use with an RDD

Re: [Harbour] about Netio

2009-11-02 Thread Viktor Szakáts
Now I am compiling with the command line (adding hbmemio): D:\harbour\contrib\hbnetio\tests>\hrbmingw\bin\hbmk2 netiotst - lhbmemio hbmemio and hbnetio are two different things. -lhbmemio not needed. hbmk2: Processing environment options: -compiler=mingw hbmk2: Processing local make script: h

Re: [Harbour] about Netio

2009-11-02 Thread gvarona
Hi Viktor and Massimo, First, sorry for my bad english. I am translating with google. Now I am compiling with the command line (adding hbmemio): D:\harbour\contrib\hbnetio\tests>\hrbmingw\bin\hbmk2 netiotst -lhbmemio hbmk2: Processing environment options: -compiler=mingw hbmk2: Processing l

[Harbour] SF.net SVN: harbour-project:[12817] trunk/harbour

2009-11-02 Thread druzus
Revision: 12817 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12817&view=rev Author: druzus Date: 2009-11-02 11:29:24 + (Mon, 02 Nov 2009) Log Message: --- 2009-11-02 12:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpap

[Harbour] xhb-diff.txt little typo

2009-11-02 Thread Guy Roussin
Hi, I get this error with the sample in lines 111->117 ./tst.prg(4) Error E0020 Incomplete statement or unbalanced delimiters ./tst.prg(8) Error E0013 NEXT does not match FOR 2 errors I replace the line 112: FOR EACH c IN (@s) with : FOR EACH c IN @s and now compile is fine. I found this doc

[Harbour] SF.net SVN: harbour-project:[12816] trunk/harbour

2009-11-02 Thread vszakats
Revision: 12816 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12816&view=rev Author: vszakats Date: 2009-11-02 11:07:44 + (Mon, 02 Nov 2009) Log Message: --- 2009-11-02 12:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/win/bcc.mk ! F

Re: [Harbour] about Netio

2009-11-02 Thread Viktor Szakáts
Try to build it in its original dir. On 2009 Nov 2, at 11:42, gvarona wrote: Hi Viktor and Mindaugas, Now I'm trying to D:\harbor\contrib\hbnetio\tests\netiotst.prg, and only I added a line here: . . . # define DBNAME "net: 127.0.0.1:2941: data / _tst_" DBFCDX request HB_NETIO request proc m

Re: [Harbour] about Netio

2009-11-02 Thread Massimo Belgrano
You have made an incomplete operation you have addedd request and not addedd library to libray list where is added -lhbmemio add to hbmk.hbm that is default hbmk2 template for your dir or add to your command line 2009/11/2 gvarona : > Hi Viktor and Mindaugas, > Now I'm trying to D:\harbor\contri

Re: [Harbour] about Netio

2009-11-02 Thread gvarona
Hi Viktor and Mindaugas, Now I'm trying to D:\harbor\contrib\hbnetio\tests\netiotst.prg, and only I added a line here: . . . # define DBNAME "net: 127.0.0.1:2941: data / _tst_" DBFCDX request HB_NETIO request proc main () pSockSrv local . . . and get this error: D:\harbour\contrib\hbnet

Re: [Harbour] about Netio

2009-11-02 Thread Massimo Belgrano
if your file .hbp: you confirm presence of -lhbmemio you can have damaged/incomplete hbmemio.lib you can recompile with follow cd \harbour\contrib\hbmemio mingw-make In a prev post i have tried explain that follow is a frequent problem so i hope that in future release we can implement a solution

[Harbour] error while building harbour

2009-11-02 Thread vatzct
/* * $Id: ChangeLog 12815 2009-11-02 09:26:41Z vszakats $ */ ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: mingw32-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: c:\dev\harbour\ ! HB_BUILD_DLL: no ! HB_BUILD_SHARED: no ! HB_HOST_PLAT: win (x86) HB_SHELL:

Re: [Harbour] about Netio

2009-11-02 Thread Viktor Szakáts
Yes, because one time you forget to add the lib, next time you add the lib but experiment with wrong REQUEST name. And conclude that nothing works. Try to change one thing at a time. Brgds, Viktor On 2009 Nov 2, at 11:04, gvarona wrote: Hello, Mindaugas Kavaliauskas escribió: Now you are writ

Re: [Harbour] about Netio

2009-11-02 Thread Mindaugas Kavaliauskas
Hi, gvarona wrote: I'm just testing of 2 ways: REQUEST HB_NETIO REQUEST NETIO but with no work for me What could be missing? If you've added NETIO, you forgot to write your own IO driver, that exports such name. Regards, Mindaugas ___ Harbour ma

Re: [Harbour] about Netio

2009-11-02 Thread gvarona
Hello, Mindaugas Kavaliauskas escribió: Now you are writing: Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_NETIO' In a last letter it was: Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_HB_NETIO' Don't you think these are a different things? Why have you chang

[Harbour] SF.net SVN: harbour-project:[12815] trunk/harbour

2009-11-02 Thread vszakats
Revision: 12815 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12815&view=rev Author: vszakats Date: 2009-11-02 09:26:41 + (Mon, 02 Nov 2009) Log Message: --- 2009-11-02 10:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * conf

Re: [Harbour] about Netio

2009-11-02 Thread Mindaugas Kavaliauskas
Hi, Now you are writing: Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_NETIO' In a last letter it was: Menu.o:Menu.c:(.data+0x12e8): undefined reference to `HB_FUN_HB_NETIO' Don't you think these are a different things? Why have you changed REQUEST HB_NETIO as suggested i

[Harbour] SF.net SVN: harbour-project:[12814] trunk/harbour

2009-11-02 Thread vszakats
Revision: 12814 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12814&view=rev Author: vszakats Date: 2009-11-02 09:24:06 + (Mon, 02 Nov 2009) Log Message: --- 2009-11-02 10:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/win/bcc.mk + A