Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > Visual C++
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 6th, 2005, 02:40 PM
Registered User
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to chaitannyam
Default Visual studio 6 or visual studio .NET

Hi everyone,
           I had developed an application long time back in my college days in visual c++ 6 . The coding that was done was totally raw coding , and now i want to make that code modular and robust for professional use.But during those days .Net was not available , so the entire code was developed in visual studio 6.
  Now i am going to start coding the application from scratch , but now i am confused if i should use .Net for this . I tried using VC++ .Net but the IDE was totally different , but no problem i would get used to it. But are there any special features for which i should opt for VC++ .Net and not VC++ 6.i wanted to make my application very robust , so is there any special provision in .net framework for exception handaling.
here's a brief description of the application.
It's a user friendly IDE that i had developed. It takes some parameters from the user in a particular sequence. stores them in access file . Once this is complete it opens lots of files , makes changes in those files as per data in access file and finally concats them in a single file. Here there is no secrity issue , only thing important is user friendly IDE . I had used ActiveX to make it user friendly.
    Please suggest appropriate platform for development


Regards,
Chaitannya
 
Old November 13th, 2005, 09:26 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 453
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Ankur_Verma Send a message via MSN to Ankur_Verma
Default

Modular and robust applications are not about the IDEs that are used to make them as much as they are about a good design.

Microsoft may say a lot of things but as far as VC++ 6.0 and VC++.NET are concerned I would say they are not hugely different. And as you mentioned, you have used ActiveX cotrols to in your application I would suggest that you stick to VC++ 6.0 unless there is some specific .NET feature that you are eyeing to make use of 'cause your application is working fine right now and you have been able to tune these controls in 6.0 IDE. The shift, however, may require you to retune them and you may even run into compatiblity problem with some of them.

However for the sake of exploring arround you can convert a copy your 6.0 code to .NET using .NET converter and once manually to get a better idea if the shift brings anything to the table.

Regards
Ankur Verma





Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP in Visual Studio 2005 Pro (Visual Basic) shoopes VB How-To 1 June 29th, 2006 02:08 PM
Visual Studio 2003 vs. Visual Studio 2005 eitanbarazani C# 2005 4 May 9th, 2006 01:34 AM
Visual Studio .net2003 and Visual Studio 2005 Gert Visual C++ 1 January 24th, 2006 05:10 AM
Visual Studio.NET vs C# Mike Smith Forum and Wrox.com Feedback 2 December 22nd, 2003 03:47 PM
Visual Studio.net cgmenon .NET Web Services 1 September 18th, 2003 09:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.