Author Topic: Bug, which stop IDE working  (Read 4738 times)

0 Members and 1 Guest are viewing this topic.

Offline Bert22306

  • Forum Regular
  • Posts: 206
    • View Profile
Re: Bug, which stop IDE working
« Reply #15 on: August 02, 2019, 03:43:02 pm »
Yay! The fix works fine. Thanks, Steve. Quick work of it.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Bug, which stop IDE working
« Reply #16 on: August 02, 2019, 04:00:23 pm »
Yay! The fix works fine. Thanks, Steve. Quick work of it.

If you've got the latest version I just uploaded Bert, you've also got the $COLOR32 keyword now.  Give it a try sometime and see how it performs for you also.  It should be as simple as:

$COLOR32
SCREEN _NEWIMAGE(640,480,32)
Line (100,100)-(200,200),Red,BF
Circle (320,240), 100, Gold
Paint (320,240), Gold
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Bert22306

  • Forum Regular
  • Posts: 206
    • View Profile
Re: Bug, which stop IDE working
« Reply #17 on: August 02, 2019, 09:08:46 pm »
Yes, I did install the latest qb64.bas you posted, and yes, $COLOR32 works like a champ. One heck of a feature update, eh? Thanks, Steve!

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Bug, which stop IDE working
« Reply #18 on: August 03, 2019, 12:36:38 am »
"Welp?" I think you just made Richard piss in his afternoon tea! :D

Welp, thanks for the fix.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline Qwerkey

  • Forum Resident
  • Posts: 755
    • View Profile
Re: Bug, which stop IDE working
« Reply #19 on: August 03, 2019, 04:27:10 am »
"Welp?"  Well, it appears that Google dictionary offers a definition of this word:

welp: (exclamation, informal US).  Non-standard spelling of well, representing a pronunciation (typically used to convey resignation or disappointment).

Oh, you informal US folk.  You're enough to make anyone incontinent.

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: Bug, which stop IDE working
« Reply #20 on: August 03, 2019, 04:59:41 am »
Thank you, Steve.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Bug, which stop IDE working
« Reply #21 on: August 03, 2019, 09:15:37 pm »
Oh, you informal US folk.  You're enough to make anyone incontinent.

Jus' cuz ya ain't in the same continent, don't means ya can't understands plain English!

 - Sam
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/