• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows tfs 0.4 compiled with dev-cpp

Tegardee

The Boss
Joined
Jun 18, 2014
Messages
106
Reaction score
0
Location
Brazil
hello people, I was having problems with codeblocks, so I installed a full dev-cpp 100% all libs, compiled the exe everything 100% right, but when I try to connect the server as an error.

Code:
This application failed to start because it was not found libstdc++-6.dll. Reinstalling the application may fix this problem.

how can I get the libstdc-6.dll dll to fix the problem?
 
thanks pal, however I am now having a problem, the exe crash when turned on, without showing the console

edit: I found the problem, had to add this to Compiler Options
Code:
-static-libstdc++ -static-libgcc

however every time that will link the EXE, this error occurs.
Code:
C:\Documents and Settings\Renan\Desktop\sources\dev-cpp\obj\beds.o   beds.cpp:(.text$_ZN5boost9gregorian16bad_day_of_monthD2Ev[__ZN5boost9gregorian16bad_day_of_monthD2Ev]+0x18): undefined reference to `std::out_of_range::~out_of_range()'
C:\Documents and Settings\Renan\Desktop\sources\dev-cpp\obj\beds.o   beds.cpp:(.text$_ZN5boost9gregorian16bad_day_of_monthD1Ev[__ZN5boost9gregorian16bad_day_of_monthD1Ev]+0x18): undefined reference to `std::out_of_range::~out_of_range()'
c:\Files And Programs\dev-cpp\mingw32\mingw32\bin\ld.exe   obj/beds.o: bad reloc address 0x18 in section `.text$_ZN5boost9gregorian16bad_day_of_monthD1Ev[__ZN5boost9gregorian16bad_day_of_monthD1Ev]'
C:\Documents and Settings\Renan\Desktop\sources\dev-cpp\collect2.exe   [Error] ld returned 1 exit status
27     C:\Documents and Settings\Renan\Desktop\sources\dev-cpp\Makefile.win   recipe for target 'TheForgottenServer.exe' failed
 
Last edited:
Back
Top