SFML community forums

Bindings - other languages => DotNet => Topic started by: smpsnr on February 25, 2014, 08:40:21 pm

Title: SFML.NET x64 Mono on Windows
Post by: smpsnr on February 25, 2014, 08:40:21 pm
The 64bit version of SFML.NET does not run in Mono on Windows - you get the good old DllNotFoundException: csfml-window-2

Not sure what the problem is (maybe CSFML needs to be recompiled for x64?), but thought I'd post this in case anyone else is going crazy. The 32bit version works fine.
Title: Re: SFML.NET x64 Mono on Windows
Post by: Laurent on February 25, 2014, 08:57:39 pm
Are you sure that the system correctly picks up the 64-bits version of CSFML, and not the 32-bits DLLs?
Title: Re: SFML.NET x64 Mono on Windows
Post by: smpsnr on February 26, 2014, 01:40:06 am
Yeah - getting the problem both with the CSFML DLLs packaged with SFML.NET 64bit and the CSFML 64bit standalone release. When I replace them with the 32bit CSFML DLLs it works.