Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 December 3, 2024, 11:56 am This article has been viewed 35376 times. Google search has resulted in 19 hits on this article since January 25, 2004.
|
|