Original Post
So here's the situation: I had a project on my previous computer which used a native library (libtcod, if it matters) and it's .net wrapper. I put it on a googlecode SVN and then,of course, the computer died a horrible fiery death. Now I've got a new computer assembled and tried checking out the project, but no matter what I do, I get a DllNotFoundException when I try to run it.The setup before was to include the native lib and the wrapper in the root of the project and reference the wrapper. I've tried moving them around in the project, I've tried removing and re-adding the reference, changing build actions and Copy settings (they are set to "Content" and "Copy Always" as I think they should be, for both.). I'm running out of ideas. Anybody got one? Preferably something that would allow it to work even when moved between computers via SVN as I develop on several.