Poll: Who has tried a740g new InForm-PE setup
You do not have permission to vote in this poll.
and successed without any modifications
85.71%
6 85.71%
and succeded with modifications
14.29%
1 14.29%
and failed to get InForm_PE exe's needed
0%
0 0%
Total 7 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Poll: who has tried a740g InForm setup for QB64pe
#14
When it comes to many of the QB64PE commands, from what I remember, the slash really doesn't matter.   QB64PE will look at your OS and then do the appropriate substitution for you whit regard of slashing.   It won't work with SHELL statements, but many of the built in functions like $INCLUDE will swap from / to \ as needed for yout OS.

Or at least... I *think* it used to.   I honestly haven't did anything multiplatform for ages.   Try this -- it works for me:

HW.bas :

Code: (Select All)
'$Include:'.\HW count.bas'
'$Include:'./HW count.bas'


HW Count.bas

Code: (Select All)
count = count + 1
Print "Hello World"; count


The first includes the second, and once compiled you can see that *BOTH* includes are added to the file. The direction of the slash really doesn't change anything with regards to finding the file specified.
Reply


Messages In This Thread
RE: Poll: who has tried a740g InForm setup for QB64pe - by SMcNeill - 02-08-2026, 02:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  InForm Paint by Fellippe Heitor Magdha 0 102 01-31-2026, 10:08 AM
Last Post: Magdha
  Trackword Puzzle Solver (InForm) Program - Referenced to Elsewhere Magdha 2 200 01-26-2026, 08:13 PM
Last Post: bplus
  PUT YOUR INFORM PROGRAMS HERE Magdha 14 606 01-25-2026, 10:16 AM
Last Post: Magdha
  Crossword Maker InForm Program - Referenced to Elsewhere Magdha 0 106 01-23-2026, 11:54 AM
Last Post: Magdha

Forum Jump:


Users browsing this thread: 1 Guest(s)