Skip to content
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

Closed
M-F-K opened this issue Aug 1, 2013 · 4 comments
Closed

Visual studio express upgrade 2008 => 2012 #136

M-F-K opened this issue Aug 1, 2013 · 4 comments
Assignees
Milestone

Comments

@M-F-K
Copy link
Collaborator

M-F-K commented Aug 1, 2013

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

  1. The solution file(s) need to be upgraded. As far as I know it "should" be pretty simple, a version number needs to be incremented.

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...

  1. Brush up the install part in the wiki. This should be simple todo.

  2. 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.

@ghost ghost assigned M-F-K Aug 1, 2013
@vncastanheira
Copy link

Agreed.

@ghost 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
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.
@DarthMike
Copy link
Owner

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
@DarthMike
Copy link
Owner

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
Copy link
Owner

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
Projects
None yet
Development

No branches or pull requests

3 participants