Menu

Application failed to start error in Dev-C++

2009-09-07
2012-09-26
  • tapan katwala

    tapan katwala - 2009-09-07

    Hello everyone,

    I have installed Dev-C++ IDE on my system to run POSIX threads application. The program has compiled correctly. When I try to run the application, I am encountered with the following error

    Unable to locate component

    This application has failed to start because pthreadGC2.dll was not found. Re-installing the application may fix this problem.

    Any pointers guys?

    Thank you.

     
    • cpns

      cpns - 2009-09-08

      It is an OS issue rather than a Dev-C++ issue. You need to understand how teh system locates DLL's. That is described here: http://msdn.microsoft.com/en-us/library/ms682586%28VS.85%29.aspx

      The simplest thing to do, (and what I'd recommend at least during development and debugging) is to place the DLL in the project directory where the .exe that is trying to load it is generated. That will give you the fewest potential problems.

      Clifford

       
    • Wayne Keen

      Wayne Keen - 2009-09-08

      Your Basic 3 might help. (Note that you didn't even tell us what version of Dev you were using) They are covered in the thread titled "Please Read Before Posting a question"

      Also, if you are trying to run Posix stuff, are you trying to use Dev with Cygwin?

      Wayne

       

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.