1
DotNet / Re: How to connect SFML.NET to Visual Studio 2012?
« on: August 28, 2013, 09:39:42 pm »csfml-window2.dll, csfml-graphics2.dll and csfml-audio2.dll are NATIVE dll's. You should add to references only MANAGED libraries (sfmlnet-window2.dll, sfmlnet-graphics2.dll and sfmlnet-audio)2.dll . NATIVE dlls must be in working directory.Thanks. Solved.
Actually i don't underastand dll mapping,
I added all libs to my project, at extlib folder and made them always copy.
Added config file.
Map to /extlib/ (<dllmap dll="csfml-graphics-2.dll" target="/extlibs/csfml-graphics-2.dll"/>
Still Error.
So i just added this 5 libs tothe root of my project and made them copy themselfs as a content.