Packaging c++ code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seforo
    New Member
    • Nov 2006
    • 60

    Packaging c++ code

    Hi all, I have a c++ code that is working properly but the problem is I don't know how to package it. I want to package it into a full software that can run on windows platform without having being recompiled (or on the computer that does not have a compiler)
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    What OS do you use.

    Get yourself a Windows machine with a compiler on it, compile your source to an exe file and ship that executable.

    Comment

    • seforo
      New Member
      • Nov 2006
      • 60

      #3
      I am using windows xp and I have installed visual studio 2005. I can generate the executable, but when I take that executable and run it on another machine, it does not run. So I would like to know the necessary steps to follow to prepare my executable to be portable

      Comment

      Working...