Re: [Harbour] pCode dll

2009-03-15 Thread Andi Jahja
Of course, with ONE important standard in our mind that is all object are compiled with __cdecl calling convention. Other calling methods such as __stdcall, __fastcall requires different handlings. -- Andi On Mon, 16 Mar 2009 13:09:14 +0700 Andi Jahja wrote: > ALL are basically compatible, read

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

2009-03-15 Thread vouchcac
Revision: 10615 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10615&view=rev Author: vouchcac Date: 2009-03-16 06:13:40 + (Mon, 16 Mar 2009) Log Message: --- 2009-03-15 23:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtwvg/gtwvg

Re: [Harbour] pCode dll

2009-03-15 Thread Andi Jahja
On Mon, 16 Mar 2009 01:49:20 +0100 Viktor Szakáts wrote: > /half-off-on > owatcom harbour.dll usage is also broken and various compiler  > generated .dlls still aren't compatible, this is a task for the future. > At least msvc, pocc and icc can probably made compatible,  > bcc is almost certainly

Re: [Harbour] pCode dll

2009-03-15 Thread Viktor Szakáts
No, sorry. I did a few tests today, but I couldn't make it work and got GPF only. If anyone has suggestions how to solve this, I'll try to implement support in hbmk2. /half-off-on owatcom harbour.dll usage is also broken and various compiler generated .dlls still aren't compatible, this is a task

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

2009-03-15 Thread vszakats
Revision: 10614 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10614&view=rev Author: vszakats Date: 2009-03-16 00:36:06 + (Mon, 16 Mar 2009) Log Message: --- 2009-03-16 01:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkdyn.bat * sour

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

2009-03-15 Thread vouchcac
Revision: 10613 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10613&view=rev Author: vouchcac Date: 2009-03-15 23:55:29 + (Sun, 15 Mar 2009) Log Message: --- 2009-03-15 16:42 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtwvg/hbgt

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

2009-03-15 Thread vszakats
Revision: 10612 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10612&view=rev Author: vszakats Date: 2009-03-15 23:40:53 + (Sun, 15 Mar 2009) Log Message: --- 2009-03-16 00:38 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/postinst.bat + Ad

[Harbour] pCode dll

2009-03-15 Thread J. Lefebvre
Does somebody tryed to create and use (!!) one pCode only Dll ? Regards, JF ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] xHB.LIB and HB_FUNCPTR() implementation

2009-03-15 Thread Przemyslaw Czerpak
On Sat, 14 Mar 2009, Vailton Renato wrote: Hi, > I am migrating some routines for Harbour and noticed the absence of > HB_FUNCPTR() that I used before. I came to develop the same function > in Harbour and after researching the sources I found __DYNSN2SYM() > which has the same purpose. > I would

Re: [Harbour] now try with correct format.

2009-03-15 Thread Massimo Belgrano
Now Vicktor have Added static lib generation support for owatcom compilers on platforms So you can . hbmk2 homar1.prg homar2.PRG -w2 -l -gc3 -hblib -ohomar.lib This syntax works on all os and all supported compiler and is unified harbour culture 2009/3/15 Massimo Belgrano > With hbmk is pos

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

2009-03-15 Thread vszakats
Revision: 10611 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10611&view=rev Author: vszakats Date: 2009-03-15 19:52:01 + (Sun, 15 Mar 2009) Log Message: --- 2009-03-15 20:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * INSTALL + Documented

Re: [Harbour] GTWVW => GTWVG Port - A Clarification

2009-03-15 Thread Massimo Belgrano
Here you can found info regarding xbase part http://xbaseprogrammer.com/ClassHierarchy.cgihere interesting sample xbase part http://www.knowlexbase.com/en/software/downloads/yukon/index.html 2009/3/13 Pritpal Bedi > > Hi Budiyanto, All > > > > > If you mean revising (or rewriting) GTWVW into H

Re: [Harbour] now try with correct format.

2009-03-15 Thread Massimo Belgrano
With hbmk is possible create lib with bcc,msvc yuo can easy add Support for owatcom add at line 1397 something like cBin_Lib := "wlib.exe" cOpt_Lib := "" cLibObjPrefix := "+- " 2009/3/15 Massimo Belgrano > *-c*perform case-sensitive comparison > http://www.users.pj

Re: [Harbour] now try with correct format.

2009-03-15 Thread Massimo Belgrano
*-c*perform case-sensitive comparison http://www.users.pjwstk.edu.pl/~jms/qnx/help/watcom/utilities/wlib.html 2009/3/15 > Sorry, I have too troble with format send mails from www. > > Chen, > adwice with FHANDLE -> HB_FHANDLE is "bingo" :). > > But now, have I another problem. > I use owatcom. >

[Harbour] now try with correct format.

2009-03-15 Thread marek . horodyski
Sorry, I have too troble with format send mails from www. Chen, adwice with FHANDLE -> HB_FHANDLE is "bingo" :). But now, have I another problem. I use owatcom. Most of my prg code I compile to c a= nd obj file : harbour %1 /n/w2/l/gc3/o.\obj_ow\ wpp386.exe -Id:\harbour\include;d:\watcom\h obj_

Re: [Harbour] GPL + Harbour exception to LGPL ?

2009-03-15 Thread Przemyslaw Czerpak
On Sun, 15 Mar 2009, Chen Kedem wrote: Hi, > > My question was why you were talking about macro compiler. > > What is the difference between macro compiler and other > > Harbour code like HVM or RTL > The idea was that macro compiler contain parts of the compiler inside, > and the user code is co

[Harbour] Another problem with lib file

2009-03-15 Thread marek . horodyski
Chen, adwice with FHANDLE -> HB_FHANDLE is "bingo" :). But now, have I another problem. I use owatcom. Most of my prg code I compile to c and obj file : harbour %1 /n/w2/l/gc3/o.\obj_ow\ wpp386.exe -Id:\harbour\include;d:\watcom\h obj_ow\%1 -foobj_ow\ and after this inlude it in lib file : wli

Re: [Harbour] Trouble with c code.

2009-03-15 Thread Chen Kedem
Marek, FHANDLE is defined in include/filesys.api which is not included in your code. Either include it or use HB_FHANDLE instead. With BCC it complain about Undefined symbol 'FHANDLE'. Chen. ___ Harbour mailing list Harbour@harbour-project.org http:

[Harbour] Trouble with c code.

2009-03-15 Thread marek . horodyski
When I try compile this code : ║311│#pragma BEGINDUMP ║312│#include "hbapifs.h" ║313│#include "hbapierr.h" ║314│ ║315│/* HB_FUNC( HB_FLOCK ) */ ║316│HB_FUNC( LOCKFF ) ║317│{ ║318│if ( ISNUM( 1 ) && ISNUM( 2 ) && ISNUM( 3 ) && ISNUM( 4 ) ) ║319│{ ║320│hb_retl( hb_fsLock( ( FHANDLE)

Re: [Harbour] GPL + Harbour exception to LGPL ?

2009-03-15 Thread Chen Kedem
Przemek, > My question was why you were talking about macro compiler. > What is the difference between macro compiler and other > Harbour code like HVM or RTL The idea was that macro compiler contain parts of the compiler inside, and the user code is complied at run time. Since the compiler itsel