Amit Upadhyay <[EMAIL PROTECTED]> writes:
> Hi,
>
> So here is my problem, I have to implement a com server, that would be used
> by DotNet application, which can not work with late binding (apparently they
> don't have CreateObject of VB). So i am following the approach suggested by
> http://s
Hi,
So here is my problem, I have to implement a com server, that would be
used by DotNet application, which can not work with late binding
(apparently they don't have CreateObject of VB). So i am following the
approach suggested by
http://starship.python.net/crew/theller/ctypes/sum_sample.html, a