Hello friends!
I am trying to create a multi-platform game using sfml in c#, and so far everything works except one thing: the sfmlnet assembly cannot find the csfml ones, and throws a DllNotFoundException. I am using ubuntu linux and mono / monodevelop to create the program, so of course I use the linux csfml libraries.
I mapped the name to the dll withing mono successfuly, so the sfmlnet dll searches for the right file, without finding it.
I tried mapping the entire path, putting the dlls (absolutely all of them) in the same folder as the executable, with no avail.
If anyone know why the csfml dlls are not found (cause it it cranking me up :p ), I would be very grateful
Many thanks,
Alex