search for: str_array_push

Displaying 2 results from an estimated 2 matches for "str_array_push".

2008 Nov 06
0
VC98 unter wine -> undname.c:189: str_array_push: Assertion
...;Int, IdxSet> InstMap; typedef map<string, InstMap> AttrMap; typedef map<string, AttrMap> AttrMonitor; It seems to be that the type AttrMonitor is to complicated / deep (missing the english word). Error Message: Code: err:msvcrt:demangle_datatype Unknown type s undname.c:189: str_array_push: Assertion `a->num < 32' failed. mobMoni.cpp(358) : fatal error C1001: INTERNER COMPILER- FEHLER (Compiler-Datei "msc1.cpp", Zeile 1794) Somebody has a hint about what the problem might be? I'd really appreciate some help :D
2009 Dec 04
0
Wine release 1.1.34
...copy&paste typo. advapi32: Dump the guid in a FIXME. wineps: Don't depend on 16-bit PrinterData functions from gdi. Dmitry Timoshkov (1): kernel32: Explicitly treat the current working directory name as a unix one. Eric Pouech (9): msvcrt: In undname helpers, allow str_array_push to return errors (instead of asserting). msvcrt: In undname functions, no longer use a fixed-size array for storing internal information. gdi.exe: No longer use 16bit abort procs inside the DC structure. gdi.exe: Rewrite QueryAbort16 to be independant of gdi32.dll internals....