"Leon Mayne [MVP]" <l.rmvmayne@uea.ac.uk> schrieb:
>> How do you write unmanaged code in vb.net?
>
> All .NET code is managed. Therefore use VB6 or VC++ if you want to make
> unmanaged code.
ACK, but notice that VB6 is /not/ a good choice for an installer because it
would require a bootstrapper written in another programming language to make
sure VB6's runtime files are installed/registered in the right version on
the machine.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
jamie - 26 Dec 2004 02:27 GMT
OK,
If you write the program in VB6, write the installer with .NET - you need
what now...
It would leave the VB6 program behind with no dependency on .NET other than
for the installation?
Jamie
> "Leon Mayne [MVP]" <l.rmvmayne@uea.ac.uk> schrieb:
>>> How do you write unmanaged code in vb.net?
[quoted text clipped - 6 lines]
> make sure VB6's runtime files are installed/registered in the right
> version on the machine.
Herfried K. Wagner [MVP] - 26 Dec 2004 09:35 GMT
"jamie" <anonymous@nospam.somewhere.com> schrieb:
> If you write the program in VB6, write the installer with .NET - you need
> what now...
> It would leave the VB6 program behind with no dependency on .NET other
> than for the installation?
VB6 doesn't depend on .NET, but it depends on its own runtime libaries.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/