Re: C++ exception before WinMain

Tech-Archive recommends: Speed Up your PC by fixing your registry



Buon giorno, Valter,

It is always a pleasure to read you :-)

A more portable implementation involves a driver that "wraps" the
original one and intercepts updates only when VNC is running.
I think that you can do that but you'll have to "install" your driver
in place of the original one and this may need some forms of persistent
registry (unless you can add the keys inside PB, of course) or using
the shim engine (a part of CE that I would like to understand
better...).

That's my B plan, if the "dirty rectangle driver" is not an option anymore.
Registry setup is not an issue, as we are dealing with devices were our
customers bring there own know-how and make both their application and
OSDesign, based on a BSP + example OSDesign we gave them.

I think that my customers already sell a device with the client
capabilities built-in.

Well, we want to do that too, but we prefer to do it by ourselves. It is the
way my company works and whenever it is possible, we prefer bringing-up our
own solutions rather than being dependent on someone else's code or
hardware. Of course, we sometimes reinvent the wheel, but I can tell you
that after more than 15 years of practice, it is something that almost
always payed. Thank you for your solicitude anyway.

Ciao.
Remi


.