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++ / September 2007

Tip: Looking for answers? Try searching our database.

Conversion from legancy VS C++ Version 6

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
charlesmaclean@sbcglobal.net - 01 Sep 2007 23:22 GMT
I been handed the job of converting a large 1998 application so it will
compile.  There needs to be  some minor chages to the code that is driving
this project.  There are some embedded Crystal Reports that use the API and
engine on a SQL database. Has anybody done a similar conversion and if so
what should I know in advance before starting.

Thanks
www.fruitfruit.com - 02 Sep 2007 15:45 GMT
My suggestion is to use conditional compilation so that your code can always be
compiled via VC6.
#if _MSC_VER >= 1400
// VC8 specific code

#else
// VC6 code

#endif

I have done such thing before and there is not so much work to do.
David Wilkinson - 02 Sep 2007 16:54 GMT
> I been handed the job of converting a large 1998 application so it will
> compile.  There needs to be  some minor chages to the code that is
> driving this project.  There are some embedded Crystal Reports that use
> the API and engine on a SQL database. Has anybody done a similar
> conversion and if so what should I know in advance before starting.

Charles:

I would just convert it and see what happens. I do not know of any
runtime issues with converting, so if you can get the code to compile it
will probably run correctly. But of course you have to test it.

Signature

David Wilkinson
Visual C++ MVP


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.