Patches for error.h and error.c

Neil Mitchell ndmitchell at gmail.com
Thu Sep 1 10:25:41 EDT 2005


Hi,

Attached is a patch for error.h/.c.

Some comments:

The WinHugs specific bit now uses int instead of INT, so its not
dependant on windows.h

The error message on compile time errors now puts out a hyperlink,
this is #if'd so shouldn't change non WinHugs. This allows WinHugs
users to click when an error occurs and be brought to that location in
their editor.

Instead of proding MessageBox(hWnd), I have defined InfoBox and
ErrorBox which WinHugs does something sensible with.

The header file uses cleaner interaction with WinHugs, instead of
poking the magic hWnd..

Thanks

Neil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hugs98-error.patch
Type: application/octet-stream
Size: 3720 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/cvs-hugs/attachments/20050901/e535dc56/hugs98-error.obj


More information about the Cvs-hugs mailing list