Mail Archives: cygwin/1998/09/09/18:09:08
On Tue, 8 Sep 1998, Nicklas Klaus (AT/ESP1) wrote:
> This simple C-Source file produces an access violation in As.exe
>
> C-Source:
> void AsError( void );
>
> void (* const FuncTable[])() =
> {
> ( void (*)()) AsError
> };
>
> void AsError( void )
> {
> }
Please upgrade to egcs compilers. B19 compiler is quite old by now.
See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for more
info.
Regards,
Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -