search for: obj_proc

Displaying 1 result from an estimated 1 matches for "obj_proc".

Did you mean: obj_priv
2006 Mar 23
0
Win32API patch?
...39;user32'', ''RegisterClipboardFormat'', ''P'', ''I'') RegFormat.call(1) # Boom! I''ve traced the error to line 194 in Win32API.c: ret = ApiFunction(param); Where ApiFunction is defined as: FARPROC ApiFunction = (FARPROC)NUM2ULONG(obj_proc); Any idea what the patch should be? I''d rather get a TypeError than see a segfault. Dan