| Sławomir Kulików 2005-01-23, 4:04 pm |
| I found solution.
The dll should be signed (for example using developer certificate).
Then I should tell the smartphone to use developer certificate:
1. Run: "C:\Program Files\Windows CE Tools\wce420\SMARTPHONE
2003\Tools\spdps.exe" /device
2. Select proper certificate.
Sławomir Kulików wrote:
> I would like to develop ActiveX component running in Pocket Internet
> Explorer (PIE) - Windows CE on MPX220.
> It implements IObjectSafety interface so it should work in PIE (new
> ActiveXObject from JavaScript).
> I have worked out the component in EVC and it works as COM object from my
> application (it also works in PIE in Pocket 2003).
> In MPx 220 PIE asks me if it should use it because the object is untrusted
> so I answer "yes" to use it.
> Finally it writes that it can't create the object.
> Slawomir Kulikow
|