Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RadicalEd

Pages: [1]
1
DotNet / Re: SFML add-on for Visual Studio
« on: July 17, 2013, 05:58:39 pm »
I made an update :

- Folder name fix.
- Project Default name work.

Unfortunelty, i disable the Visual Studio 2012 compatibility because it doesn't consider the DefaultProjectName property and it cut a part of the MSBuild process that allow users to be Platform independant.

I don't know why the template not work with Visual Studio 2012. I suspect the Visual Studio 2010 SDK i use to be not really compatible with Visual Studio 2012.

Of course i will do my best to find the solution ;)

Have fun !

2
DotNet / Re: SFML add-on for Visual Studio
« on: July 17, 2013, 04:32:32 pm »
This is actually a great way to start, so my thanks to you!

At your service ;)

There is an other bug with Visual Studio 2012.
The template is define to work with .Net 2.0 to 4.0, with Visual Studio 2012 by default it select .Net 4.5 and with AnyCPU build the game start fail with a BadImageFormatException ... rofl !

I've got an other bug, the name of the game project is'nt correctly set.

This extension need a little more work ;)

3
DotNet / Re: SFML add-on for Visual Studio
« on: July 17, 2013, 04:14:44 pm »
Only thing is that the folder Libraries is spelled "Librairies".  :)

Oups  ;D
Sorry for that !

I will make an update ASAP ;)


Pages: [1]
anything