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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tms005
    New Member
    • Jul 2009
    • 1

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

    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
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by tms005
    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

    Comment

    • newb16
      Contributor
      • Jul 2008
      • 687

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

      Comment

      Working...