using uDMX API in c#
问题 I am relative new in c# and I want to use this uDMX API, but when I try to add the uDMX.dll file I get this error: "The reference is not vaild or not supported" (see screenshot (in german)) - I can't add images yet - Or am I doing it completely wrong? I did not find another uDMX api or .dll file. Hope for your help and Ideas. 回答1: You cant import an unmanaged win32 dll into a managed c# application like that, you need to specify the methods and parameters yourself. The uDMX api exposes these