From: j DOT aldrich6 AT genie DOT com Message-Id: <199604162320.AA166856841@relay1.geis.com> Date: Tue, 16 Apr 96 23:11:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: DJGPP 1.12 M4 Reply to message 5614252 from MAD AT TELEPAC-P on 04/16/96 8:51AM [Lots of stuff about function pointers deleted] >I've tried to do this but i was unable to compile.Does DJGPP support >this ? It had better support it, or else I am having hallucinations about my programs working. :) What the book says about function pointers is exactly correct. It's very easy, however, to make mistakes with such a complex subject. Please post a sample of the code that causes the error, and a copy of the error messages that gcc generates. If you don't know how to redirect the error messages to a file, use the 'redir' program that comes with DJGPP. We'll look at it and see what we can do. John