User forums > Using Code::Blocks
Having Problems with Release build options and doxygen. Please correct me
neo1691:
Hey folks ;D
I am working on a win32 console project (using C) that during runtimes depends on two .txt files.
Also i have configured my project with autoversioning and changelog.
But when choose the build target as release and compile the project, only the .exe file is generated and it never works as the .txt files are never there in it.
I have tried using the dependency option in project>properties>build options and have added the text files and also the path to both additional output files and external dependencies files, but still no effect.
So how can i do that such that i get a release folder contain a complete distributable package which i can distribute directly to my friends.
And i ran the doxywizard and gave all the necessary details regarding the path of the source code and logo, and when it completed it just gave me a blank html file containing just the name of my project and the link to doxygen!!
How to make them work!!
MortenMacFly:
--- Quote from: neo1691 on February 16, 2012, 10:49:39 am ---How to make them work!!
--- End quote ---
Wrong project setup: Adjust the path, where the application shall be executed in: Project settings -> execution folder.
neo1691:
--- Quote from: MortenMacFly on February 16, 2012, 12:23:48 pm ---
--- Quote from: neo1691 on February 16, 2012, 10:49:39 am ---How to make them work!!
--- End quote ---
Wrong project setup: Adjust the path, where the application shall be executed in: Project settings -> execution folder.
--- End quote ---
okay i almost got it!!
i am supposed to select the folder that i want and then manually add other files that are needed in that folder..
MortenMacFly:
--- Quote from: neo1691 on February 16, 2012, 12:34:31 pm ---i am supposed to select the folder that i want and then manually add other files that are needed in that folder..
--- End quote ---
This folder is the one, where your application starts up (not necessarily where it is in!). So, if you application cannot find a file because it's not in the folder where the application is startup, this option is there to adjust the startup-folder. It's often used, if you application resources are not in the folder, where you compile your application into. If you you use relative path's in your apps, the resources wouldn't be found then.
neo1691:
--- Quote from: MortenMacFly on February 16, 2012, 03:01:30 pm ---
--- Quote from: neo1691 on February 16, 2012, 12:34:31 pm ---i am supposed to select the folder that i want and then manually add other files that are needed in that folder..
--- End quote ---
This folder is the one, where your application starts up (not necessarily where it is in!). So, if you application cannot find a file because it's not in the folder where the application is startup, this option is there to adjust the startup-folder. It's often used, if you application resources are not in the folder, where you compile your application into. If you you use relative path's in your apps, the resources wouldn't be found then.
--- End quote ---
Okay gotcha!!
but one more thing popped up!!! Its about the changelog..
When i click write changeLog, it just appends in the text file in the same line without going to the next line.. it looks very ugly!!
Navigation
[0] Message Index
[#] Next page
Go to full version