SFML community forums

Bindings - other languages => DotNet => Topic started by: Fayte220 on November 30, 2015, 10:22:55 pm

Title: DLL Loading problem in C#
Post by: Fayte220 on November 30, 2015, 10:22:55 pm
I have an engine I made in C# I was using SFML.NET 2.1 and I recently upgraded it to 2.2 and I get this error http://prntscr.com/971p71 I have all the DLL's that came with the Zip replaced with the old 2.1 DLL's and the engine is recompiled with the 2.2 libraries. I even downloaded the GitHub one and compiled it to my settings and still I get that error.

Build is x86 <------ Not AnyCPU

EDIT!:
I have solved the issue, since my engine uses scripting I had to tell my compiler not to try and load the C++ DLL's (since there are more than 2.1 now)
Title: Re: DLL Loading problem in C#
Post by: Hapax on November 30, 2015, 11:50:10 pm
I have solved the issue
Good to hear, and welcome to the forum!  :)