-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual studio express upgrade 2008 => 2012 #136
Comments
ghost
assigned M-F-K
Aug 1, 2013
Agreed. |
ghost
assigned DarthMike
Sep 23, 2013
DarthMike
pushed a commit
that referenced
this issue
Sep 23, 2013
Changes to code: 1. Include order in some parts was not proper 2. Include loop happened between defines, debugAPI and IND_Timer.
DarthMike
pushed a commit
that referenced
this issue
Sep 23, 2013
…n SDL 2.0 Added new binary SDL2.dll built with VS2012
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
[win]Added TMX classes to project. Needed to disable a VC++ compiler waring on TMX classes
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
…arnings treated as errors in a hacky way. Base64 conversion is not to be trusted on x64 machines...
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
Moved render method to TMXMapManager, so clients just need to render using a surface. The API needs more improvement, as no surface should be needed. Maybe. Needed to expose IND_Render to TMXMapManager, as we do for Entity managers.
VC2012 set up to this point for Indielib and tests. Will sort out tutorials and take a look at editor compile state. |
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
Tutorials setup up to this point. Editor code compiles, linker error. Will sort it out in another tast. Now I'm going to check OSX and Linux, to be sure nothing is broken, as I had to change some code. |
DarthMike
pushed a commit
that referenced
this issue
Sep 28, 2013
Changed. Wiki upated, tutorial 01 updated. Changes are on master already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The use of visual studio express 2008 is pretty stoneage, - we need to get into this century regarding the windows compile setup:
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
Read more here:
http://stackoverflow.com/questions/14279457/are-visual-studio-2008-and-visual-studio-2012-solutionscompatible
http://stackoverflow.com/questions/15310924/vs-2012-solution-and-projects-incompatible-with-vs-2010
On a side note, - Javier posted some links in the forum about this topic, and as far as I remember the links also talked about another topic one should be aware off regarding this upgrade. I think it was something about that the newer version of vs express have the possibility of a more finegrained ?import? setup? ... something that now not only could be set on the toplevel (solution) but also on the projects themselves... well I am guessing here...
Brush up the install part in the wiki. This should be simple todo.
Brush up the install tutorial ( simple tutorial 1) - we need to go through all the tutorials at one point but this one is very critical.
The text was updated successfully, but these errors were encountered: