17 Jun
2002
17 Jun
'02
2:42 p.m.
I'm trying to run a PB-generated application under Wine, but every panel with date-time fields generate a crash. By means of winedbg I've managed to track the crashes to a limited set of function calls into the runtime engine PBVM60.DLL (namely PBE_SetData, PBE_FmtSetDataString, PBE_FmtSetMask ) which are called by the engine itself whenever creating dialogs. It seems to me a dialog property is not correctly initialised, leading to a segfault accessing an invalid pointer. I've managed to package a minimal test application into http://web.tiscali.it/l_capriotti/WineTest.zip hoping some Wine expert can provide advices-directions, Thanks in advance for any help. Luigi