Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
COM: Starting an instance on NET from Clarion using COM - followup 2003-05-15 -- Andy Ireland Newsgroups: softvelocity.products.c55ee
> you need to start an instance of the .net run time. the only way I know
to
> do this is via com and using IDispatch. Here is some sample code where I
> called the system.collection.arraylist class from clarion. The problem is
I
> do not know of a place where the prototypes and data types for each method
> in runtime are listed.
MSDN. They are not listed as part of the type libraries as MS attempt to
prevent back door access, I guess. However you can ask .NET to describe the
prototypes and then generate them in a similar manner to type libraries. It
works well.
Andy
Plugware Solutions.com Ltd, taking the puzzle out of I.T
Tel : +44 1249 813335
Fax : +44 1249 813462
Company Registration # - 4269454
Today is November 21, 2024, 3:40 am This article has been viewed 35366 times. Google search has resulted in 19 hits on this article since January 25, 2004.
|
|