What does it have to do with Wine? Is it really some dll that Windows provides?
+/*
- Use1432.dll
- Generated from/home/schloegl/.wine-1.7.17/drive_c/1401/utils/Use1432.dll by winedump.
- DO NOT SUBMIT GENERATED DLLS FOR INCLUSION INTO WINE!
- */
The dll comes with the ced1401 (try1432 [1], spike [2], signal) software from CED. It requires access to the USB with access through ced_usb.sys (on win32) or ced_us64.sys (on win64) which are not supported by wine (http://wiki.winehq.org/USB). The idea doing it this way was suggested here: http://www.winehq.org/pipermail/wine-devel/2014-April/103711.html
Alois
[1] http://appdb.winehq.org/objectManager.php?sClass=version&iId=30056 [2] http://appdb.winehq.org/objectManager.php?sClass=application&iId=9146
On 2014-05-09 14:55, Nikolay Sivov wrote:
What does it have to do with Wine? Is it really some dll that Windows provides?
+/*
- Use1432.dll
- Generated
from/home/schloegl/.wine-1.7.17/drive_c/1401/utils/Use1432.dll by winedump.
- DO NOT SUBMIT GENERATED DLLS FOR INCLUSION INTO WINE!
- */
On 5/9/2014 17:43, Alois Schlögl wrote:
The dll comes with the ced1401 (try1432 [1], spike [2], signal) software from CED. It requires access to the USB with access through ced_usb.sys (on win32) or ced_us64.sys (on win64) which are not supported by wine (http://wiki.winehq.org/USB). The idea doing it this way was suggested here: http://www.winehq.org/pipermail/wine-devel/2014-April/103711.html
It doesn't mean this module should be added in Wine. Right place for it is your own copy of Wine repo with any custom patch you like.
Alois
[1] http://appdb.winehq.org/objectManager.php?sClass=version&iId=30056 [2] http://appdb.winehq.org/objectManager.php?sClass=application&iId=9146
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 2014-05-09 15:51, schrieb Nikolay Sivov:
It doesn't mean this module should be added in Wine. Right place for it is your own copy of Wine repo with any custom patch you like.
I wouldn't dismiss it per se. We ship an openal wrapper even though openal isn't a part of Windows, but a redistributable provided by Creative Technology.