×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Porting a Windows NT C++ app to XP platform

Porting a Windows NT C++ app to XP platform

Porting a Windows NT C++ app to XP platform

(OP)
I'm currently working on a program that was written in Bordland builder 3 !!! I need to export the source code to Visual C++ .net 2003 and then make the program run on Windows XP, because it was originally written for Windows NT and now all the terminals are being upgraded. How do I port the program to XP platform?
Does .net take care of the porting or is there a program that does it?
I have to focus on the further feature development and the scedule is extremely tight.

Thanx a million.

RE: Porting a Windows NT C++ app to XP platform

This question is probably more suite for Tek-Tips

TTFN

RE: Porting a Windows NT C++ app to XP platform

If the program was written for windows NT (so it is not dos or 16bit based) it should be working fine in Windows 95, 98, ME, 2000 or XP. .Net? just another obscure acronym to spend your money on new computers, systems, software, support etc.
By the way what happened to M$ C# (sharp)?

Steven van Els
SAvanEls@cq-link.sr

RE: Porting a Windows NT C++ app to XP platform

Both Microsoft and Borland try to keep you tied to their products.  I found this out writing an app in an early version of C++ Builder, then later realizing I couldn't port it anywhere because of the Borland-specific stuff that I had used.  

Pragmatically, your best bet might be to purchase a new (or newer) copy of C++ Builder and recompile it.  Even if the software costs $1k, that's peanuts compared to a typical engineer's time.  Where I work, the standard engineering rate (including overhead) is $70 per hour.  You'd spend that much by less than two days of your time trying to port it to some other compiler product.  

The next time I need to write a Windows application, I'm going to do it in wxWindows using MinGW.  Then I'll be able to port it easily to Mac & UNIX, plus being able to develop it on a Linux box.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources