Board index » delphi » import type library cdosys.dll error
MAKOTO
![]() Delphi Developer |
Sat, 21 Jun 2003 16:25:17 GMT
import type library cdosys.dll error
When I import type library from cdosys.dll(in Windows2000), Delphi5 generate
a CDO_TLB.pas for me. But it lost some constant definition like cdoSmtpServer,.... I use OleView to open the cdosys.dll, and find the following IDL definition // NOTE: This module has no entry points and thus is invalid. It seems, there are something wrong in cdosys.dll. But I can use it's type Is it a Delphi5's bug? Or, How can I figure out this problem? Thanks Steve Liu |