From: "Yyrkoon" Newsgroups: comp.os.msdos.djgpp References: <77o7gj$gh2$1 AT zingo DOT tninet DOT se> Subject: Re: How do I prevent DJGPP from globbering filenames??? Lines: 17 X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: Date: Sat, 16 Jan 1999 02:28:31 +0100 NNTP-Posting-Host: 130.244.148.60 X-Complaints-To: news-abuse AT swip DOT net X-Trace: nntpserver.swip.net 916450279 130.244.148.60 (Sat, 16 Jan 1999 02:31:19 MET DST) NNTP-Posting-Date: Sat, 16 Jan 1999 02:31:19 MET DST Organization: A Customer of Tele2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thomas Nyberg <77o7gj$gh2$1 AT zingo DOT tninet DOT se>... >How can I avoid this? I've made a ..._glob...(char **) funktion but this >error still comes up, Check: 1. Is the function definition written correctly? 2. If you're compiling as C++, have you declared the function as extern "C"? extern "C" char **__crt0_glob_function(char *_argument) { return 0; }