Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some Noob (to QB64) Questions
#10
Move the 3 CONST from the second file to the first:

CONST Last = SetSize - 1
CONST TRUE = -1
CONST FALSE = 0

Then save the second file as "CHARSET.BM" <-- don't use the BI extension. Make it .BM instead.


Then at the 3rd file, instead of including the .bas file, $INCLUDE:'CHARSET.BM' for that last line.
Reply


Messages In This Thread
Some Noob (to QB64) Questions - by TarotRedhand - 05-07-2022, 08:29 AM
RE: Some Noob (to QB64) Questions - by SMcNeill - 05-07-2022, 09:14 AM
RE: Some Noob (to QB64) Questions - by bplus - 05-07-2022, 03:34 PM
RE: Some Noob (to QB64) Questions - by bplus - 05-07-2022, 04:25 PM
RE: Some Noob (to QB64) Questions - by SMcNeill - 05-12-2022, 06:55 PM
RE: Some Noob (to QB64) Questions - by SMcNeill - 05-13-2022, 11:59 AM



Users browsing this thread: 8 Guest(s)