activex for webapp

G

Guest

Hi everybody..
Some kind who tell me how can i create an registrable dll which can be
callable form a web pag using javascript the comands like
var aObj = new ActiveXObject( "MyDLL.coMyDLL" ) ;
aObj.Add( ) ;

This web client will run in wince 4.2

thanks a lot who can helpe in any way.
 
G

Guest

thanks for the answer,
but Im using Microsoft evc++ 4.0 for try to do this(im creating an atl
wizard proyect and adding atl object) but it doesnt work because i can regist
the dll. in the win ce.
what am i doing bad ?.. do you have some example to guide me or any idea.

thanks in andvance
 
G

Guest

I have the same problem and get this error error:
ASP scripting compilation error: '8008008e'
 
G

Guest

There is a register tool that comes with CE.
I think it is called ceregsrv32.exe (or something like that)

- Export the registry (before)
- open command-window
- register your DLL using the tool
- export the registry (after)
- compare the "before" and "after" registry, and put the difference in you
own regfile.

This worked for me....

Greetings,
Rob.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top