Re: Re[2]: [fpc-pascal]Bug or not Bug

2004-03-15 Thread Peter Vreman
> | An unhandled exception occurred at 0x00407A0B : > | EAccessViolation : Access violation > | 0x00407A0B > | 0x00405948 > | 0x00065974 > | 0x00C3 > | An unhandled exception occurred at 0x00407A0B : > [...] > | EAccessViolation : Access violation > | ^C > `--- > Any

[fpc-pascal]XTest extension for fpc

2004-03-15 Thread Marc Santhoff
Hi! Has anyone translated the XTest xtension of XFree86 to pascal yet? I tried to h2pas this: /usr/X11R6/include/X11/extensions/XTest.h but don't know how to handle the "#if NeedFunctionPrototypes" declarations. I think they have to be rebuild as function headers with modifiers "extern; cdecl"?