News:

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

Main Menu

Just wondering are there any step-by-step guidelines on setting up all wizards?

Started by lucky7456969, April 04, 2014, 06:32:27 AM

Previous topic - Next topic

lucky7456969

in codeblocks.

Like DirectX, Glut, openGL etc
:) just kinda greedy, want to setup everything.
Thanks
Jack

ollydbg

What do you mean by "setting up all wizards"?
I don't know what you want to do.
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.

MortenMacFly

Quote from: ollydbg on April 04, 2014, 06:39:11 AM
What do you mean by "setting up all wizards"?
Probably he means to have the pre-filled with path or alike.

Well for ths you must go step-by-step though each wizard. C::B stores the settings of the last wizard per wizard run automatically.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

pieman

He wants tutorials on HOW to fill them, obtain their dependencies (like the DXSDK, GLEW, GLUT, Ogre, SDL) and so forth.
I like pie.