Hey Groogy!
Yeah, I just didn't "see it"
Actually, I do have another issue with this.
At first, I built the .NET libraries using the batch file, which yielded x64 assemblies (running Windows XP Pro x64).
So, I included those in my references and added a the 5 SFML dlls as "Copy if newer" so that they would be found in the debug/release folders easily by the .exe.
Then, as I tried to run the project, it said it couldn't find the dlls. I noticed there was an extra "c" at the beginning of the name in the error message, so I renamed the dlls and it worked!
But now I recompiled the .NET assemblies into x86 and whatever I name the dlls it always complains that it cannot find them, even though they are still there. Any specific direction I should be searching towards to fix this ?
Thanks!