API Support Forum
OEC API > API Support > OEC API COM
Author Topic: OEC API COM
(2 messages, Page 1 of 1)
Moderators: VPfau
TDomps63
Posts: 9
Joined: Oct 22, 2007


Posted: Oct 23, 2007 @ 02:03 PM             Msg. 1 of 2
Can you let me know which platform and which settings are used to compile this DLL ?

Other vendors (openticks.com for instance) do provide a COM DLL that my LibMaker can read.

I can't find anything that looks like :

DllCanUnloadNow @1
DllGetClassObject @2
DllRegisterServer @3
DllUnregisterServer @4

in the DLL you provide.

Thanks
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Oct 23, 2007 @ 02:37 PM             Msg. 2 of 2
this is a .NET managed assembly exposing COM functionality through .NET/COM interop. It is usable only using COM system calls, there are no direct dll exports.