darclander / starBackground

A self-made wallpaper engine which turns your windows wallpaper into a moving background.
GNU General Public License v3.0
20 stars 4 forks source link

The procedure entry point _ZSt28__throw_bad_array_new_lengthv could not be located in the dynamic link library. #10

Closed Spencer1O1 closed 1 year ago

Spencer1O1 commented 1 year ago

I included the SDL2.dll with the executable file, and I still got this error. Any ideas why? Does the code still work? I'm trying to port something like this to Rust so any feedback would be appreciated.

Spencer1O1 commented 1 year ago

I watched your video and saw that the DLLs for libgcc and libstdc++ are also required. Maybe just update the readme for people in the future, thanks. Code works great!

darclander commented 1 year ago

I watched your video and saw that the DLLs for libgcc and libstdc++ are also required. Maybe just update the readme for people in the future, thanks. Code works great!

Wow this is awesome information! Thank you so much for commenting and opening an issue! I will take a look at it :D

darclander commented 1 year ago

I have now updated the readme to include all required dlls. :D https://github.com/darclander/starBackground#required-dlls