Connecting Tech Pros Worldwide Forums | Help | Site Map

How to Compile Aix C++ Codes in Window platform?

Newbie
 
Join Date: Jul 2009
Posts: 1
#1: Jul 9 '09
Anyone know how to compile Aix C++ Codes into Window platform?

I have tried to compile my Aix (Version 4.2) C++ Codes using Bloodshed Dev C++ and Microsoft Visual C++ Compiler and I have copied all the include files from my Aix system to my Window system,

but encounter many errors due to the differences in their Library References.


Can anyone help?
Thanks a lot.

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Jul 9 '09

re: How to Compile Aix C++ Codes in Window platform?


Quote:

Originally Posted by tms005 View Post

Anyone know how to compile Aix C++ Codes into Window platform?

I have tried to compile my Aix (Version 4.2) C++ Codes using Bloodshed Dev C++ and Microsoft Visual C++ Compiler and I have copied all the include files from my Aix system to my Window system,

but encounter many errors due to the differences in their Library References.


Can anyone help?
Thanks a lot.

Did you copy all the include files? Don't do that, only copy your own include files. (still then you're trapped in the process of porting the code).

kind regards,

Jos
Needs Regular Fix
 
Join Date: Jul 2008
Posts: 385
#3: Jul 12 '09

re: How to Compile Aix C++ Codes in Window platform?


I'd try to compile it with cygwin first. But if you need to release it , commercial license for cygwin costs money.
Reply

Tags
aix, c++, compiler, library, window