From: James Tabor
Simple app dlls, or should be simple, good example is wines
advpack.dll. Look at the wine imports compared to the real M$
advpack.dll imports you will see. Why setupapi? advpack
should be code dependent with ntdll, kernel32, and gdi32.
That was my point about that.
Sorry to disagree with you again, but well, I disagree....
When tracing through MS advpack.dll trying to get the IE5 installer working,
I most definitely ended up in setupapi. If you search advpack.dll (MS
version 5.0.2919.6307) for the string "setupapi" you'll get a few hits.
Seems advpack.dll LoadLibrary()s it.
Ge van Geldorp.