Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
Visitor
womoney7
Posts: 1
Registered: 03-29-2010
My Carrier: ww

How to use SDL in QT?

I use SDL display screen in QT. But the following code is invalid.

 

char variable[64];

sprintf(variable, "SDL_WINDOWID=0x%lx", this->winId());

putenv(variable);

 

please help me ......

Please use plain text.