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

Author Topic: LNK1107 error in visual studio  (Read 504 times)

0 Members and 1 Guest are viewing this topic.

Proger

  • Newbie
  • *
  • Posts: 1
    • View Profile
LNK1107 error in visual studio
« on: September 23, 2023, 11:25:40 pm »
I want to use sfml 2.6.0, but when i start program, it's return error Error LNK1107 invalid or corrupted file: unable to read by 0x378. I tried to repair this by making some files lib(sfml-window-d-2.dll, sfml-system-d-2.dll) but it's not worked.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: LNK1107 error in visual studio
« Reply #1 on: September 26, 2023, 07:56:01 am »
You need to link against the LIB files that come with the SFML download and not the DLL files
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/