Francois Gouget <[EMAIL PROTECTED]> writes: > I checked in more details and with the import library that comes from > the latest Microsoft SDK, it's only DPA_Create which is missing. > DPA_Search is there and links fine.
Yes, it seems DPA_Create has been removed; it's there in the import lib of MSVC 5 but not in the latest one. This looks like an MS bug since it's declared in the header file. > So we could compromise: use GetProcAddress() on DPA_Create and link > normally to DPA_Search. This way the test compiles with MSVC and we > still get to test the ordinal imports. Yes that's a good solution. -- Alexandre Julliard [EMAIL PROTECTED]