Date: Thu, 1 Jan 1998 19:03:51 -0500 (EST) Message-Id: <199801020003.TAA18022@p2.acadia.net> To: Rune Lanton Subject: Re: Somethings wrong again!!!! Cc: djgpp AT delorie DOT com References: <34AA94FA DOT 98076A06 AT usa DOT net> in-reply-to: <34AA94FA.98076A06@usa.net> From: swarnerx3 AT acadia DOT net (Scott Warner) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Precedence: bulk You'll need to be more specific. What works just great until...? Sorry, but there isn't enough here to say anything, except for what I've said. In message <34AA94FA DOT 98076A06 AT usa DOT net>, Rune Lanton wrote: > Hello > > I wrote this line of code: 'file_pointer = fopen(arg_pointers[1], > "rb");' > > It works just great, until I put this in my program:'status = > findfirst(search_wild, fileinfo,FA_HIDDEN);' > When I comment out this line, everything works just fine, but it does > NOT work whit that line active. Why??? > > lanton AT c2i DOT net > >