activex for webapp

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
I have the same problem and get this error error:
ASP scripting compilation error: '8008008e'
 
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.
 
Back
Top