Read-only archive of the All About Symbian forum (2001–2013) · About this archive

UIQ: Using of OPX - possible ?

5 replies · 2,325 views · Started 26 March 2004

THe bundled OPX's with the UIQ SDK can be usd. Add INCLUDE NAME.OXH in the start of your source to include the header file. You can then call teh OPX functions as egular procedures.

I have this code:

Include "System.oxh"

Proc xxx:
....
...
Endpr

But the device cannot find System.oxh !

Love60 wrote:I have this code:

Include "System.oxh"

Proc xxx:
....
...
Endpr

But the device cannot find System.oxh !

Have you installed the UIQ OPX SIS files seperatly on the device? Also, where are you writing/translatin? PC? On Device? In the Emulator?

Ewan wrote:Have you installed the UIQ OPX SIS files seperatly on the device? Also, where are you writing/translatin? PC? On Device? In the Emulator?

I am writing on my device and I have installed the UIQ-OPX Fiel. I cant find OXH files, where are they ?