Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
z switch does nothing
#1
from the wiki https://qb64phoenix.com/qb64wiki/index.p...mmand_line?
Quote:Usage: qb64 [switches] <file>

Options:
  <file>                  Source file to load
  -c                      Compile instead of edit
  -o <output file>        Write output executable to <output file>
  -x                      Compile instead of edit and output the result to the
                            console
  -w                      Show warnings
  -q                      Quiet mode (does not inhibit warnings or errors)
  -m                      Do not colorize compiler output (monochrome mode)
  -e                      Enable OPTION _EXPLICIT, making variable declaration
                            mandatory (per-compilation; doesn't affect the
                            source file or global settings)
  -s[Confusedwitch=true/false]  View/edit compiler settings
  -l:<line number>        Start the IDE at the specified line number
  -p                      Purge all pre-compiled content first
  -z                      Generate C code without compiling to executable
Reply
#2
Note what is the time you run "qb64pe" program.

Compile your program with "-z" switch.

Then look into your "qbpe/internal/temp" directory.

Make sure there is anything in there which is very close to the time (ie. a few seconds later) you fired the "qb64pe" program.
Reply
#3
thanks mnrvovrfc Smile
Reply




Users browsing this thread: 1 Guest(s)