Hello,
I have a problem returning from a window procedure. I have debugged the proc, and it comes all the way to the return.
I have tried ret, retn, retf and even iret, but none of them work, do any og you know why my application crashes there?
ps. I have tried using DefWindowProc. That worked fine, except i can't do anything then...