Hi Lucian. I was able to use the Remote Compiler as late as a week ago (mid October). However, for the last couple of days, I have not been able to use the Remote Compiler. Qt Creator is not able to...
Type: Posts; User: symbiansamuli; Keyword(s):
Hi Lucian. I was able to use the Remote Compiler as late as a week ago (mid October). However, for the last couple of days, I have not been able to use the Remote Compiler. Qt Creator is not able to...
Hi Izinin. Thank you for the reply. I found out following:
- You really have to put Q_DECLARE_METATYPE(IAPClient::ProductDataList) in the code, otherwise productDataReceived slot does not get...
Hi, I would have two problems when I'm using the Qt IAP API. My device is Nokia N8 and I have installed the latest IAP (3.23.007) API and the simulator to the device and am using the same version of...
There is a simple workaround for this problem: You can use QFile::copy API to store the sound from the resource to a local file on disk first, then play from the file using QSound. However, there are...
I assume that QT Creator adds STDCPP to .mmp files by default on Symbian? Otherwise the Symbian C++ new does not throw, but returns a NULL pointer.
In Symbian C++ we used to do many tricks to ensure that the application behaves well in out of memory situations (Cleanup Stack, two step construction, TRAP etc.).
Nokia's QT examples on the other...
I had the same cpp file twice in my mmp file. Because of this I got the strange .d file does not exist error.
Hi, I use Carbide c++ v 2.0 OEM edition.
I have RVCT 2.2. installed. I can build my project OK on command line with "abld build armv5 udeb/urel".
When I import my project in Carbide, emulator...