Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #970

Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call.

Newsgroups comp.os.msdos.programmer
Date 2013-08-30 03:06 -0700
References <3d695743-aadd-45f3-af21-68be161c50ce@googlegroups.com> <521f4697$0$15995$e4fe514c@news2.news.xs4all.nl> <4b68ed75-f4c9-4ad1-996e-9973309a9a0b@googlegroups.com> <41171246-21e6-493c-9b7e-a59b5fbaaddb@googlegroups.com> <kvnrce$akb$1@speranza.aioe.org>
Message-ID <c2fcd62f-5c67-4d9a-b267-a240efac2430@googlegroups.com> (permalink)
Subject Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call.
From kerravon@w3.to

Show all headers | View raw


On Friday, August 30, 2013 2:03:27 AM UTC+10, Bill Buckels wrote:
> <kerravon@w3.to> wrote:
> 
> > Anil, here is the code in question from the Borland runtime library 
> 
> > findfirs.cas:
> 
> Paul this is perfect. It seems to me they are using their own DTA after 
> pushing whatver was ther onto the stack, then popping whatver was there back 
> on afterwards.
> 
> Where do you have the source?

It came with Borland C++ 3.1 (purchased long ago, not downloaded) I believe.

C:\borlandc>dir
 Volume in drive C is OS
 Volume Serial Number is DE22-8195

 Directory of C:\borlandc

2013-07-13  18:56    <DIR>          .
2013-07-13  18:56    <DIR>          ..
2013-07-13  18:56    <DIR>          BGI
2013-07-13  18:56    <DIR>          BIN
2013-07-13  18:56    <DIR>          CLASSLIB
2013-07-13  18:56    <DIR>          CRTL
2013-07-13  18:56    <DIR>          DOC
2013-07-13  18:56    <DIR>          EXAMPLES
2013-07-31  04:00    <DIR>          INCLUDE
2013-07-13  18:56    <DIR>          LIB
2013-07-13  18:56    <DIR>          OWL
2013-07-13  18:56    <DIR>          REDIST
2013-07-13  18:56    <DIR>          TVISION
               0 File(s)              0 bytes
              13 Dir(s)  20,550,037,504 bytes free

C:\borlandc>cd crtl

C:\borlandc\CRTL>dir
 Volume in drive C is OS
 Volume Serial Number is DE22-8195

 Directory of C:\borlandc\CRTL

2013-07-13  18:56    <DIR>          .
2013-07-13  18:56    <DIR>          ..
1992-06-10  02:10               266 ALL.BAT
1992-06-10  02:10             1,826 BUILD.BAT
2013-08-30  01:19    <DIR>          CLIB
1992-06-10  02:10            17,239 CRTL.DOC
2013-07-13  18:56    <DIR>          EMU
2013-07-13  18:56    <DIR>          IOSTREAM
1992-06-10  02:10             1,391 MAKEDIRS.BAT
1992-06-10  02:10             3,038 MAKEFILE
2013-07-13  18:56    <DIR>          MATH
1992-06-10  02:10                 2 RETURN.TXT
2013-07-13  18:56    <DIR>          RTLINC
1992-06-10  02:10             2,320 RULES.MAK
1992-06-10  02:10               914 VARS.BAT
2013-07-13  18:56    <DIR>          WINLIB
               8 File(s)         26,996 bytes
               8 Dir(s)  20,550,037,504 bytes free

C:\borlandc\CRTL>cd clib

C:\borlandc\CRTL\CLIB>dir find*
 Volume in drive C is OS
 Volume Serial Number is DE22-8195

 Directory of C:\borlandc\CRTL\CLIB

1992-06-10  02:10             4,821 FINDFIRS.CAS
               1 File(s)          4,821 bytes
               0 Dir(s)  20,550,037,504 bytes free

C:\borlandc\CRTL\CLIB>

Back to comp.os.msdos.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. Anil Nair <anilcoll90@gmail.com> - 2013-08-29 05:27 -0700
  Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "R.Wieser" <address@not.available> - 2013-08-29 15:03 +0200
    Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-29 08:15 -0700
      Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-29 08:21 -0700
        Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 11:03 -0500
          Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-30 03:06 -0700
            Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-30 09:30 -0500
              Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-30 08:07 -0700
                Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-30 10:48 -0500
                Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Rod Pemberton" <dont_use_email@nohavenotit.com> - 2013-08-31 01:32 -0400
                Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-31 10:36 -0700
        Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 11:15 -0500
          Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-30 08:03 -0700
            Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-30 15:01 -0700
            Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "R.Wieser" <address@not.available> - 2013-08-31 00:28 +0200
  Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 08:05 -0500
    Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 08:33 -0500
      Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. Anil Nair <anilcoll90@gmail.com> - 2013-08-29 06:57 -0700
        Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 10:04 -0500
    Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. kerravon@w3.to - 2013-08-29 07:22 -0700
      Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 09:55 -0500
      Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. "Bill Buckels" <bbuckels@mts.net> - 2013-08-29 11:35 -0500
  Re: Problem with Int 21/AH=4E,4F(FindFirst and FindNext) function call. Anil Nair <anilcoll90@gmail.com> - 2013-09-10 23:01 -0700

csiph-web