standalone executable application without .NET Framework

  • Thread starter Thread starter Frankie
  • Start date Start date
F

Frankie

I want to build a standard application (without .NET Framework features)
with my Visual C++.NET. I want to produce a standalone executable
application that runs in another PC without .NET Framework.
How can i do this? (if there isn't .NET Framework, my application doesn't
work...)
 
Frankie said:
I want to build a standard application (without .NET Framework
features) with my Visual C++.NET. I want to produce a standalone
executable application that runs in another PC without .NET Framework.
How can i do this? (if there isn't .NET Framework, my application
doesn't work...)

If you've built a .NET application, then your application requires the .NET
framework by definition.

If you've built a Win32 application, then your application doesn't require
the .NET framework unless you deliberately create that dependency.

What kind of application did you build?

-cd
 
What kind of application did you build?

My app is a Console Application (.NET) so the problem is solved. I'll turn
my current app into a Win32 Console Application and that's all.
Thanks a lot.
 
Is it possible to create a win32 console Application from j#? If so, how with
visual j# express 2005 beta?
 
Back
Top