Skip to content

Latest commit

 

History

History
119 lines (65 loc) · 1.54 KB

CppMiscErrorUnableToLocateComponent.md

File metadata and controls

119 lines (65 loc) · 1.54 KB

 

 

 

 

 

 

Misc error.

 

 

 

 

 

Full error message

 

View a screenshot of this error message.

 

A message dialog appears.

 

The title of the message dialog is:

 


HelloWorld.exe Unable To Locate Component

 

The text of the message dialog is:

 


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

 

 

 

 

 

Cause

 

IDE: Qt Creator 1.2.1

Compiler: G++ 4.4.1

Boost version: 1.38.0.

Platform: Windows XP, version 2002, Service Pack 3

 

After creating a Hello World program (console) the MS-DOS command prompt was used to start the executable HelloWorld.exe.

 

 

 

 

 

Solution

 

Download the DLL using Google. Put it in your system path (for example, in C:\Windows\System32).