Babulesnik
Member
|
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 |
|
Tottel
Member
|
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 |
|
Babulesnik
Member
|
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 |
|
Skykill
Member
|
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;version.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 |
|