Pointer to method C++ style

Sergey Gromov snake.scaly at gmail.com
Fri Jul 24 09:04:03 PDT 2009


Fri, 24 Jul 2009 02:51:45 +0400, Sergey Gromov wrote:

> Thu, 23 Jul 2009 19:07:43 +0200, BLS wrote:
> 
>> Sergey Gromov wrote:
>>> Sorry, I'm not a guru at all, so ActiveX was a misnomer.  What I'm
>>> writing is a simple in-process server DLL which implements a couple of
>>> interfaces.
>> 
>> Oh, that's sad. :(
>> 
>> well, especially in this case I would suggest to have a look on this page :
>> http://www.dsource.org/projects/juno/wiki/ComProgramming
> 
> Thanks, I'll look into it when I have time.

Juno is nice, and implements a lot of boilerplate.  But it doesn't seem
to care enough about exceptions in user code.  My own code wraps every
interface function in an exception catching block, and I'd better leave
it that way.


More information about the Digitalmars-d-learn mailing list