http://bugs.winehq.org/show_bug.cgi?id=24141
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|msvcp |msvcrt Resolution| |FIXED Summary|OpenGL Camera Demo - Part 3 |OpenGL Camera Demo - Part 3 |crashes on unimplemented |crashes on unimplemented |function |msvcr100.dll file/locking |msvcp100.dll.??0?$basic_ios |API (_lock_file, |@DU?$char_traits@D@std@@@st |_unlock_file, _fseeki64, |d@@IAE@XZ |__pctype_func fix)
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-05-21 01:33:17 CDT --- Hello,
--- quote --- This bug was originally about msvcr100 and that bug #26674 was about msvcp100. How can there be some duplication? I am a purist when to comes to testing, more code on our side means better troubleshooting. --- quote ---
that would have been the correct way, yes ... I was irritated due to last changes/comments to the bug:
In comment #9 you say:
--- quote --- Thank you. changing summary to tell it as it is but still requires msvcp100.
wine: Call from 0x7b839ab2 to unimplemented function msvcp100.dll.??0?$basic_ios@DU?$char_traits@D@std@@@std@@IAE@XZ, aborting --- quote ---
instead of just closing this bug on your own and saying "msvcr100 part done" and "bug 24134 is next" (dependency).
Piotr retargeted the bug for the new issue, already covered by bug 26674
--- snip --- Piotr Caban <piotr.caban at gmail.com> changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |msvcp Summary|OpenGL Camera Demo - Part 3 |OpenGL Camera Demo - Part 3 |requires msvcr100 |requires msvcp100
--- snip ---
Thats effectively recycling of the same bug several times ... there exist some CRT metabugs with no specific API target in summary at all.
Lets settle this and close the bug for the missing msvcr(100) file functions.
http://source.winehq.org/git/wine.git/commitdiff/249917beac273a2959202722b89... (msvcrt: Added _lock_file/_unlock_file implementation.)
http://source.winehq.org/git/wine.git/commitdiff/e81a929e6be9dfa4413be81d925... (msvcrt: Implement _fseeki64.)
http://source.winehq.org/git/wine.git/commitdiff/38f476399c243309ddb5f9ec7aa... (msvcrt: Fix __pctype_func implementation)
Regards