|
christoB (Computer)
12 Dec 04 4:02
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.
IRstuff (Aerospace)
12 Dec 04 12:03
This question is probably more suite for Tek-Tips TTFN
svanels (Petroleum)
15 Dec 04 23:32
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. 字串7 By the way what happened to M$ C# (sharp)? Steven van Els SAvanEls@cq-link.sr
someonesdad (Computer)
21 Dec 04 23:07
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.
字串9
(Click:)
|