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

2010-05-17 Thread druzus
Revision: 14511 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14511&view=rev Author: druzus Date: 2010-05-17 11:37:27 + (Mon, 17 May 2010) Log Message: --- 2010-05-17 13:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi

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

2010-05-17 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.17 14:37, dru...@users.sourceforge.net wrote: + added to C functions: int hb_dynsymToNum( PHB_DYNS pDynSym ); PHB_DYNS hb_dynsymFromNum( int iSymNum ); which can be used to make conversion between dynamic symbols and numbers It is interest

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

2010-05-17 Thread Przemysław Czerpak
On Mon, 17 May 2010, Mindaugas Kavaliauskas wrote: Hi, > On 2010.05.17 14:37, dru...@users.sourceforge.net wrote: > > + added to C functions: > > int hb_dynsymToNum( PHB_DYNS pDynSym ); > > PHB_DYNS hb_dynsymFromNum( int iSymNum ); > > which can be used to make convers

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

2010-05-17 Thread Viktor Szakáts
Hi Przemek, >> On 2010.05.17 14:37, dru...@users.sourceforge.net wrote: >>>+ added to C functions: >>> int hb_dynsymToNum( PHB_DYNS pDynSym ); >>> PHB_DYNS hb_dynsymFromNum( int iSymNum ); >>> which can be used to make conversion between dynamic symbols and >>> number

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

2010-05-17 Thread Mindaugas Kavaliauskas
Hi, It is interesting, what new code is behind this modifications? :) Remote function/method execution or that? :) Yes. I've wrote inproc OLE server for Harbour and it uses above functions to convert function/method/memvar symbols to DISPID in GetIDsOfNames() dispatch method and they are late

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

2010-05-17 Thread Przemysław Czerpak
On Mon, 17 May 2010, Mindaugas Kavaliauskas wrote: Hi, > >Yes. I've wrote inproc OLE server for Harbour and it uses above > >functions to convert function/method/memvar symbols to DISPID in > >GetIDsOfNames() dispatch method and they are later converted back > >to symbols in Invoke() method. > >I

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

2010-05-17 Thread Przemysław Czerpak
On Mon, 17 May 2010, Szak�ts Viktor wrote: Hi Viktor, > Very nice, count me to those who are eagerly awaiting it. > (even if in not yet fully cooked state) Thank you. There are some things which should be added/modified in hbmk2. First is support for .def files. This is .def file I used to link

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

2010-05-17 Thread Viktor Szakáts
Hi Przemek, >> Very nice, count me to those who are eagerly awaiting it. >> (even if in not yet fully cooked state) > > Thank you. > There are some things which should be added/modified in hbmk2. > First is support for .def files. > This is .def file I used to link inproc OLE server DLL: > > E

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

2010-05-18 Thread Maurilio Longo
Przemysław Czerpak wrote: > modifications. I can compile the .PRG client and server example from > xHarbour.com OLE server page. I only have to link at least one of > components (server or client) statically because both linked dynamically > with the same harbour.dll shares the same HVM so server f