Displaying 2 results from an estimated 2 matches for "num2ulong".
Did you mean:
num2long
2006 Mar 23
0
Win32API patch?
...ew(''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
2006 May 21
6
Possible problems with EventLog#write
Hi,
I''ve got EventLog#write and EventLog.add_event_source methods done.
Well, I *think* they''re done, but I can''t get the data (text) to work
properly, and I''m not sure if it''s a bug in my .mc file, the
add_event_source method, the write method, or just a goof in my test file.
The source, category and event id seem to be ok. However, the