From: "Brian Christopher Robinson" Newsgroups: comp.os.msdos.djgpp Subject: PDCurses Date: Sat, 1 May 1999 23:59:47 -0400 Organization: http://extra.newsguy.com Lines: 12 Message-ID: <7ggil2$svf@news2.newsguy.com> NNTP-Posting-Host: p-331.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was trying to make a program work using PDCurses, and I kept having problems. I noticed I had v 2.2 so I went ahead and got 2.3. That fixed some of my problems, although I still have a very odd one left. The program I'm trying to compile references a SCREEN variable called SP which is defined in curses.h. I checked and double checked that it is in fact defined. However, I kept getting an undefined symbol. Eventually I just defined it within the body of the program, which made the program work, but I still think it should have been able to access the variable gloablly. Any ideas why this is?