From: "Al Morgan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Defines Date: Tue, 17 Aug 1999 16:50:29 -0700 Organization: Posted via Supernews, http://www.supernews.com Lines: 27 Message-ID: References: <37B9DA97 DOT 26A00B9D AT netcologne DOT de> X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm not very familiar with IDEs (using command line compilers myself), but why don't you just stick that stuff on the top of your program, or in a header file? Sascha Zapf wrote in message news:37B9DA97 DOT 26A00B9D AT netcologne DOT de... > Hi there, > > where can i enter some defines for my Projekts.. > > I want to use some Debug-Clauses like this.. > > #ifdef DEBUG > blblblalalalala.. > #endif > > but i can't find the Dialog or Window where i can enter it.. > In other IDE's there is a Inputline named "defines" > > Sascha > > > >