Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / June 2007

Tip: Looking for answers? Try searching our database.

framework or not framework

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rodchar - 14 Jun 2007 21:03 GMT
hey all,
Regarding Visual Studio .Net 2005 can you still build applications that
don't require the .Net Framework (I guess this would be called Unmanaged
Code?). I'm asking because I'd like to create a very light toolbar that can
work on many different computers and respective browsers (whether they're
using IE, FireFox, Mac FireFox, Netscape, Mozilla, etc.?

Is this even feasible?

thanks,
rodchar
Nathan Mates - 14 Jun 2007 21:27 GMT
>Regarding Visual Studio .Net 2005 can you still build applications
>that don't require the .Net Framework (I guess this would be called
>Unmanaged Code?).

  Absolutely, yes you can. You can write "Hello World" (either
commandline or w/ WinMain) just fine. You may find that the latest
2005+SP1 is very annoyingly picky about DLL versions, unless you
either (1) turn off use of manifest files [aka DLL hell, on steriods],
or (2) get all your users to install the vcredist.exe. Frankly, I
still feel that manifest files are feature at version 0.8alpha1 that
have been foisted on the rest of the world. In a year or two, they
might be usable.

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/ 
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
rodchar - 14 Jun 2007 22:09 GMT
Now would this be in any languages inside vsnet2005? or just c++?

> >Regarding Visual Studio .Net 2005 can you still build applications
> >that don't require the .Net Framework (I guess this would be called
[quoted text clipped - 15 lines]
> # NOT speaking for Pandemic Studios. "Care not what the neighbors
> # think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Jon Skeet [C# MVP] - 14 Jun 2007 22:39 GMT
> Now would this be in any languages inside vsnet2005? or just c++?

Just C/C++ - or at least, certainly *not* VB.NET or C#. They both
require the .NET framework to be installed (unless you're using
something like Thinstall, but that's just running the framework in a
different guise).

Signature

Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Ben Voigt [C++ MVP] - 15 Jun 2007 01:42 GMT
> Now would this be in any languages inside vsnet2005? or just c++?

Any language with a native compiler.  C++ is the only one shipped with
Visual Studio 2005, although there are other languages that have both .NET
and native compilers (ML for instance, there is F# for .NET framework, and
Ocaml, Scheme native compilers).  Generally the code is different for native
vs managed compilation though, so you may not even want to call it the same
language.

>> >Regarding Visual Studio .Net 2005 can you still build applications
>> >that don't require the .Net Framework (I guess this would be called
[quoted text clipped - 16 lines]
>> # think. What are the facts, and to how many decimal places?" -R.A.
>> Heinlein

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.