Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can anyone tell me why this won't compile?
#11
Line 11 is a typo.   You're getting your clear color for the 2nd image off a point in the first image.  It *should* be _SOURCE image(2) instead.  This is only working because apparently the two images have the same color associated with them.   Be careful of this.

Issue #2 that I see is that your _SOURCE remains to be image(2).  Be careful of this as well, as any future calls to point and such will default to it and not your active screen itself.
Reply
#12
Quote:I feel like I should apologize for this rabbit hole I'm dragging you all down. 

What you are doing is commendable. Not only asking questions in Help me section but also posting your code to go along with your questions. You are probably helping several other lurkers who are too shy to get their selves setup properly with QB64. This is best use of this forum along with sharing fun things you've enjoyed.
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using gcc to compile C file aurel 22 4,149 04-22-2024, 03:48 PM
Last Post: aurel
  Can't compile .bas files PhilOfPerth 11 1,958 01-03-2023, 02:21 AM
Last Post: PhilOfPerth

Forum Jump:


Users browsing this thread: 1 Guest(s)