Hello and thanks for the quick reply :)
I've download the latest source from GIT.
Right after _Platform.LoadLibrary(fileName) (fileName=C:\Windows\system32\TWAINDSM.dll) i got 1008 (0x000003F0) from Marshal.GetLastWin32Error() and -2147023888 from Marshal.GetHRForLastWin32Error().
1008 is ERROR_NO_TOKEN, don't know what this mean :|
Added SetLastError =true to the LoadLibrary dllimport, error is the same.
Thanks,
S.
I've download the latest source from GIT.
Right after _Platform.LoadLibrary(fileName) (fileName=C:\Windows\system32\TWAINDSM.dll) i got 1008 (0x000003F0) from Marshal.GetLastWin32Error() and -2147023888 from Marshal.GetHRForLastWin32Error().
1008 is ERROR_NO_TOKEN, don't know what this mean :|
Added SetLastError =true to the LoadLibrary dllimport, error is the same.
Thanks,
S.