Exe on pc without frameworks

Mrs. Glenda

New member
Joined
Aug 3, 2024
Messages
2
Points
1
any way to run my exe from vb10 on pc wich dont have frameworks?

i read something about libraries/ddls but i still dont know how to do it.
 

Julie Feeney

New member
Joined
Aug 3, 2024
Messages
2
Points
1
Actually there its a method but you need to pack it with mono and usualy the resulted app has some issues
 

Charlie Sc

New member
Joined
Aug 3, 2024
Messages
2
Points
1
Short and simple answer: No.
Long answer: Let's say you pack in only the things you need into a single exe file, it'll be huge. I think it's easier to just tell the people to install .NET, and most computers have it already (at least .NET 2.0). Though there are multiple ways to ask the user to install .NET before the application can successfully launch. You can also consider writing the program in vb6, or C++.
 
Top