Menu

distribute applications compiled with dev c+

manu dass
2009-05-29
2012-09-26
  • manu dass

    manu dass - 2009-05-29

    When i distributed application compiled with visual studio i installed on pc the visual studio distribution pack, with all the necessary library.
    What about dev c++?
    what do i have to do to make my dev c++ compiled application to run on a pc?
    Could you help?

     
    • manu dass

      manu dass - 2009-05-29

      i anwer by myself.
      No, it's not necessary any distribution pack.
      Just the library used in the project.

       
    • Wayne Keen

      Wayne Keen - 2009-05-29

      Keep in mind, depending on the library you link,
      you may have requirements for distribting your source code by way of the GPL requirements.

      Wayne

       
    • cpns

      cpns - 2009-05-29

      The MinGW/GCC compiler uses Microsoft's VC++ 6 runtime library which is installed with Windows so does not need to be distributed. Current versions of VC++ require newer runtime libraries that are not part of the OS so need to be distributed.

      Similarly the Win32 API is provided as part of a Windows installation (obviously). However if you use third party libraries you may need to distribute other components if they are implemented as DLLs. Another issue is that if you compile with the -mthreads option, you will need to distribute mingwm10.dll, but you only need that for thread safe exception handling so when using both threads and exceptions (I think).

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.