SickheadGames / Torsion

The TorqueScript IDE for Torque engine games and mods.
http://www.sickheadgames.com
Other
36 stars 36 forks source link

Add VS2015 Support #7

Open tomspilman opened 8 years ago

tomspilman commented 8 years ago

Currently Torsion is setup to compile using Visual Studio 2003.

We need to replace the existing VS project and solution with one that works with the new VS2015 release.

We can consider adding support for older VS releases as well, but we need to keep it to a minimum.

velteyn commented 8 years ago

Hello, I put myself into this but I got a compiler error about this inport CMarkupSTL

include "MarkupSTL.h"

I cannot find Is it a closed source library ? i found it here Torsion\XmlFile.h

tomspilman commented 8 years ago

Is it a closed source library ?

Yes... we have an open issue to replace it with TinyXML. See https://github.com/SickheadGames/Torsion/issues/1.

yurembo commented 7 years ago

Hello all! I have a Torsion licence. Yep, some years ago I bought it from SickHead. And now I wanna build Torsion from a source. I installed VS 2003. I included MarkupSTL.h and MarkupSTL.h to the project but after compillation I have an error: "Torsion fatal error LNK1104: cannot open file 'wxbase26d.lib'" Do I need wxWidgets?

yurembo commented 7 years ago

I have compiled Torsion but this is shut down just after start

velteyn commented 6 years ago

Torsion was a commercial project before opening it up. Maybe some licensing code is still alive and wants a valid license. Is your license correctly installed ? The license system , if present, should be removed !

yurembo commented 3 years ago

This question was asked a long long time ago... However, yes, I have a correct Torsion license, and it works fine as before.