Author Topic: how to use SDK in C::B  (Read 4830 times)

minsky

  • Guest
how to use SDK in C::B
« on: August 24, 2009, 01:00:56 pm »
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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: how to use SDK in C::B
« Reply #1 on: February 01, 2011, 02:08:33 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.


Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: how to use SDK in C::B
« Reply #2 on: February 01, 2011, 02:38:55 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 ??
« Last Edit: February 01, 2011, 02:51:38 pm by ollydbg »
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.