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 run it.
> 

+1000.
I even cannot do after 15 lines.



>> The idea is to create library which can be used by users to
>> easy create own OLE servers. My current code should fully
>> emulate the xHarbour.com ole server API:
>>    
>> http://xharbour.com/index.asp?page=add_on_oleserver&show_sub=7&show_i=1
> 
> Very old time ago, after I've seen it. It looked a little strange to me. 
> Why the whole application is presented as a single object? This allows 
> to call all public functions from external code. I thought it is more 
> common to create some Harbour level object and share it via OLE server, 
> thus making methods and properties of OLE object to be methods and 
> properties of Harbour object (instead of public functions and memvars of 
> Harbour application).
> 

Because your existing application becomes an OLE server with very 
small modifications, otherwise you will have to rewrite everything.

Conceptually both methods can be employed.


-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14511-trunk-harbour-tp5064645p5065986.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to