Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with QBJS
#5
Yes! use Option _Explicit to setup QB64 code to port to QBJS absolutely good idea!

You can comment it out after setup everything in QB64. Maybe, probably, QBJS just ignores Option _Explicit if you don't comment it out, now. Honestly its been awhile since I've practiced porting to QBJS.
I know dbox is working on big update soon.

Also reading over some notes of other problems I had:
use integers only for array indexes
use integers for pset and other graphics x, y
don't step 0 anything in Lines, ie a QB64 Circle Fill Routine using lines to fill a circle
QBJS has a circle fill built in I have code somewhere for that fix if anyone wants it.
b = b + ...
Reply


Messages In This Thread
Problems with QBJS - by Jack002 - 01-10-2025, 04:40 PM
RE: Problems with QBJS - by bplus - 01-10-2025, 04:50 PM
RE: Problems with QBJS - by Jack002 - 01-10-2025, 09:32 PM
RE: Problems with QBJS - by hsiangch_ong - 01-11-2025, 02:31 AM
RE: Problems with QBJS - by bplus - 01-11-2025, 06:30 PM



Users browsing this thread: 2 Guest(s)