Re: Delphi Code in MS Visual Studio .Net
- From: "Marc Rohloff" <marcrohloff_ng@xxxxxxxxxxx>
- Date: 22 Jun 2005 05:40:04 -0700
> How can I include Delphi code or units with VB.net code(in Visual
> Studio.net)?
For Delphi create a .NET package with your classes and use it just like
any other assembly.
> Is is it possible to include VB.NET code & units with Delphi code in
> Delphi 7?
I don't remember if VB.NET lets you create a DLL. If it does this might
be the easiest way.
The other alternative is to load the .NET CLR into your D7 application
and then load and run the VB assembly.
--
Marc Rohloff
.
- Follow-Ups:
- References:
- Delphi Code in MS Visual Studio .Net
- From: NZ
- Delphi Code in MS Visual Studio .Net
- Prev by Date: Re: cookies
- Next by Date: Re: Delphi Code in MS Visual Studio .Net
- Previous by thread: Delphi Code in MS Visual Studio .Net
- Next by thread: Re: Delphi Code in MS Visual Studio .Net
- Index(es):
Relevant Pages
|