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

Author Topic: DLL Loading problem in C#  (Read 2158 times)

0 Members and 1 Guest are viewing this topic.

Fayte220

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
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)
« Last Edit: November 30, 2015, 10:53:16 pm by Fayte220 »

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: DLL Loading problem in C#
« Reply #1 on: November 30, 2015, 11:50:10 pm »
I have solved the issue
Good to hear, and welcome to the forum!  :)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything