

If you take the time to try and help me I appreciate it. I went through a bunch of google searches, tried a bunch of fixes and nothing seems to work. dll's next to the project dll, as well as the linux. Here is a picture of my projects layout (where all the files are in relation to each other). Private static void OnClosed(object sender, EventArgs e)

RenderWindow window = (RenderWindow) sender Private static void OnKeyPressed(object sender, KeyEventArgs e) Window.KeyPressed += new EventHandler(OnKeyPressed) Window.Closed += new EventHandler(OnClosed) Window = new RenderWindow(new VideoMode(1280, 720), "Game")

This is my Program.cs file: using System home/kas/Documents/CodeProjects/HelloSharp/Program.cs:line 13 Mode, IntPtr Title, Styles Style, ContextSettings& Params)Īt (VideoMode mode, String title,Īt (VideoMode mode, String title)Īt (String args) in Chapter 1: C++, SFML, Visual Studio, and Starting the First Game. 'csfml-graphics-2': The specified module or one of its dependenciesĪt _createUnicode(VideoMode Unhandled Exception: System.DllNotFoundException: Unable to load DLL So the dll map should work, though I still get this error when I try to run. I am trying to run SFML.NET on arch linux and I have two dll.config files in my project called and.
