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

2010-05-17 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > >> and haven't made any real life test so far so I do not want to >> make it public it yet. > > Perhaps one of the most amazing things is how can you write software > without testing!!! :) Usualy I can not write more than 30 lines of code > without trying to ru

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

2010-05-17 Thread Angel Pais
I also plan to add OLE wrappers to HBNETIO so users can use HBNETIO RPC from any other language which supports OLE, i.e. from Visual Basic or some .NET language. best regards, Przemek Or... From my legacy Xbase++ programs !!! This would ease migration a lot. Hats off !!! Thank you, thank you !

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

2010-05-17 Thread Pritpal Bedi
Przemysław Czerpak wrote: > > 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've finished the code but I hav