Displaying 1 result from an estimated 1 matches for "13b160".
Did you mean:
136160
2005 May 15
0
Heroes of Might & Magic 2 troubles with wing32.dll
...rInitializeThunk Main exe initialization for L"Z:\\mnt\\games\\HOMM II\\HEROES2W.EXE" failed, status c0000135
$
Let's find what functions HEROES2W.EXE wants to export from wing32.dll:
$ objdump -x HEROES2W.EXE | less
...
DLL Name: WING32.dll
vma: Hint/Ord Member-Name Bound-To
13b160 2 WinGCreateDC
13b14c 1 WinGCreateBitmap
13b170 7 WinGRecommendDIBFormat
13b18a 8 WinGSetDIBColorTable
13b1a2 9 WinGStretchBlt
13b1b4 0 WinGBitBlt
...
OK, I know, that wing.dll exists in standart wine tree (symlink to
gdi32.dll) and provides these procedures. I...