SFML community forums

Bindings - other languages => DotNet => Topic started by: Falke88 on August 09, 2014, 09:46:56 am

Title: [Rookie] FormatException Build Error - Setup Try
Post by: Falke88 on August 09, 2014, 09:46:56 am
Hey Guys!

I roamed to threads there with the exact Problem I have. Still I can't find the solution for my problem since I'm sure I use anything just right.

I'm on a 64 bit machine therefore I'm using the 64x libs..

I also added CSFML etc. as u can see in the screenshot.

Still theres this compliler error - occuring after I tried to setup a window (like tutorial tells me)

(http://image-upload.de/image/FECkcb/363e31c32f.jpg)

Please give me a hint what i'm missing here buddys !


greets Charlie
Title: Re: [Rookie] FormatException Build Error - Setup Try
Post by: Laurent on August 09, 2014, 03:01:29 pm
Make sure that SFML, CSFML and SFML.Net are all compiled for 64-bits.
Title: Re: [Rookie] FormatException Build Error - Setup Try
Post by: Ztormi on August 09, 2014, 05:58:52 pm
If you're using x64 libs make sure your project's build configuration is set to x64 from configuration manager (it's Any cpu by default)
Title: Re: [Rookie] FormatException Build Error - Setup Try
Post by: Falke88 on August 09, 2014, 10:30:23 pm
Thanks Bros ! now it works :)