I copied the DLL file next to my exe in my project folder called debug.
It worked but when I try and move it to another folder next to the exe file it cannot find it
My system PATH and the environment path(where I click properties and go into debug then environment in visual basics) I have properly put them already with the path that links to the folder but not the file directly.
The output showed -1073741511 Entry point not found
It’s sfml dll’s that I’m using