Author Topic: QB64 win-x86 or win-x64  (Read 2133 times)

0 Members and 1 Guest are viewing this topic.

Offline euklides

  • Forum Regular
  • Posts: 128
    • View Profile
QB64 win-x86 or win-x64
« on: November 26, 2020, 04:10:17 am »

When I use QB64, how do I know if I am using version win-x86 or version win-x64?
The 'about' menu seems not to be enough clear.

I have both versions of QB64, because I create some programs in both 32 and 64 bits.
And when I have a program created with QB64, how do I know if it's 32 or 64 bit if I haven't been careful when creating it ...

Thank's
Why not yes ?

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: QB64 win-x86 or win-x64
« Reply #1 on: November 26, 2020, 04:13:14 am »
I’m pretty certain all you need to do is:

Code: QB64: [Select]
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 win-x86 or win-x64
« Reply #2 on: November 26, 2020, 11:40:03 am »
I’m pretty certain all you need to do is:

Code: QB64: [Select]

Confirmed for 64 bit Windows.