sunjerry019 / nanosquared

Open Source M-Squared Measurement Automation using Dataray WinCamD and Ophir NanoScan. WinCamD and NanoScan code may be used independently
GNU General Public License v3.0
6 stars 1 forks source link

msl-loadlib Test #11

Closed sunjerry019 closed 2 years ago

sunjerry019 commented 2 years ago

Summary of msl-loadlib experiment:

According to this stackoverflow, it seems that for C# to use ActiveX COM, it requires an interop dll. This interop dll is the NS2_Interop.dll. This interop dll only contains the type definitions to do the marshalling, and no actual code. This means that it is VERY LIKELY that we cannot just use this .dll in Python.

So there is reasonable cause now to abandon this venture trying to use the dll file