BI file

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
BI file

Post by Guest » Sat May 25, 2002 8:10 pm

How to make "BI" file

thanks

Guest

Re: BI file

Post by Guest » Mon Jun 24, 2002 8:21 am

Well if you mean a Binary file, use

open "whatever.whatever" for binary as #1

and then use get and put. If you need help, or I was wrong, email me.
Tyelcon

ScotCompMan
Newbie
Posts:6
Joined:Mon Sep 02, 2002 3:56 am
Location:Berlin, NY
Contact:

Re: BI file

Post by ScotCompMan » Tue Sep 03, 2002 11:20 pm

If you mean include files than don't use the last reply.
Almost any file can be used as a .BI file by some small changes, then:
'$include:'whatever.BI'
And pretend it is a sub whith out arguements
DOS Programing Will Last Forever!!

Jehovah
Jr. Member
Posts:24
Joined:Tue Oct 29, 2002 10:54 pm
Location:Boise, Idaho

Re: BI file

Post by Jehovah » Mon Nov 04, 2002 9:04 pm

If you are talking about the file that declares subs and functions for a liberary, it is made by the assember when you assemble the liberary.  If you need the file and do not have it, download the assember from a different source or contact the auther.

there are other ways to make the bi file.  but the above is the easiest.

do not attempt to make the file yourself

Guest

Re: BI file

Post by Guest » Wed Nov 06, 2002 8:48 am

Just make your SUBS and Functions inside the IDE and Save the file.

If you used any procedures QB would automatically make the declare statements for you.

Then its just a matter of CUT>PASTE and
Save AS > FileNam.BI

Remamber to save as TEXT.

After that

'$include: 'FileNam.BI'

;*)

Post Reply