Board index » cppbuilder » OLE In-Process Automation Server -- how to USE?
Terry
![]() CBuilder Developer |
Sat, 19 Jan 2002 03:00:00 GMT
OLE In-Process Automation Server -- how to USE?
Greetings all! I am new to BCB4, but have used Delphi in the past.
However, never with an OLE In-Process Server. I have a .DLL and its associated .TLB file, and I need to know how to perform the equivalent of the Visual Basic (groans, I know) command "CreateObject". For example, in VB the following command: Set OO4OSession = CreateObject("OracleInProcServer.XOraSession") creates the object OO4OSession (this is Oracle Objects for OLE, by the way). I'm loving C++Builder so far though -- but I'm about as far as I can get w/o Many thanks, |