http://bugs.winehq.org/show_bug.cgi?id=25742 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2011-11-30 08:18:24 CST --- You can't use ntdll from Windows, it's too different. The next step would be to write a dummy implementation of RtlCreateTagHeap. See http://source.winehq.org/git/wine.git/commitdiff/c4ea80cf9becae4a63f74ab818d... for an example of how that was done for a different function. (A little searching finds another app uses that function: LogParser.exe, a 'free' tool from MS. http://forum.winehq.org/viewtopic.php?p=59412&sid=261d7db75e0de8edd1a33363cc... Might be useful for testing.) -- 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.