Author Topic: Does CB read .inp files?  (Read 2471 times)

Denis9899

  • Guest
Does CB read .inp files?
« on: July 10, 2019, 12:44:48 pm »
I tried to use CB to compile this project 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?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1564
Re: Does CB read .inp files?
« Reply #1 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Does CB read .inp files?
« Reply #2 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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]