Click to See Complete Forum and Search --> : Register ActiveX on Pocket PC??


man_25
08-09-2004, 10:48 PM
I want to register a DLL on my Pocket PC. After googling and reading in forums i got to knw that I had to run Pocket PC equivalent of regsvr32 as -
\windows\regsvrce \windows\DLL.dll

I did not have the regsvrce.exe on my PDA. I copied in later and tried running the command as shown above. But I get a message on my PDA sayign - "regsvrce is not a vaild Pocket PC application".

I copied the regsvrce for x86 (The CPU of my PDA is an Intel PXA255). I hope I copied the right one.

Anybody knw how to register my DLL??

AnswerDude
08-09-2004, 11:50 PM
Try copy RegSvrCe.exe from \Windows CE Tools\WCE300\PocketPC\Target\ARM\
I think this one from pocketgear should work as well, again choose ARM version.
http://www.pocketgear.com/software_detail.asp?id=5925

man_25
08-10-2004, 12:02 AM
AnswerDude, u were right. I had to copr the ARM version. It runs, but when I try to install the DLL, I get an error message sayign - "LoadLibrary ("\Windows\DLL.dll") failed. GetLastError returns c1

Is there somethign wrong with the DLL or is it somehting else?