(Especially the link errors I have no idea how to fix.)
Just in case somebody wants to know what the build log looks like: ------------------------------------------------------------------------------------
------ Build started: Project: winetest, Configuration: MSVC Headers Win32 ------
winetest - up-to-date.
------ Build started: Project: winmm_test, Configuration: MSVC Headers Win32 ------
winmm_test - up-to-date.
------ Build started: Project: wininet_test, Configuration: MSVC Headers Win32 ------
wininet_test - up-to-date.
------ Build started: Project: winspool_test, Configuration: MSVC Headers Win32 ------
winspool_test - up-to-date.
------ Build started: Project: ws2_32_test, Configuration: MSVC Headers Win32 ------
ws2_32_test - up-to-date.
------ Build started: Project: comctl32_test, Configuration: MSVC Headers Win32 ------
Linking... dpa.obj : error LNK2019: unresolved external symbol __imp__DPA_Search@24 referenced in function _DPA_test dpa.obj : error LNK2019: unresolved external symbol __imp__DPA_Create@4 referenced in function _DPA_test .\Output\Win32_MSVC_Headers/comctl32_test.exe : fatal error LNK1120: 2 unresolved externals
Build log was saved at "file://k:\c\Wine\wine\dlls\comctl32\tests\Output\Win32_MSVC_Headers\BuildLog.htm" comctl32_test - 3 error(s), 0 warning(s)
------ Build started: Project: user32_test, Configuration: MSVC Headers Win32 ------
user32_test - up-to-date.
------ Build started: Project: urlmon_test, Configuration: MSVC Headers Win32 ------
urlmon_test - up-to-date.
------ Build started: Project: shlwapi_test, Configuration: MSVC Headers Win32 ------
shlwapi_test - up-to-date.
------ Build started: Project: shell32_test, Configuration: MSVC Headers Win32 ------
shell32_test - up-to-date.
------ Build started: Project: rpcrt4_test, Configuration: MSVC Headers Win32 ------
rpcrt4_test - up-to-date.
------ Build started: Project: oleaut32_test, Configuration: MSVC Headers Win32 ------
Linking... olefont.obj : error LNK2019: unresolved external symbol _IFont_QueryInterface referenced in function _func_olefont .\Output\Win32_MSVC_Headers/oleaut32_test.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://k:\c\Wine\wine\dlls\oleaut32\tests\Output\Win32_MSVC_Headers\BuildLog.htm" oleaut32_test - 2 error(s), 0 warning(s)
------ Build started: Project: ntdll_test, Configuration: MSVC Headers Win32 ------
Compiling... string.c string.c(33) : fatal error C1083: Cannot open include file: 'winternl.h': No such file or directory rtlstr.c rtlstr.c(28) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory rtlbitmap.c rtlbitmap.c(26) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory rtl.c rtl.c(27) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory path.c path.c(24) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory large_int.c large_int.c(27) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory generated.c generated.c(14) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory error.c error.c(24) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory env.c env.c(24) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory Generating Code...
Build log was saved at "file://k:\c\Wine\wine\dlls\ntdll\tests\Output\Win32_MSVC_Headers\BuildLog.htm" ntdll_test - 9 error(s), 0 warning(s)
------ Build started: Project: netapi32_test, Configuration: MSVC Headers Win32 ------
Compiling... wksta.c wksta.c(28) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or directory
Build log was saved at "file://k:\c\Wine\wine\dlls\netapi32\tests\Output\Win32_MSVC_Headers\BuildLog.htm" netapi32_test - 1 error(s), 0 warning(s)
------ Build started: Project: msvcrt_test, Configuration: MSVC Headers Win32 ------
msvcrt_test - up-to-date.
------ Build started: Project: kernel32_test, Configuration: MSVC Headers Win32 ------
kernel32_test - up-to-date.
------ Build started: Project: gdi32_test, Configuration: MSVC Headers Win32 ------
gdi32_test - up-to-date.
------ Build started: Project: dsound_test, Configuration: MSVC Headers Win32 ------
Compiling... propset.c propset.c(32) : fatal error C1083: Cannot open include file: 'dsconf.h': No such file or directory
Build log was saved at "file://k:\c\Wine\wine\dlls\dsound\tests\Output\Win32_MSVC_Headers\BuildLog.htm" dsound_test - 1 error(s), 0 warning(s)
------ Build started: Project: advapi32_test, Configuration: MSVC Headers Win32 ------
advapi32_test - up-to-date.
------ Build started: Project: wineruntests, Configuration: MSVC Headers Win32 ------
wineruntests - up-to-date.
---------------------- Done ----------------------
Build: 15 succeeded, 5 failed, 0 skipped
OK so we know the DPA_Create problems are not just in Mingw. Can we do something about this now?
Thanks Steven
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
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.
Alexandre Julliard wrote:
So where can I get it? I downloaded the latest SDK (or so i think) from Microsoft, but that didn't help. I am grabbing for straws at this point.
regards, Jakob
Jakob Eriksson jakob@vmlinux.org writes:
I don't know. I have them in my comctl32.lib from MSVC 5, maybe they have been removed in later versions, but that's a bit suprising given that they are now documented in MSDN. This needs some more investigations I think.
Alexandre Julliard wrote:
Aha... it actually makes sense, whichever view of Microsoft you take. Conspirational theory: it is now documented, but as a counterblow they make it harder to use by removing the ability to link to it statically.
Well wishing theory: since it was undocumented to begin with, Microsoft wants to better its reputation by not using it themselves anymore. Hence its disappearance from the link library.
Engineer theory: since it was undocumented, it is now considered obsolete. Hence removed from the link library so as to not encourage its use.
Of course, the thruth could be a combo of all above. :-)
regards, Jakob
Jakob Eriksson jakob@vmlinux.org writes:
Before we start accusing Microsoft (not that I mind doing that of course ;-), have you checked that we are actually using the correct comctl32.lib? And that this comctl32.lib really doesn't have these functions? (strings and grep are your friends).
Alexandre Julliard wrote:
I forgot the last theory!
That I was totally screwing things up with my MSVC. :-)
Yes, it works with MSVC 7. No, obviously I don't know my around it. :-)
To clarify - false alarm: DPA_xxxx functions work with MSVC 7.
(I however, do not work very well with MSVC 7...)
Jakob