http://bugs.winehq.org/show_bug.cgi?id=22860
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2010-06-09 16:48:45 --- (In reply to comment #10)
So a native override for msxml3 should work fine with current Wine too.
No, i can't confirm... Tested just one DLL override at time:
msxml3 native => app won't start and says "Error creating XML Parser" msxml3 builtin => app starts, but crashes on creating new project
msxml4 builtin => app starts, but crashes on creating new project msxml4 native => app starts and WORKS :)
Yeah, sorry about that. I forgot that we also have an entry in a class factory (in msxml3) for new objects for msxml4. So, yes, it won't work.
What do you think about faster regression test with msxml3/4 paths only?