About Store Forum Documentation Contact



Post Reply 
Create project in Visual Studio 2012
Author Message
Babulesnik Offline
Member

Post: #1
Create project in Visual Studio 2012
How to create a project in Visual Studio 2012 ? Maybe someone faced with such a situation.I know that this is a "Roadmap",but I do not know when it will be implemented.
12-15-2012 10:08 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: Create project in Visual Studio 2012
Just open the 2010 solution, let it convert the project and add "\SAFESEH:NO" (without the "") to the linker command line options.
12-15-2012 10:11 PM
Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #3
RE: Create project in Visual Studio 2012
(12-15-2012 10:11 PM)Tottel Wrote:  Just open the 2010 solution, let it convert the project and add "\SAFESEH:NO" (without the "") to the linker command line options.

Thanks Tottel !
12-15-2012 10:21 PM
Find all posts by this user Quote this message in a reply
Skykill Offline
Member

Post: #4
RE: Create project in Visual Studio 2012
Create a new project, add the libs "msvcprtd.lib;msvcrtd.lib;winmm.lib;ws2_32.lib;imm32.lib;psapi.lib;rpcrt4.lib;ver​sion.lib;iphlpapi.lib;%(AdditionalDependencies)" + the Esenthel one with /NODEFAULTLIB also work for me (it's the debug one, remove the letter "d" at the end of the two first for release).
12-16-2012 02:07 AM
Find all posts by this user Quote this message in a reply
Post Reply