1
SFML projects / Re: [Release][GUI] ImGui-SFML
« on: July 19, 2020, 08:16:34 pm »
Hello,
I used to work with Imgui 1.61 and SFML 2.5.0 (and your interface but can't remember the version), and I decided to update to Imgui 1.77, SFML 2.5.1 and imgui-sfml 2.1 but I have the following error when my program opens :
In the ouput I have :
Do you have any idea of what's going wrong ?
I used to work with Imgui 1.61 and SFML 2.5.0 (and your interface but can't remember the version), and I decided to update to Imgui 1.77, SFML 2.5.1 and imgui-sfml 2.1 but I have the following error when my program opens :
Quote
The procedure entry point ??0Cursor@sf@@QAE@XZ could not be located in the dynamic link library.
In the ouput I have :
Quote
Exception thrown at 0x77CF36F0 (ntdll.dll) in Test.exe: 0xC0000139: Entry Point Not Found.
The program '[0x1D90] Test.exe' has exited with code -1073741511 (0xc0000139) 'Entry Point Not Found'.
Do you have any idea of what's going wrong ?