With C++.

Signature
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
> Hi everybody..
> Some kind who tell me how can i create an registrable dll which can be
[quoted text clipped - 5 lines]
>
> 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
> With C++.
>
[quoted text clipped - 7 lines]
> >
> > thanks a lot who can helpe in any way.
MDF - 18 May 2007 11:04 GMT
I have the same problem and get this error error:
ASP scripting compilation error: '8008008e'
> thanks for the answer,
> but Im using Microsoft evc++ 4.0 for try to do this(im creating an atl
[quoted text clipped - 15 lines]
> > >
> > > thanks a lot who can helpe in any way.
Rob - 15 Aug 2007 11:54 GMT
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.
> thanks for the answer,
> but Im using Microsoft evc++ 4.0 for try to do this(im creating an atl
[quoted text clipped - 15 lines]
> > >
> > > thanks a lot who can helpe in any way.