[Bug 26832] Avatar demo needs msvcp80.dll.??0?$basic_ostringstream at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at H@Z et al

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 20 13:16:36 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26832

--- Comment #2 from Dylan Smith <dylan.ah.smith at gmail.com> 2011-06-20 13:16:36 CDT ---
Created an attachment (id=35215)
 --> (http://bugs.winehq.org/attachment.cgi?id=35215)
List of used msvcp80 stubs

mscodescan doesn't even show the unimplemented function since only 1 non-stub
function is listed in an import table for an application dll.

I got the attached symbols listed as stubs by adding some code to
GetProcAddress, running the app, then filtering out everything but the stubs.

--- snip ---
    if (hModule == GetModuleHandleA("msvcp80.dll"))
        printf("%s\n", function);
-----------

$ WINEDLLOVERRIDES=msvcp80=b wine AvatarDemo.exe > msvcp80-dynamic-imports.txt
$ cat msvcp80-dynamic-imports.txt <(grep -w stub
$WINESRC/dlls/msvcp80/msvcp80.spec | sed 's/.* \([^ ]*\)$/\1/') | sort | uniq
-d >  msvcp80-used-stubs.txt
$ wc -l msvcp80-*.txt
79 msvcp80-dynamic-imports.txt
40 msvcp80-used-stubs.txt

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list