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 »

How to make "BI" file

thanks
Guest

Re: BI file

Post by Guest »

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 »

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 »

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 »

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