Recent

Author Topic: 32/84 bit Windows  (Read 3155 times)

mtanner

  • Sr. Member
  • ****
  • Posts: 287
32/84 bit Windows
« on: February 10, 2019, 09:40:04 am »
I have finally mamaged to move my development work off XP onto Win7 64-bit. How do I know/control whether Lazarus is compiling a 32 or 64-bit exe?

And am I correct in thinking that a 32 bit exe should be able to run on a 64-bit system? (I tried instaling an old 32-bit image utility that I have found useful i the past, but the installation package jusy said it was invalid on the Win7/64bit - not a big problem but it made me wonder.)

Handoko

  • Hero Member
  • *****
  • Posts: 5131
  • My goal: build my own game engine using Lazarus
Re: 32/84 bit Windows
« Reply #1 on: February 10, 2019, 10:11:03 am »
How do I know/control whether Lazarus is compiling a 32 or 64-bit exe?

Lazarus main menu > Project > Project Options > Compiler Options > Config and Target > Target OS (choose Win32 or Win64)

And am I correct in thinking that a 32 bit exe should be able to run on a 64-bit system? (I tried instaling an old 32-bit image utility that I have found useful i the past, but the installation package jusy said it was invalid on the Win7/64bit - not a big problem but it made me wonder.)

Really? That's weird.
« Last Edit: February 10, 2019, 10:12:49 am by Handoko »

mtanner

  • Sr. Member
  • ****
  • Posts: 287
Re: 32/84 bit Windows
« Reply #2 on: February 10, 2019, 10:38:21 am »
Handoko thank you.

Maybe the old utility (originally used on Win 2000 !!, but has been ok up to XP) installation packahe just didi not recognise Win7. Also the utility is part of a bigger package that interfaces to MW Word, so maybe that has something to do with it. I will try just copying the utility exe from the XP system.

jamie

  • Hero Member
  • *****
  • Posts: 6090
Re: 32/84 bit Windows
« Reply #3 on: February 10, 2019, 02:56:43 pm »
32 bit apps run fine on Windows 64 bit.

I have both installed on this windows 10 PC because there are still many small windows tablets and
PC's that run the 32 bit versions
The only true wisdom is knowing you know nothing

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: 32/84 bit Windows
« Reply #4 on: February 10, 2019, 03:34:56 pm »
(I tried instaling an old 32-bit image utility that I have found useful i the past, but the installation package jusy said it was invalid on the Win7/64bit - not a big problem but it made me wonder.)


There are some old installers that rely on 16-bit code for the installer.   Those will fail on 64-bit Windows, because the Windows subsystems for executing 16-bit code have been removed on 64-bit Windows.


This is an issue with the 16-bit installer, and not the 32-bit application.
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

Remy Lebeau

  • Hero Member
  • *****
  • Posts: 1312
    • Lebeau Software
Re: 32/84 bit Windows
« Reply #5 on: February 10, 2019, 09:56:21 pm »
And am I correct in thinking that a 32 bit exe should be able to run on a 64-bit system?

Typically yes, but not always.  In particular, on Windows, the WOW64 emulator is required in order to run 32bit EXEs on a 64bit system, and starting with Windows Server 2008 R2, WOW64 is now optional and may not be installed.
« Last Edit: February 10, 2019, 09:58:05 pm by Remy Lebeau »
Remy Lebeau
Lebeau Software - Owner, Developer
Internet Direct (Indy) - Admin, Developer (Support forum)

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: 32/84 bit Windows
« Reply #6 on: February 10, 2019, 10:52:05 pm »
And am I correct in thinking that a 32 bit exe should be able to run on a 64-bit system?

Typically yes, but not always.  In particular, on Windows, the WOW64 emulator is required in order to run 32bit EXEs on a 64bit system, and starting with Windows Server 2008 R2, WOW64 is now optional and may not be installed.


In fairness, while accurate, that information wouldn't apply to 90% of the installations out there, including 100% of the desktop Windows installations...
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

Remy Lebeau

  • Hero Member
  • *****
  • Posts: 1312
    • Lebeau Software
Re: 32/84 bit Windows
« Reply #7 on: February 11, 2019, 01:09:48 am »
In fairness, while accurate, that information wouldn't apply to 90% of the installations out there, including 100% of the desktop Windows installations...

For now, yes. But who knows, maybe someday Microsoft will decide to phase out 32bit support in Desktop editions too, and make WOW64 optional for everyone.
Remy Lebeau
Lebeau Software - Owner, Developer
Internet Direct (Indy) - Admin, Developer (Support forum)

PascalDragon

  • Hero Member
  • *****
  • Posts: 5446
  • Compiler Developer
Re: 32/84 bit Windows
« Reply #8 on: February 11, 2019, 04:14:29 pm »
(I tried instaling an old 32-bit image utility that I have found useful i the past, but the installation package jusy said it was invalid on the Win7/64bit - not a big problem but it made me wonder.)


There are some old installers that rely on 16-bit code for the installer.   Those will fail on 64-bit Windows, because the Windows subsystems for executing 16-bit code have been removed on 64-bit Windows.


This is an issue with the 16-bit installer, and not the 32-bit application.
Some of these installers are however handled by Windows by replacing the 16-bit stub with a 32-bit one. ;) (see here)

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: 32/84 bit Windows
« Reply #9 on: February 11, 2019, 04:21:45 pm »
Note that Microsoft's win7 extended support EOL is less than an year away (January 14, 2020)

 

TinyPortal © 2005-2018