[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Creating a class in J# from a different .NET language...

Jason Smith

7/4/2002 5:17:00 PM

Hi All

I'm a bit lost here, I've been searching through the .NET
docs, but I can't seem to find something on how to do
this...I have a parser in Java which I've compiled into
a .NET binary exe. I want to create a instance of the
main class and then call it from another language.

Can someone give me a quick example or at least point me
in the right direction re the docs on the subject.

Thanks, sorry if this is a stupid question. MSDN just
does not make things easy..

Jason.
1 Answer

NETMaster

7/4/2002 8:09:00 PM

0

The Online help has some 'Crosslanguage' samples
(at least for Managed C++ and J#)

For more, please ask in the specific newsgroup
microsoft.public.dotnet.vjsharp



--
NETMaster (Thomas Scheidegger)
http://www.cetus-links.org/oo_c...



"Jason Smith" <jns28@student.canterbury.ac.nz> wrote in message news:1549401c2236d$e44eeba0$3aef2ecf@TKMSFTNGXA09...
> a .NET binary exe. I want to create a instance of the
> main class and then call it from another language.
> Can someone give me a quick example or at least point me
> in the right direction re the docs on the subject.