VS2008 application is not .NET

How to create a VB application in VS2008 without having to run the application on a computer with .NET platform?

+3
source share
4 answers

You cannot create an unmanaged VB application in VS 2008.

You will need to use C / C ++ or return to VS 6.

You can look at the question below for more information on .NET linkers. This is technically an option, but if I were launching a new application that I did not want to depend on the .NET platform, I would not use a managed language.

Running a .net-based application without the .NET Framework

+3
source

.NET-, Visual Studio , , .

:

, VS, Mono "Bundle", : : Runtime -

+3

. Visual Studio 6 VB6.

+1

. VB .net, .net VB.

, , .net, .

+1

Source: https://habr.com/ru/post/1734592/


All Articles