Hi AlexP
How about a function to get the version of the DLL from the active DLL?
And while I am at it, how about a fixed replacement for System.Guid as thi shas changed with .Net 4.
Thanks…
The version of the CLEyeMulticam dll can easily be retrieved using win32 API function GetFileVersionInfo. As for GUID, please read here.
Ah yes I had forgotten GetFileVersionInfo follows the same search path as LoadLibrary.