DPA_Create/Search may be missing

Alexandre Julliard julliard at winehq.org
Mon Jan 19 00:11:38 CST 2004


Francois Gouget <fgouget at free.fr> 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
julliard at winehq.com



More information about the wine-devel mailing list