Hello.
I'm trying to run WinPLACE with the last wine package. The composition part works, but the compiler doesn't. I get:
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported (BH: 0x0) wine: Unhandled exception, starting debugger...
The fact that the Int10Handler is a dummy function, and probably returns no valid values, can this cause the exception that appears next? May this be solvable just returning a pointer to a VGA table or so? (The value of BH was 0x0 when the Int10 was called - I modified the Fixme msg slightly).
Saying NO to the debug window that appears next, gives:
err:win:WIN_FindWndPtr window 10021 belongs to other process
Suggestions?
Thanks, John