Alexandre Julliard julliard@winehq.org wrote:
Steven Edwards steven_ed4153@yahoo.com writes:
OK so we know the DPA_Create problems are not just in Mingw. Can we do something about this now?
You probably need a more recent comctl32.lib. I definitely have these functions in mine.
Which is probably from the latest official SDK (I could find February 2003). The original compile was with MSVC 7 (aka Visual C .NET) if I remember correctly and considering that we talk about functions introduced in Win95 (although undocumented at that time) I find it a serious problem that the import libraries from MSVC 7 still do not seem to provide these.
I for myself still use VC 6 although I recently downloaded the SDK and installed it, to be able to compile and link some Wine source code. Still can't figure out why I should need .NET ;-)
Rolf Kalbermatter
Rolf Kalbermatter wrote:
introduced in Win95 (although undocumented at that time) I find it a serious problem that the import libraries from MSVC 7 still do not seem to provide these.
It was my fault, the functions are there.
regards, Jakob