SFML community forums

Help => General => Topic started by: joknatson on May 11, 2013, 07:06:19 pm

Title: [VS2012] Linked to sfml-main.lib and Release is STILL looking for WinMain.
Post by: joknatson on May 11, 2013, 07:06:19 pm
As the title states, I've correctly linked to sfml-main.lib for Release but I'm still getting a linker error asking for WinMain (SubSystem is set to Windows). Confusing thing is I've also linked to sfml-main-d.lib for Debug, and Debug compiles just fine (with no console as expected)!

Using VS 2012. Any thoughts? I've searched endlessly =\

-joknatson
Title: Re: [VS2012] Linked to sfml-main.lib and Release is STILL looking for WinMain.
Post by: joknatson on May 19, 2013, 10:55:08 pm
Bumping.

Am I in the wrong topic?
Title: Re: [VS2012] Linked to sfml-main.lib and Release is STILL looking for WinMain.
Post by: Laurent on May 20, 2013, 08:57:17 am
Can you post your project file?