About Store Forum Documentation Contact



Post Reply 
Visual Studio 2012 RTM
Author Message
fatcoder Offline
Member

Post: #1
Visual Studio 2012 RTM
If possible, can you add VS2012 support to the tutorial projects. It is a hassle to always have to add /SAFESEH:NO to the linker options every time I want to run one of the tutorials after an update.
09-18-2012 12:41 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Visual Studio 2012 RTM
thank you, I have not tried the 2012 yet, but I'll surely do so, added it to the roadmap
09-18-2012 04:08 PM
Find all posts by this user Quote this message in a reply
Skykill Offline
Member

Post: #3
RE: Visual Studio 2012 RTM
Hello, i have recently converted my project to Visual Studio 2012 (the last week) which is based on Ineisis Online, and i don't have expected any issue right now with the engine (only a bug with std::function, but it's related to Visual Studio). It was mainly for use C++11 features like threads. It should work if you create a new project, and add /NODEFAULTLIB with the libs from the Visual Studio 2010 project, if i don't have modified anything else.
09-18-2012 10:45 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #4
RE: Visual Studio 2012 RTM
With the c++11 support is VS2012 a better choice... but somehow i don't like the UI that much..

There is always evil somewhere, you just have to look for it properly.
11-07-2012 06:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skykill Offline
Member

Post: #5
RE: Visual Studio 2012 RTM
I'm using it everyday (after having used Visual Studio 2010 for more then 1 year) and this isn't a problem for me, if you modify the color scheme pfft. http://img.bh.gs/VS2012_Desktop.jpg. Since i'm always learning C++, it's probably better to learn the new language features then stick with the old one, so i will not have to do that in some years smile.
11-09-2012 02:14 AM
Find all posts by this user Quote this message in a reply
kevindekever Offline
Member

Post: #6
RE: Visual Studio 2012 RTM
Hi, please add the Option to the CodeEditor too. Cannot build/start the project within EE 2.0 using VS2012Express (64bit support for Express). Pathsettings supports only VS08/VS10!
Thx
01-17-2013 02:44 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Visual Studio 2012 RTM
Thank you for the feedback. I'll look into this ASAP
01-17-2013 11:18 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Visual Studio 2012 RTM
This should work ok in next release.
01-17-2013 11:34 PM
Find all posts by this user Quote this message in a reply
Post Reply