Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Denis9899 on July 10, 2019, 12:44:48 pm

Title: Does CB read .inp files?
Post by: Denis9899 on July 10, 2019, 12:44:48 pm
I tried to use CB to compile this project https://github.com/davidhoover/DNAWorks (https://github.com/davidhoover/DNAWorks)
It has a DNAWORKS.inp file. CB builds project without errors, but when I run the app it writes "Where is the inputfile DNAWORKS.inp?" How to manage this problem?
Title: Re: Does CB read .inp files?
Post by: Miguel Gimenez on July 10, 2019, 02:12:17 pm
The best option is copying the .inp file where the .exe is and changing project setup (Project -> Properties -> Build targets) so "Execution working dir" is the same specified in "Output filename" with the executable name removed
Title: Re: Does CB read .inp files?
Post by: oBFusCATed on July 11, 2019, 12:03:19 am
It will work fine if you set the working dir to be matching where the app is expecting its input files. There is no need to move inputfiles anywhere (if it works from a terminal of course).