News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

how to use SDK in C::B

Started by minsky, August 24, 2009, 01:00:56 PM

Previous topic - Next topic

minsky

Hello all,

I´m using CodeBlocks for developing wxWidgets apps. Now I would like to configure it for developing wx apps for mobile devices.
Can you advice me how to setup CB with WinCE/Mobile SDK ?

Thank you

Jenna

Quote from: bontoy on February 01, 2011, 12:37:07 PM
you can search it on goggle..
i think you can find a lot of info their..
I removed the ad from your signature.
Our forum rules do not allow commercial ads in signature or elsewhere.


ollydbg

#2
Quote from: jens on February 01, 2011, 02:08:33 PM
Quote from: bontoy on February 01, 2011, 12:37:07 PM
you can search it on goggle..
i think you can find a lot of info their..
I removed the ad from your signature.
Our forum rules do not allow commercial ads in signature or elsewhere.


@jens
I guess he/she is a spam robot :D, see Re: Code::Blocks for the Pocket PCs/SmartPhones ??
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.