1
DotNet / Re: [SOLVED] How to use SFML.NET on linux/mono?
« on: November 03, 2015, 12:14:48 am »
Sorry for bumping, but I didn't feel this deserved it's own thread.
Is there a good way to do this when you have your dlls in multiple directories? For instance, a "win" directory for the Windows SFML dlls, and a "linux" directory, etc. I tried making *.dll.config files by specifying "target="win\csfml-system-2.dll"" but that didn't seem to work.
Also, besides making *.dll.configs for all of the dlls, is there a way to just probe for a directory on a specific OS? Right now my probing is just set to "<probing privatePath="lib;lib\win" />" and all the DLLs, both the sfmlnet and the csfml are in the same directory, and of course that won't run outside of Windows.
Sorry for asking, but I've been trying tons of configurations and looking up stuff for hours and I can't figure this out.
Is there a good way to do this when you have your dlls in multiple directories? For instance, a "win" directory for the Windows SFML dlls, and a "linux" directory, etc. I tried making *.dll.config files by specifying "target="win\csfml-system-2.dll"" but that didn't seem to work.
Also, besides making *.dll.configs for all of the dlls, is there a way to just probe for a directory on a specific OS? Right now my probing is just set to "<probing privatePath="lib;lib\win" />" and all the DLLs, both the sfmlnet and the csfml are in the same directory, and of course that won't run outside of Windows.
Sorry for asking, but I've been trying tons of configurations and looking up stuff for hours and I can't figure this out.