Author Topic: A subtile difference between Qbasic Include$ and QB64 Include$  (Read 1536 times)

0 Members and 1 Guest are viewing this topic.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Hi guys
trying to compile some Qbasic programs in QB64 I have had some troubles. All fixed but  I think that this difference of behaviour about 'include$: 'path\namefile'   between Qbasic and QB64 must be stressed.

QB64 can compile .exe in original folder and all included files must have a path realtive to original folder
WHILE
Qbasic can run a file.BAS  as it was in Qbasic folder. So all included files must have a path related to Qbasic folder!
see attachment
  [ You are not allowed to view this attachment ]  
Programming isn't difficult, only it's  consuming time and coffee