gdt050579 / GView

GView is a cross-platform framework for reverse-engineering. Users can leverage the diverse range of available visualization options to effectively analyze and interpret the information.
MIT License
39 stars 15 forks source link

VCPKG dependencies (DLLs) not properly copied for every configuration #320

Open gheorghitamutu opened 1 month ago

gheorghitamutu commented 1 month ago

On Windows the Debug build requires Release DLLs (sdl2_ttf.dll instead sdl2_ttfd.dll) and the program crashes at runtime. This should be updated according to the build type.

The current workaround is just to copy them into the build folder from vcpkg build location.