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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -