News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

"How to create a new project" wiki page

Started by Alpha, August 18, 2011, 04:55:49 AM

Previous topic - Next topic

Alpha

I noticed that the "How do I create a new project" in the wiki has said "coming soon" for quite some time, so I spent some time and wrote a page for it.  Before I add a link to it, could someone please read over it and tell me what you think?

Thanks.

ollydbg

Quote from: Alpha on August 18, 2011, 04:55:49 AM
I noticed that the "How do I create a new project" in the wiki has said "coming soon" for quite some time, so I spent some time and wrote a page for it.  Before I add a link to it, could someone please read over it and tell me what you think?

Thanks.
Very nice contribution. I believe the word "coming soon" exists for more than two years.

When reading Creating a new project - CodeBlocks, I just think that the images should be arranged, e.g. all the images should be follow the text or above the text. Letting the image and text mixed together is not quite good. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Alpha

Thanks, I will see what I can do to organize the formatting.

Alpha

I have moved the images to follow the text and added a link on the main page.

By the way, does anyone know why the wiki posts the following error for thumbnail images of all the pictures I uploaded?

Error creating thumbnail: /srv/wiki.codeblocks.org/bin/ulimit4.sh: line 4: /usr/bin/convert: No such file or directory

Jenna

Quote from: Alpha on August 19, 2011, 08:35:34 PM
I have moved the images to follow the text and added a link on the main page.

By the way, does anyone know why the wiki posts the following error for thumbnail images of all the pictures I uploaded?

Error creating thumbnail: /srv/wiki.codeblocks.org/bin/ulimit4.sh: line 4: /usr/bin/convert: No such file or directory

It's a missing binary to batch-convert images from commandline in linux.
It has to be installed by someone who has root-access to the server.
As far as I know, the only one who can install the package (graphicksmagic) is Yannis.