OpenXcom Forum
OpenXcom => Open Feedback => Topic started by: pmprog on June 14, 2014, 08:11:41 pm
-
I got the x64bit zip download, and when I run OXC, it tells me that libstdc++-6.dll is missing, but the game still continues anyway.
Out of curiosity, how come the git builds were statically linked, but the v1 had a bunch of DLLs?
-
The milestones are made by me with MSVC and use shared linking. The nightlies are built automatically with MinGW and use static linking. They contain the same thing, so if you don't like one option you are free to use the other. :P
The DLL bug seems to be because one of SDL 1.2's x64 DLLs was accidentally built with MinGW instead of MSVC. Wonder if there's an easy workaround for it.
-
Thanks
If I can get rid of that popup every time I start the game, I think I might switch to the git build. Not a major thing
-
SDL is pure C, why its need C++ std library? Maybe it should be compile using gcc not g++.