473,399 Members | 3,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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

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

M. Scott Blalock

Jul 21 '05 #1
3 1601
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" <sb******@hotmail.com> wrote in message
news:1e*****************************@phx.gbl...
Can I build non-.net framework (native windows) apps with
VS-.Net?

M. Scott Blalock

Jul 21 '05 #2

"William Ryan" <do********@nospam.comcast.net> wrote in message
news:uF**************@TK2MSFTNGP10.phx.gbl...
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" <sb******@hotmail.com> wrote in message
news:1e*****************************@phx.gbl...
Can I build non-.net framework (native windows) apps with
VS-.Net?

M. Scott Blalock


Jul 21 '05 #3
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" <sb******@hotmail.com> wrote in message
news:1e*****************************@phx.gbl...
Can I build non-.net framework (native windows) apps with
VS-.Net?

M. Scott Blalock

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Phil | last post by:
I realize this is the php group, but I have a question that recurses back to my php install. My objective is a pure 64 bit shared object installation of php 5.0 on UltraSparc Solaris 9 compiled...
0
by: matt okeson-harlow | last post by:
i am getting errors trying to build MySQLdb on solaris 8, i have tried changing the libs, no joy, anyone have any ideas? Python 2.3.4 gcc -v Reading specs from...
0
by: Saravanan A | last post by:
Hello All, I am having the following problem in PostgreSQL build process. If anyone came across this, pls give me a solution to solve this. I followed the steps below given at the build time....
4
by: whocares | last post by:
hi everyone. i'm currently experiencing a strange problem under vc++ 2005 express. i hope someone has a hint for me, i'm kind of lost atm. i'm using a vectors of pointers in my code. using...
10
by: Larry Hastings | last post by:
I'm an indie shareware Windows game developer. In indie shareware game development, download size is terribly important; conventional wisdom holds that--even today--your download should be 5MB or...
0
by: miles1000 | last post by:
Hello, I've noticed \INCREMENTAL build option has been removed in .NET 2005. I want to make an incremental build for my solution. My solution includes projects written in c#, some of the...
1
by: AlexZh | last post by:
Hi, I'd like to stop command line build by one project build failed. To do that I've created simple AddIn (see code below), that works fine for IDE and does not work for command line. In the AddIn...
0
by: Jeff Blaine | last post by:
We have a GCC in /usr/rcf that was not built with --disable-shared. As such, there is a /usr/rcf/lib/libgcc_s.so. We also have a (preferred) GCC in /afs/rcf/lang/gcc/current that was built with...
1
by: =?Utf-8?B?Q2h1Y2sgUA==?= | last post by:
I have an asp.net solution with a web deployment project. When we try to build/debug, we get the message: An editor or project is attempting to check out a file that is modified in memory,...
5
by: empiresolutions | last post by:
I'm trying to build a box that i can place content in. This box should dynamically change width and height to accommodate the content inside. I have build out a non-working example here...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.