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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Fayte220

Pages: [1]
1
DotNet / DLL Loading problem in C#
« 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)

Pages: [1]