Date: Tue, 14 Feb 1995 12:51:34 -0500 (EST) From: Kimberley Burchett Subject: Re: complicated question To: Paul FULMEK Cc: DJGPP Mailing List On Tue, 14 Feb 1995, Paul FULMEK wrote: > > I have tried using the #line directive described in the docs, but it > >didn't work very well - cpp gave me an error saying I used it the wrong > >way. What I had done was put... > > > >#line 1 vga.cc > Did you try < #line 1 "vga.cc" >? It worked for me. That compiles fine, which is more than I got before, but it still doesn't fix the problem. I still get "line 223 out of range; video.cc has only 197 lines" when trying to call something in vga.cc. Kim :(