[2005] .Net Framework and VB Console App
I made a console application for a project I'm workin on, but with what I'm doing I need the console application to run without .Net Framework. I was wonder if this is possible. If its not if someone knows a website that explains how to do this in VS C++ 2005 (if that is possible) I could do that.
Im really hoping I can or else I'll have to use plain C++ or maybe VB 6 will work, IDK. :cry:
Re: [2005] .Net Framework and VB Console App
The use of the .NET Framework is what makes a .NET app a .NET app. You'll have to use a non-.NET language.
Re: [2005] .Net Framework and VB Console App
:cry: :cry: :cry:
thats what I was afraid of...