473,513 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for info on how to port VC++ 6 code/projects to VC++ 9(2008).

Hi All,

I'm looking for info on how to port VC++ 6 code/projects to VC++ 9
(2008).

I noticed that there is a converter built-in for Visual *BASIC* to
convert from VS6 to 9...

I have found the following brief note:

http://forums.microsoft.com/MSDN/Sho...ID=29&SiteID=1
side panel: http://forums.microsoft.com/MSDN/Sho...03227&SiteID=1
" know how to convert projects from older VS versions to newer -- you
get prompted
when you try to open an older version's project -- "...

Another brief note I found:

http://episteme.arstechnica.com/eve/...m/831001441931
audioSE
Wise, Aged Ars Veteran
Registered: January 07, 2007
Posts: 341 Posted April 03, 2008 21:12
" Your best bet is to just make a copy of the VS 6.0 codebase, and try
compiling
it in 2008. See what breaks, and then you can make a rough estimate of
how long
it would take to port it "

How about devenv? What versions can it take as input? Searching fairly
hard,
I couldn't find anything definitive on the MS forums or elsewhere that
specified
that. How would you specify what version is the input? Which command
line switch,
if any, can I read about, that specifies that?

One would think that there would be more information (as well as
tools) out there
about how to port from such a popular old version of VC++.
Can anyone point me at such? Sometimes I don't always manage to type
the
magic keywords into the search engines...
Best regards...
Jun 27 '08 #1
2 1753
>I'm looking for info on how to port VC++ 6 code/projects to VC++ 9
>(2008).
You should be able to load your existing workspace into VS2008 and
start building.

There will undoubtedly be many more compiler warnings, and even errors
that you'll have to look into - but they're generally a good thing
because the compiler is more standard conforming.

You may have significant issues if you rely on 3'rd party libraries
that depend on the version of VC++ (and may not have versions for
later compilers).

You really just have to suck it and see - generally it's not a massive
issue.

Dave
Jun 27 '08 #2
Thanks, Dave! I'll get into it...
On Apr 16, 1:01*pm, David Lowndes <Dav...@example.invalidwrote:
[snip]
Jun 27 '08 #3

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

Similar topics

4
2557
by: dalewz | last post by:
Hi, Could sb kindly answer my following questions: Plan: I am trying to find a language to build a GUI to communicate with our device via serial port. Questions: 1. which language (VC++...
6
2766
by: Ben Terry | last post by:
Hello, I have a VS 2003.NET solution which consists of four c++ unmanaged legacy projects. I am adding a new project to the solution which will be in c#. What do I need to do to my c++ projects...
8
1803
by: The unProfessional | last post by:
To the VC .Net'ers out there... I noticed alot of strange behavior in the way VC .Net apps behave in the IDE. It's a bit odd, so maybe people have workarounds. I'm worried to devote my project...
1
2096
by: Nalaka | last post by:
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS)...
1
10882
by: henrycortezwu | last post by:
Hi All, I'm trying to connect to a virtual port (COM19, OUTGOING, "Bluetooth Serial Port") using VS2005 System.IO.Ports. When I ran the ff code below here's what happens. 1) VS2005 Compiles w/o...
2
2599
by: NvrBst | last post by:
I'm not too much of a C++ programmer but I have a bunch of C programs (they compile with GNU) and want to get them to compile in VC++ 2008. In Unix I go "./configure" and it makes a "Makefile". ...
9
364
by: markgoldin | last post by:
I am looking for code to listen to a tcp port. Another (not .net) process will be writing to that port on the same computer and I need c# code to be able to get data, which is a simple string,...
1
1240
by: Frank Rizzo | last post by:
Hello, I am supposed to give a demo on how to become a programmer to complete newbies. Can anyone suggest a C# project that I can download and explain it to people within 30-40 minutes? Most...
5
2751
by: kwstas86 | last post by:
Hello I have a project which i need to build an interface in vc++.Net to communicate with a serial port with a microcontroller.I am a little bit amateur in programming.I search the web but i haven't...
0
7175
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
7553
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...
1
7120
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
5697
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,...
1
5100
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...
0
4754
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
466
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.