PC Review


Reply
Thread Tools Rate Thread

Can I build non-.net framework (native windows) apps with VS-.Net?

 
 
M. Scott Blalock
Guest
Posts: n/a
 
      3rd Oct 2003
Can I build non-.net framework (native windows) apps with
VS-.Net?

M. Scott Blalock

 
Reply With Quote
 
 
 
 
William Ryan
Guest
Posts: n/a
 
      3rd Oct 2003
You'll need to at least have the framework to build an app. Using Unsafe
code you can do a lot, call old .dll's (after all, isn't most of .NET just
an elegant OO wrapper of COM?) etc etc etc.

As an old C++ programmer, there's not a good reason to use VS.NET to write
old school stuff...and no, you can't write anything that won't run under the
framework.

HTH,

Bill
"M. Scott Blalock" <(E-Mail Removed)> wrote in message
news:1eaae01c38950$927fbda0$(E-Mail Removed)...
> Can I build non-.net framework (native windows) apps with
> VS-.Net?
>
> M. Scott Blalock
>



 
Reply With Quote
 
Daniel O'Connell
Guest
Posts: n/a
 
      3rd Oct 2003

"William Ryan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You'll need to at least have the framework to build an app. Using Unsafe
> code you can do a lot, call old .dll's (after all, isn't most of .NET just
> an elegant OO wrapper of COM?) etc etc etc.
>
> As an old C++ programmer, there's not a good reason to use VS.NET to write
> old school stuff...and no, you can't write anything that won't run under

the
> framework.
>


Well, I'm pretty sure that you can use plain ole C++ and ATL or MFC if you
want to, I know I wrote a silly vanilla C app not long ago. You no longer
have access to VB6, but C++ is still completly capable of targeting the
system natively

> HTH,
>
> Bill
> "M. Scott Blalock" <(E-Mail Removed)> wrote in message
> news:1eaae01c38950$927fbda0$(E-Mail Removed)...
> > Can I build non-.net framework (native windows) apps with
> > VS-.Net?
> >
> > M. Scott Blalock
> >

>
>



 
Reply With Quote
 
Robert Jacobson
Guest
Posts: n/a
 
      3rd Oct 2003
You can use C++ to build native applications as long as you only use
unmanaged code. To run a C#, VB.Net or managed C++ application, you must
have the .Net Framework installed on the client machine.


"M. Scott Blalock" <(E-Mail Removed)> wrote in message
news:1eaae01c38950$927fbda0$(E-Mail Removed)...
> Can I build non-.net framework (native windows) apps with
> VS-.Net?
>
> M. Scott Blalock
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
writing native windows apps Kees de Winter Microsoft Dot NET 2 15th Oct 2007 06:17 PM
Detecting .NET assemblies from native apps =?Utf-8?B?SmF2aWVyIEVzdHJhZGE=?= Microsoft Dot NET Framework 1 12th May 2007 09:27 PM
Future of Native Apps? =?Utf-8?B?R3JlZw==?= Microsoft Dot NET 14 24th Jan 2006 08:39 AM
Native win32 apps still require .NET runtime? Dave Microsoft VC .NET 24 21st Dec 2005 11:56 PM
Application framework like MFC for .Net Windows Apps Dan Hayes Microsoft Dot NET 1 27th Nov 2003 09:26 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:05 PM.