我正在嘗試編程一個Walther Mfs100接口檢查掃描儀,但在掃描後我得到「CallbackOnCollectedDelegate was detected」錯誤。我怎樣才能解決這個問題。我.NET 2.0中使用與C#Walther MFS100檢查掃描儀檢測到CallbackOnCollectedDelegate
[DllImport("mflib.dll.stdcall")]
public static extern int mfScanFeeder(int mode, int font, int timeout);
retval = modMFS100.mfScanFeeder(0, 2,5000);
你,先生,真棒! @rotman值得一枚獎章!靜態爲我解決了同樣的問題。 – DomenicDatti 2013-09-25 04:11:46