Tan, Yih Hung wrote:
I have a question regarding Delphi COM programming. I have a VB DLL
(ActiveX COM DLL) and this DLL contain 2 classes, one is for normal
client function calling, and the other one is events raised by this DLL
to notify the client. Now, I would like to incorporate this DLL
Dear Sir,
I have a question regarding Delphi COM programming. I have a VB DLL (ActiveX
COM DLL) and this DLL contain 2 classes, one is for normal client function
calling, and the other one is events raised by this DLL to notify the
client. Now, I would like to incorporate this DLL into Delphi
How?
--
http://mail.python.org/mailman/listinfo/python-list
I have solve
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
Hello at all.
I have to use a vb dll called ndxComm.dll
I have do this but i get the following error:
from win32com import client
from win32com.client import Dispatch
avatar = Dispatch("NdxComm")
avatar.Reset(1, 20, True)
pywintypes.com_error:(-