Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date Library (v 4.4.0 up)
#3
It's just what I decided to go with for myself, to help me keep things separate.

QB64 doesn't care about your extension.  In the end, it only works with TXT files, though you can name them however you want.  

The standard convention has always been:
*.BAS for a QB64 program.
*.BI for library code that goes at the beginning in a program.
*.BM for library code that goes at the end of a program.

Since v 4.4.0 makes those split libraries unnecessary, I've just decided to use *.QLB for my own personal libraries so I can tell at a glance -- "This is a combined, full library with both declares and subs/functions all included in the single file."

Honestly, it'd be nice if others adopted such a convention as well, but for now, I think this is just a "Steve Thing".  Though fingers are crossed that it might hopefully catch on with others as well, rather than them just making *.BI files with subs in them, which might confuse folks with older versions of QB64 who see them and make them think they'll work for them as well.
Reply


Messages In This Thread
Date Library (v 4.4.0 up) - by SMcNeill - 02-01-2026, 01:51 PM
RE: Date Library (v 4.4.0 up) - by grymmjack - 02-01-2026, 04:12 PM
RE: Date Library (v 4.4.0 up) - by SMcNeill - 02-01-2026, 04:18 PM
RE: Date Library (v 4.4.0 up) - by Jack - 02-01-2026, 04:37 PM
RE: Date Library (v 4.4.0 up) - by SMcNeill - 02-01-2026, 09:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Draw Library (for QB64PE v4.4 up) SMcNeill 5 809 02-12-2026, 01:54 AM
Last Post: madscijr
  Input Devices Library SMcNeill 2 174 02-01-2026, 10:36 PM
Last Post: SMcNeill
  KeyBoard Library (for QB64PE v 4.4.0 up) SMcNeill 3 622 02-01-2026, 09:40 PM
Last Post: SMcNeill
  Screen Library SMcNeill 0 580 05-09-2025, 02:41 PM
Last Post: SMcNeill
  Text to Speech Library (Windows only) SMcNeill 11 4,074 07-01-2023, 07:58 PM
Last Post: mnrvovrfc

Forum Jump:


Users browsing this thread: 1 Guest(s)