c++ - How to change dll location to subdirectory in Codelite? -
im using codelite ide , build test.exe gui application. when started application got error dlls missing. found dll , put in folder test.exe, , working now. dlls there mess in main folder.
how move dlls sub directory application still work, except add folder in path?
you need change path
environment variable make work in codelite, add line similar from: settings->environment variables
path=$path;c:\path\to\my\dll\folder
ofc, replace c:\path\to\my\dll\folder
actual path want dlls placed
eran
Comments
Post a Comment