Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML.NET x64 Mono on Windows  (Read 2156 times)

0 Members and 1 Guest are viewing this topic.

smpsnr

  • Newbie
  • *
  • Posts: 6
    • View Profile
SFML.NET x64 Mono on Windows
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML.NET x64 Mono on Windows
« Reply #1 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?
Laurent Gomila - SFML developer

smpsnr

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: SFML.NET x64 Mono on Windows
« Reply #2 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.

 

anything