Date: Sun, 5 Mar 2000 07:19:18 +0500 Message-Id: <200003050219.HAA01019@midpec.com> From: Prashant TR To: cyberdivad AT caramail DOT com CC: djgpp AT delorie DOT com In-reply-to: (message from Kalum Somaratna aka Grendel on Sun, 5 Mar 2000 05:59:12 +0600 (LKT)) Subject: Re: make a faster blit (allegro) References: Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 5 Mar 2000 05:59:12 +0600 (LKT) > From: Kalum Somaratna aka Grendel > On Sat, 4 Mar 2000, Cyberdivad wrote: > > > Hello, > > > And does someone know why i can't initialise variables in my header files ? > > (it is very important for my program) I don't see a reason why you shouldn't be able to do this. Maybe you are including the file more than once, which is resulting in duplicate global variables. > Could you please post the relevant code then I'm sure you will get the > help that you need. Yes. This is needed if you require the exact reason.