Re: [Harbour] Harbour under OS/2 - eCS 12604 -12621

2009-09-30 Thread Maurilio Longo
David, David Arturo Macias Corona wrote: > Confirmed. The guilty is length of command line > So here we are again :( > gcc -Zomf -shared -L../../../../../lib/os2/gcc -o > ../../../../../bin/os2/gcc/harbour.dll @__dyn__.tmp __dyn__.def -lsocket > Warning! W1058: file ldvJjRLI.: line(613): protmo

Re: [Harbour] Harbour under OS/2 - eCS 12604 -12621

2009-09-30 Thread Viktor Szakáts
Hi Maurilio, As such I say that for the time being we keep .a out. :) BTW, when using .a out we use a link file (__dyn__.tmp) so where is the line length limit reached? Just a guess, that gcc will read arguments from __dyn__.tmp and will later pass them on to other tools (like ld) internal

Re: [Harbour] MEMIO - Some Clarifications

2009-09-30 Thread Mindaugas Kavaliauskas
Hi, DBEVAL({|| QOUT(F1)}) ? alias(), used(), dbInfo( 10 ) ? "dbDrop() =>", DBDROP("mem:\test") // Free memory resource ? alias(), used(), dbInfo( 10 ) // This SHOULD PRODUCE ERROR It should not, because workarea is not closed. File entry is r

[Harbour] Harbour under OS/2 - 12624

2009-09-30 Thread David Arturo Macias Corona
Maurilio, Viktor: Thanks for comments BTW, when using .a out we use a link file (__dyn__.tmp) so where is the line length limit reached? ld.exe is not emxomfld.exe Both use __dyn__.tmp You could try to contact Paul Smedley and/or Knut Osmundsen and see if they can fix this issue. As expla

[Harbour] Harbour under OS/2 - 12624

2009-09-30 Thread David Arturo Macias Corona
Viktor: For INSTALL we can change/add: NOTES: a) To select older TCP/IP stack (<4.1), use these values: set HB_USER_CFLAGS=-DTCPV40HDRS %HB_USER_CFLAGS% set HB_USER_LDFLAGS=-LC:\usr\lib\tcpipv4 %HB_USER_LDFLAGS% b) To select alternative OMF library format, use these values:

Re: [Harbour] Harbour under OS/2 - 12624

2009-09-30 Thread Viktor Szakáts
Hi David, Downside is that the exact way these tools need to be called will have to be checked. Since OS/2 is a pretty static system, it's probably enough to do it once (and maybe once again for gcc4) and we're good. I insist in keep it simple and just to make minimal changes It is not necessa

RE: [Harbour] ViaNemo: more news

2009-09-30 Thread Fernando Mancera
Hello Alex, > I'm post a new article on http://blog.viaopen.com > with list of most frequent questions we received about ViaNEMO. >>Does Antonio Linares new free release of FiveWin have anything to do with you >>guys? Antonio Linares and myself are two different companies so each ones run his

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

2009-09-30 Thread vszakats
Revision: 12628 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12628&view=rev Author: vszakats Date: 2009-09-30 12:04:58 + (Wed, 30 Sep 2009) Log Message: --- 2009-09-30 13:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * INSTALL + Added

[Harbour] Re: Harbour under OS/2 - 12624

2009-09-30 Thread David Arturo Macias Corona
Viktor: >I don't plan to do it. The reason is two-fold, first it makes >the layout messy, second this solution can only solve the problem >temporarily. Sooner or later we will have additional objects which >are part of .dlls, and in this case it will just break again, >for both .dlls. >So I sugg

Re: [Harbour] ViaNemo: more news

2009-09-30 Thread Massimo Belgrano
I think that Antonio Linares have deviced promote a special version of Fivewin 6 (cost zero dollar) after your announce of a product compatible with fivewin 2009/9/30 Fernando Mancera > Hello Alex, > > > I'm post a new article on http://blog.viaopen.com > > with list of most frequent question

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

2009-09-30 Thread Massimo Belgrano
I try...sorry if is bad: http://sourceforge.net/projects/gnuwin32/files/bison/2.4.1/bison-2.4.1-setup.exe/download 2009/9/30 > Revision: 12628 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12628&view=rev > Author: vszakats > Date: 2009-09-30 12:04:58 + (Wed, 30 S

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

2009-09-30 Thread Massimo Belgrano
http://sourceforge.net/projects/gnuwin32/files/flex/ 2009/9/30 Massimo Belgrano > I try...sorry if is bad: > > http://sourceforge.net/projects/gnuwin32/files/bison/2.4.1/bison-2.4.1-setup.exe/download > > 2009/9/30 > > Revision: 12628 >> >> http://harbour-project.svn.sourceforge.net/harbour-pro

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

2009-09-30 Thread Mindaugas Kavaliauskas
Hi, Revision: 12628 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12628&view=rev Author: vszakats Date: 2009-09-30 12:04:58 + (Wed, 30 Sep 2009) Log Message: --- 2009-09-30 13:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) So, who is th

Re: [Harbour] FWH 6.12 free of cost, legal download

2009-09-30 Thread Massimo Belgrano
I confim tha problem on 64 bit system, and i have post problem on fivetech forum http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16841&p=87535#p87535 IMO it include a spacial harbour version (borland,microsoft) 2009/9/28 Viktor Szakáts > Nice offer. But, unfortunately the installer has a

Re: [Harbour] Re: Harbour under OS/2 - 12624

2009-09-30 Thread Viktor Szakáts
I do not see two-fold as layout messy In Harbour we have added, deleted, moved directories oftenly Yes, to avoid mess :) First mt is solved as subdir even in vm lib. Second we may have other extra versions of .dll, such flat layout is IMO very limiting and inelegant. And for additional objects

Re: [Harbour] MEMIO - Some Clarifications

2009-09-30 Thread Pritpal Bedi
Hello Mindaugas Kavaliauskas wrote: > >>? alias(), used(), dbInfo( 10 ) >>? "dbDrop() =>", DBDROP("mem:\test") // Free memory >> resource >>? alias(), used(), dbInfo( 10 ) // This >> SHOULD >> PRODUCE ERROR > > It should not, because workarea

Re: [Harbour] MEMIO - Some Clarifications

2009-09-30 Thread Phil Krylov
On Wed, Sep 30, 2009 at 9:40 PM, Pritpal Bedi wrote: > It means DbDrop() only removes file entry from the directory > but does nothing with file contents. Am I right ? > OR if DbCloseArea() is issued prior to calling DbDrop(), it > removes the file entry as well as file contents. > > To me it appe

Re: [Harbour] MEMIO - Some Clarifications

2009-09-30 Thread Mindaugas Kavaliauskas
Hi, Now I am puzzled a bit. It means DbDrop() only removes file entry from the directory but does nothing with file contents. Am I right ? OR if DbCloseArea() is issued prior to calling DbDrop(), it removes the file entry as well as file contents. To me it appears logical that DbDrop() must

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

2009-09-30 Thread druzus
Revision: 12629 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12629&view=rev Author: druzus Date: 2009-09-30 21:15:30 + (Wed, 30 Sep 2009) Log Message: --- 2009-09-30 23:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/db

[Harbour] xHarbour compatible Hwgui analog clock.

2009-09-30 Thread Itamar Lins
Hi! This is program was created by Luis Basso, analog clock. Works fine with xHarbour, with Harbour I get this is error: error base/1001 Undefined function: HTIMER Called from HTIME(0) Called from HRELOGANALOGICO:ADDNEWOBJECT(297) Called from HRELOGANALOGICO:CREATE(78) Called from HRELOGANALOGICO:

[Harbour] Re: xHarbour compatible Hwgui analog clock.

2009-09-30 Thread Itamar Lins
Maybe this line not compatible with harbour, oSelf := & ( cClass + "():" + cClassNew ) Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Compile Error Using BCC 6.20

2009-09-30 Thread Mario H. Sabado
Hi Viktor, I have the following error when compiling Harbour under Windows XP using BCC 6.20. ** ilink32.exe -q -Gn -C -aa -Tpd -Gi -x c0d32.obj @__dyn__.tmp Error: Unresolved external 'WSAIoctl' referenced from D:\HARBOUR\SOURCE\RTL\OBJ

Re: [Harbour] Re: xHarbour compatible Hwgui analog clock.

2009-09-30 Thread April White
Itamar Lins wrote: Maybe this line not compatible with harbour, oSelf := & ( cClass + "():" + cClassNew ) I do not have hbgui to try this, but I know that & ( cClass + "()" ) works, I use it in hbdoc2. Maybe the __objsendmsg function can be used. oSelf := __objSendMsg( &(

Re: [Harbour] xHarbour compatible Hwgui analog clock.

2009-09-30 Thread Przemyslaw Czerpak
On Wed, 30 Sep 2009, Itamar Lins wrote: Hi, > This is program was created by Luis Basso, analog clock. > Works fine with xHarbour, Have you tried with *EXACTLY* the same code? I know quite well both compilers internals and for me such things are impossible. > with Harbour I get this is error: >

[Harbour] SF tracker#2871130: 5 AdsOpenTable and Free Tables with DD (patch)

2009-09-30 Thread Chen Kedem
The following patch was submitted to our bug tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=2871130&group_id=681&atid=300681 Anonymous wrote: In ads1.c (adsOpen function call), when a DD is used, there are instances where free

Re: [Harbour] Compile Error Using BCC 6.20

2009-09-30 Thread Viktor Szakáts
Hi Mario, I don't have this compiler. You'll have to find out which bcc system lib holds this symbol. grep WSAIoctl *.lib Brgds, Viktor On 2009 Oct 1, at 01:15, Mario H. Sabado wrote: Hi Viktor, I have the following error when compiling Harbour under Windows XP using BCC 6.20. **