by
antonk » Tue Oct 17, 2023 6:55 am
I had been under the impression that only certain versions of Windows had been studied and deemed acceptable for different versions of Chemstations, and that other combinations could sometimes work.
Definitely, that one version installed in our analytical solution lab and seems to be working with recent firmware.
Just a tale:
Agilent once released B.04 series ChemStation and forgot for set in the build process the flag for EXE files, which allows it to run under 64-bit operating system.
Until the support department had not caught main developers somewhere on Bahamas (or something like this), the service engineers have to perform the following procedure:
Extract special Microsoft tool from SDK (system development kit) and run over Chemstation installation the following CMD file:
for %%A in (C:\Chem32\CORE\*) do ("C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64\CorFlags.exe" %%A /32BIT+)