writing native windows apps

K

Kees de Winter

I'd like to know which programming environments can target the windows vista
platform without being dependent on .net. So that my application will also
run on XP and 2000 without .net installed. I know Delphi 2007 RAD Studio can
do it but what about Visual Studio, and will there be a vb version?

Thanks,
Kees
 
P

PvdG42

Kees de Winter said:
I'd like to know which programming environments can target the windows
vista
platform without being dependent on .net. So that my application will also
run on XP and 2000 without .net installed. I know Delphi 2007 RAD Studio
can
do it but what about Visual Studio, and will there be a vb version?

Thanks,
Kees

Sure, use C++. With C++ you have all the choices. Win API, MFC, ATL or .NET
with C++/CLI.
AFAIK, there will not be a VB (after VB6) that is independent of .NET in the
future.
 
R

Rad [Visual C# MVP]

I'd like to know which programming environments can target the windows vista
platform without being dependent on .net. So that my application will also
run on XP and 2000 without .net installed. I know Delphi 2007 RAD Studio can
do it but what about Visual Studio, and will there be a vb version?

Thanks,
Kees

As noted, there's Delphi 2007. There's also Eclipse (Java)
 

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