Board index » delphi » VB5 ActiveX server
Jon
![]() Delphi Developer |
Mon, 23 Apr 2001 03:00:00 GMT
VB5 ActiveX server
I am writing a Delphi 4 application which controls a third-party ActiveX
server which was written in VB 5. There are three problems: 1) Any call I make through the dual interface causes an Access I then tried the dispatch interface, where properties and methods 2) I can't figure out how to pass a boolean array: A server method is declared, in VB: After importing the type library into D4, the dispatch interface How do I define the array to be passed? 3) Delphi 4 Developer's Guide (p. 45-2) says: 'The names of dual Mine doesn't. Does this matter? The CoClasses are OK. Item 2, above, has really got me stuck. Jon |