Hi all,
I keep getting an assertion in winedbg, before I try and find out the cause does anyone know the possible reason for this?
winedbg: types.c:573: DEBUG_CopyFieldList: Assertion 'dt->type == dt2->type && ((dt->type == DT_STRUCT) || (dt->type == DT_ENUM))' failed.
It looks like its an issue with parsing the debug info, but the windows application debugs just fine with MS Developer Studio 6.
Thanks, Dave Hawkes