Yeah. That’s really a problem for us. 3790.1830 has some bugs and cannot
work properly with our program. This has been confirmed by Microsoft. So, we
are not sticking on 3790 
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@seagate.com
Sent: Friday, April 14, 2006 2:49 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Device Installation API link error
Technically you should be using the 3790.1830 DDK.
Gary G. Little
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Yiping Han
Sent: Friday, April 14, 2006 1:30 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Device Installation API link error
The path is correct set. I’m using VC6.0 and with DDK 3970. From the error
message yes it is (@28). And in my code I’m using 7 parameters. Is that a
problem with VC6.0?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tim Roberts
Sent: Friday, April 14, 2006 2:15 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Device Installation API link error
Yiping Han wrote:
Yes. setupapi.lib is already in the lib path.
For both the debug build and the release build? It’s awfully easy to
add the library to the debug build, then switch to release and forget to
update that library list as well.
What are you using to build your service? Visual C++ 6.0? Have you
downloaded a more recent platform SDK? SetupDiGetClassDevsExW, in
particular, changed between VC6 and VC7. It used to have six parameters
(@24), but it now has seven (@28). If you build with a new include file
but the old library, it won’t find the entry point.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer