ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Replace CSTDMF library. #15

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

CSTDMF seems to be a general purpose library the engine uses to do things from threading to debugging and also common tasks. This library is old and do not have a proper source code that we can use to re compile the library, this is causing that we can not create the .lib with a recent date and the engine can not run as it throw an error with an expired date and other related messages. This library needs to be updated ASAP, as it is we will not be able to distribute or release the engine for the public as they will have to change their computer date to something before July 2008 in order to run it, this is a big problem.

ZeroCool940711 commented 5 years ago

On the new 2.0.1 version of the engine we do have the source code of this library but it still needs to be upgraded to something that we could have more control of and more modern.