Build Options - "Executable output directory"
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Dev-Cpp 4.9.9.1 on WinXp
Project Options/Build Options
If you browse to the folder, c:\project\release for
example, Dev-Cpp puts "release" in the "Executable
output directory" field. This gives a Warning message
"Unable to create directory. Please check your
settings". Replacing "release" with the full path
clears this Warning message.
Dev-Cpp compiles the project in the correct folders,
inspite of the Warning message...
The "Object output directory" field doesn't behave this
way.
Tony
biomass@earthlink.net
Logged In: YES
user_id=609236
In my tests selecting it with directory browser on the right
works
or you could put ..\projects\release
for now