I think technically it is possible, after all the CLR only cares about the IL code produced from C# or VB, but there is no easy way to do this.
Type: Posts; User: digitalsurgeon; Keyword(s):
I think technically it is possible, after all the CLR only cares about the IL code produced from C# or VB, but there is no easy way to do this.
You can also use admob / google adsense, they have a sdk for windows phone. Good thing about Google's solution is that it works worldwide. Whereas the MSFT ads sdk only supports USA for now.
But the...
make sure your app has the networkservices capability.
I was facing something similar some days ago.
that doesnt seem correct. may be you need to do this:
iSmsDll = YourSMSDLLClass::NewL();
you can always use some symbian specific code to achieve this.
may be this will help you: http://wiki.forum.nokia.com/index.php/QBluetooth_-_A_Qt_bluetooth_library
You can change wallpaper using the Symbian apis in your Qt application like so:
first in your .pro file you need to do this:
TARGET.CAPABILITY = WriteDeviceData # this is required to call the...
The Qt Mobility 1.1.0 beta api provides the Camera api: http://doc.qt.nokia.com/qtmobility-1.1.0-beta2/multimedia.html
May be it would be better to use that.
Which SDK are you using ?
accodring to the platform compatibility documents at: http://doc.qt.nokia.com/qtmobility-1.1.0-beta2/index.html
about camera it says:
A functional backend for the API on the platform is not being...
Your code seems to be ok. Can you find out where exactly the crash is happening. Seems like some window resize / orientation issue.
Are you using any layouts in your .ui file ?
Most of the changes suggested by treinio have now been taken into the master branch.
So now it should compile without any problems. I have tried it with Qt 4.6.2 for Symbian and Nokia Symbian 5.0...
Raptor ( also known as symbian build system v2 , sbs2 ) is the new Symbian Build system which can fully replace bldmake / abld.
Raptor can enable building symbian applications on linux, it also...
is now available at http://gitorious.org/qfacebookconnect/
check it out.
hi,
I have been working on a small web based project of mine.
I have tested it on some of the nokia devices, but not all. But I was wondering if people here would be kind enough
to help me test...
may be you can try reinstalling the SDK in question.
Hi,
I am wondering how to display unicode data in the browser control when using the LoadDataL() function. Since the second parameter of this function takes a TDesC8 i.e.
void LoadDataL(const...
you can turn that off, edit the Epoc32\winscw\c\system\data\config.ini file
and change the following entries
[STDIO]
STDIN = MEDIA3
STDOUT = MEDIA3
to
has any one here used DTLS with OpenC here ?
yes you are right, i have realised that.
no they are not working for me, only the one posted by neois is working.
if you still want to use, the connect() method or if you HAVE to use it, then you should get the newer PIPS libraries from http://developer.symbian.com/wiki/display/oe/P.I.P.S.+Home
and install...
a little googling around and i found the solution, there seems to be a BUG in the OpenC impl, other people have encountered this problem as well @ http://www.pjsip.org/trac/ticket/264.
So the...
Hi,
Please look at the code below ...
//...
udpsock = socket(PF_INET, SOCK_DGRAM, 0); // if i change to SOCK_STREAM, then it works fine ... !!!
if (udpsock == -1 )
{...
the code is still not there, please help yourselves by posting the link to the openC code, this will help nokia more then it will help us.
Many good tools like, ipdump, panix, memload, fexplore etc dont work on 3rd edition, these were really handy, and saved me countless hours, nokia should do something to make these tools a reality for...