Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Curlybrace

Pages: [1]
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.

2
DotNet / Re: How to connect SFML.NET to Visual Studio 2012?
« on: August 28, 2013, 08:58:26 pm »
Bump.

I cannot resolve this issue even with x86.

Seems its a standart problem. What i am doing wrong? I can't add external libraries to my probject. I am using C#.

Should i rebuild this libs or something?

Pages: [1]
anything