Using AxsunOCTControl.dll in C++
AxsunOCTControl.dll is a C#/.NET managed library. This document describes how to use AxsunOCTControl.dll from an unmanaged or native C++ application in Windows Visual C++.
Background
Assembly Registration using RegAsm.exe
cd c:\Program Files (x86)\Axsun\Axsun OCT Controlc:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe AxsunOCTControl.dll /tlb:AxsunOCTControl.tlb /codebasec:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe AxsunOCTControl.dll /tlb:AxsunOCTControl.tlb /codebaseImporting the .tlb file, starting COM, and accessing .dll functions in Visual C++
Example C++ Source Code
Last updated
Was this helpful?

