View Single Post
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#14
Originally Posted by nicolai View Post
@jackburton

Yes, this should be easy.
Setting up the scratchbox development
envrionment is much more difficult than writing this app.

I don't know the qtmobility api for the calendar. But installing
QtCreator and making a simple commandline application should be
easy. The calendar-backend uses C++ as well, so it is easier to use
this from Qt code than for a gtk+ application for example.


nicolai
Hi Nicolai.

I have finally gotten around to trying out some C++ and Maemo Dev. My first task is to try to work with the calendar api has you have mentioned.

I downloaded the Nokia Qt SDK, which comes with Qt Creator and other things.

I loaded up the sample calendar application referenced in this thread by Khertan that is hosted at the Nokia dev forum.
http://wiki.forum.nokia.com/index.ph...lendar_example

I load the project into the Qt Creator, but it cannot resolve the headers for the calendar api.

This includes the CCalendar.h, CMulticalendar.h, CEvent.h, etc. files where the api is defined.

Does the Nokia Qt SDK come with the full dev API or am I going to have to use the Maemo SDK itself for this?

Thanks!