c++ - How to compile a program in wxSmith ( Codeblocks ) with all the libraries? -



c++ - How to compile a program in wxSmith ( Codeblocks ) with all the libraries? -

i have created programme in codeblocks (wxwidgets application) have compiled , runs when executed codeblocks interface ....however when go release folder , run executable gives me *.dll file errors :/ how create programme ?

there's chance code:blocks has default setting executable path includes path libraries. windows finds dlls using path environment variable ensure application works within codeblocks.

however in order run outside codeblocks you'd need either re-create dependencies directory holds application or you'll have set path variable include directories hold dependencies.

c++ visual-c++ wxpython wxwidgets codeblocks

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -