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
#19
(02-08-2026, 05:46 PM)SMcNeill Wrote:
(02-08-2026, 03:02 PM)Magdha Wrote: @SMcNeill Thanks Steve.  On my system it doesn't seem to matter which is used.

Note that it may matter if you use SHELL or other system type calls that aren't handled internally by QB64PE.  Same with DECLARE LIBRARY calls and such.  If you're using things outside of vanilla QB64, then you may have issues with / vs \, but in QB64 it usually doesn't matter.
   It's a bit of a pita but for stuff like that I use

Code: (Select All)

DIM SHARED SLASH$

$IF WINDOWS THEN
      SLASH$ = "\"
$ELSE
      SLASH$ = "/"
$END IF




   Then I make sure I build my Command strings for shell or file paths with the SLASH$ variable !
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  InForm Paint by Fellippe Heitor Magdha 0 103 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 607 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)