Page 1 of 1

ActiveX issues on the PocketPC resolved.

PostPosted: Jan 13, 2006 @ 9:33pm
by kornalius
I just found out that the PPL executable for the PocketPC delivered in the latest beta release is not compatible with ActiveX components on the PocketPC with WM2003.

Here is an executable compiled with eVc++ 4 which doesn't work on PocketPC with PC2002.

Please report any problems with ActiveX components on the PocketPC. Don't forget to tell us which executable version you are using and which PocketPC OS you are running it with.

For a test try out ActiveX.ppl demo file.

PostPosted: Jan 16, 2006 @ 7:42pm
by bmanske

PostPosted: Jan 17, 2006 @ 1:06am
by kornalius
Oups forgot OLE.PPL in my install script. It will be there next time.

You can try getting a list of registered activex components with the COMObjects(v$, True) function. V$ will contain a list of strings.

Check the ActiveX.ppl demo, it lists all registered components at the beginning.