Please IGNORE the above problem! It had other reasons which I solved in the meantime.
Sorry for being too quick in posting.
Volker
Type: Posts; User: Eloesser; Keyword(s):
Please IGNORE the above problem! It had other reasons which I solved in the meantime.
Sorry for being too quick in posting.
Volker
-
You have exactly the same problem. Did anybody find a solution?
In the docs, there is not mentioned, that you need to link against GDI.LIB to use TFontSpec.
We have the same problems at the 6600 on almost all our games which all run perfectly on 3650.
Sometimes the Monty only came when a key has been pressed and sound has been played at the same time;...
You should try to develop for Sharp GX 10 / GX20.
And then think back to the good times where you got support from Nokia Experts and the developers in the Nokia Forum!
There could be a freaky way around: Screenshot-programms show that it is possible to get the bitmap which is currently visible on screen. If your program from time to time switches on the status...
Read the section how to make a pkg file. I remember that I read it is possible to specify files which are not existing at install time for a later uninstall.
The other way is to define an empty...
Java in running on a virtual machine, so there should no way to call functions from outside.
But it would be very interesting to know if it is possible to call complete Java application from a C++...
Try this:
BatState = SystemAgent.GetState(KUidBatteryStrength);
ChargerState = SystemAgent.GetState(KUidChargerStatus);
NetState = SystemAgent.GetState(KUidNetworkStrength);
Find the values...