standalone executable application without .NET Framework

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...)
 
C

Carl Daniel [VC++ MVP]

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
 
F

Frankie

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.
 
G

Guest

Is it possible to create a win32 console Application from j#? If so, how with
visual j# express 2005 beta?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top