Xref: news-dnh.mv.net comp.os.msdos.djgpp:4289 Path: news-dnh.mv.net!mv!news.sprintlink.net!interactive.net!winternet.com!news.interlog.com!news.dra.com!news.id.net!condor.ic.net!news2.acs.oakland.edu!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Findfirst works in beta4 Date: Thu, 11 Jan 1996 09:50:42 CST Organization: Rice University, Houston, Texas Lines: 7 Message-ID: <30f531d2.sandmann@clio.rice.edu> References: <4d2i3v$6jr AT pith DOT uoregon DOT edu> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > v2beta4. When I call findfirst() and it finds something, it always cuts > off the first two letters of the resulting name. The structure for V2 is packed, so the name is not aligned on a long boundary like it was in V1. If you use a V1.x header and a V2 library you would see this problem. Check your .h files, you have an old one someplace. Since the size is different, you may also see other corruption problems.