Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mosfet on February 21, 2008, 02:22:41 pm

Title: multi platform concept in CB ?
Post by: mosfet on February 21, 2008, 02:22:41 pm
I just wanted to say thank you to CodeBlocks developpers to finally decide to release the great CB.
I have a question about CB, does it handle a "platform configuration".
I mean , let' say I am developping for symbian. on this platforms we have several SDK, so inside CB would it be possible to switch from a SDK to another.
For instance in Visual Studio you can choose between Windows Mobile6 or Windows mobile 5.
Do you have the same concept ?
Would it be difficult to implement it ?

Actually a platform is just a way to compile the same source code with a different compiler...

No one can answer? Maybe my question is really stupid but in this case, do not hesitate to tell me...

Title: Re: multi platform concept in CB ?
Post by: stahta01 on February 28, 2008, 07:34:44 am
Might want to ask in the using Code::Blocks forum.

http://forums.codeblocks.org/index.php/board,3.0.html
Instead of the developers of Code::Blocks Forum; which is not for user questions.

Tim S
Title: Re: multi platform concept in CB ?
Post by: mandrav on February 28, 2008, 08:41:33 am
Quote
I mean , let' say I am developping for symbian. on this platforms we have several SDK, so inside CB would it be possible to switch from a SDK to another.

If I understand you correctly, the closest thing to this is global variables sets. See "Settings->Global variables".