<span class="gmail_quote"></span>Hi, I'm attempting to port an application which uses the Cypress CyAPI,<br>which is Windows only, though I don't know if wine can handle device<br>drivers or such low-level stuff.<br>Anyway, I tried to develop a little prototype to run under wine, hoping
<br>it would provide with some insight.<br>But this is the output I get:<br><br> fixme:setupapi:SetupDiGetClassDevsW : returning empty list<br> fixme:setupapi:SetupDiEnumDeviceInterfaces 0x165cb8, (nil),<br> {ae18aa60-7f6a-11d4-97dd-00010229b959}, 0x00000000, 0x34fc2c
<br> fixme:setupapi:SetupDiGetClassDevsW : returning empty list<br> fixme:setupapi:SetupDiEnumDeviceInterfaces 0x165cb8, (nil),<br>{ae18aa60-7f6a-11d4-97dd-00010229b959}, 0x00000000, 0x34fd00<br><br>So I suppose the fuctions SetupDiGetClassDevsW and
<br>SetupDiEnumDeviceInterfaces, which are required by the API are not<br>implemented. Am I right? Can I hope they'll be developed anytime soon?<br>I heard about NdisWrapper, do you think I should give it a try?<br><br>Thanks in advance,
<br><br>Luca<br><br>