Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't Find libstdc++-6.dll Library when Using Strings(C++ String in Windows Using MinGW32)
icon8.gif  Can't Find libstdc++-6.dll Library when Using Strings [message #1733898] Thu, 02 June 2016 05:02 Go to next message
Aaron Barczewski is currently offline Aaron BarczewskiFriend
Messages: 3
Registered: June 2016
Junior Member
Running on Windows 10. Using MinGW (most recent version) tool chain. Included iostream and string header files.

Every time I make a string variable in CDT Eclipse it throws a -1073741511 (maybe machine dependent) error code after executing the .exe. Don't have a clue, and frustrated beyond frustrated. Here's a screen-shot.

index.php/fa/26054/0/

[Updated on: Thu, 02 June 2016 17:10]

Report message to a moderator

Re: string causing a -1073741511 error after running and doesn't print [message #1733992 is a reply to message #1733898] Thu, 02 June 2016 16:54 Go to previous messageGo to next message
Aaron Barczewski is currently offline Aaron BarczewskiFriend
Messages: 3
Registered: June 2016
Junior Member
I think I have figured it out I have to copy and paste the libstdc++-6.dll library file from MinGW to my directory where the executable is placed, and works just fine now. Is there another way to import that library into my project? I tried adding the path an libraries into the MinGW C++ linker (when going to project->properties->C/C++ Build->settings->dialect, but it says that the library cannot be found. I also tried project->properties->C/C++ General->paths and symbols, and try to add it there but same result.
Re: Can't Find libstdc++-6.dll Library when Using Strings [message #1733994 is a reply to message #1733898] Thu, 02 June 2016 17:13 Go to previous messageGo to next message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
This has been fixed in the upcoming Neon release.
Re: Can't Find libstdc++-6.dll Library when Using Strings [message #1734001 is a reply to message #1733994] Thu, 02 June 2016 21:16 Go to previous message
Aaron Barczewski is currently offline Aaron BarczewskiFriend
Messages: 3
Registered: June 2016
Junior Member
Do you know when the CDT for it will be released?
Previous Topic:Inheritance of build configurations
Next Topic:Enums bug in editor
Goto Forum:
  


Current Time: Tue Mar 19 10:56:27 GMT 2024

Powered by FUDForum. Page generated in 0.02032 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top