I was searched for answers, but can't find them. My problem is that when I try to launch SFML project in Visual Studio 2010 in Win32 it writes me "error LNK2019", but when I am launching it on x64 it's works correctly. How I should be?
Asked
Active
Viewed 27 times
0
-
SFML have only 1 type of libs. There is no x64 or x32 libs. – Denis Kushnirenko Nov 14 '14 at 18:39
-
that is demonstrably not true – PeterT Nov 14 '14 at 19:24
-
look at this: http://i.imgur.com/3zZ8T2c.png – PeterT Nov 14 '14 at 19:26
-
Sorry for my stupidnes. Thank you, now it works) – Denis Kushnirenko Nov 14 '14 at 19:33