<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
How and where can I use
QPlatformNativeInterface::nativeResourceForWidget("JavaVM",0) I tried
like<br>
<br>
<i>void * test;<br>
test = QPlatformNativeInterface::nativeResourceForWidget("JavaVM",0);</i><br>
<br>
But I always get: <i>incomplete type 'QPlatformNativeInterface' used
in nested name specifier</i>.<br>
<br>
Thanks,<br>
Carlos.<br>
</body>
</html>