Author Topic: multi platform concept in CB ?  (Read 3886 times)

Offline mosfet

  • Multiple posting newcomer
  • *
  • Posts: 23
multi platform concept in CB ?
« 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...

« Last Edit: February 25, 2008, 11:25:31 am by mosfet »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: multi platform concept in CB ?
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: multi platform concept in CB ?
« Reply #2 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".
Be patient!
This bug will be fixed soon...