I recently used Wine to run Office 97 on Debian, just for old time's sake. I ended up liking it so much that I now use it for my word processing and spreadsheet tasks. This classic version is feature complete to me. Wine ensures it lives on, long past its support date and on an alien operating system. And clippit says hello! Screenshot for the curious: https://imgur.com/a/GmVUAfC It shows Word 97 on Linux editing a l…
How do you even get a legit copy of Office 97 these days?
Wine 7.0
121–130 of 153 posts
Re: Wine 7.0
#122Earlier quoted context omitted.
Crash recovery OpenOffice.org and LibreOffice always used to do this much better than Microsoft, but my understanding is that Microsoft has made more of an effort more recently. It is also useful if the program gets unexpectedly closed (for example by a reboot).
Office 97 has autosave, which works quite nice, I'd say better than current Office but worse then Open/LibreOffice.
Re: Wine 7.0
#123Earlier quoted context omitted.
What modern MS Office features are missing from '97 but still useful? I'm thinking you won't be able to write formulas using Latex. There's also a 32-bit limit for the amount of memory a program can use.
It looks like you're writing a letter. Would you like help?
Would you like help?"
Re: Wine 7.0
#124Earlier quoted context omitted.
Why is pdf bad in your opinion?
It's a 2000 page spec that links to other specs (eg JPEG, PNG). It is a turing complete document format that can run arbitrary code without a sandbox. It is a mix of a binary and text format (some opcodes are in binary, some in text which just why?). All in all, it is a format designed to be incredibly hard to implement so people just give up and pay adobe.
Re: Wine 7.0
#125I recently used Wine to run Office 97 on Debian, just for old time's sake. I ended up liking it so much that I now use it for my word processing and spreadsheet tasks. This classic version is feature complete to me. Wine ensures it lives on, long past its support date and on an alien operating system. And clippit says hello! Screenshot for the curious: https://imgur.com/a/GmVUAfC It shows Word 97 on Linux editing a l…
What modern MS Office features are missing from '97 but still useful? I'm thinking you won't be able to write formulas using Latex. There's also a 32-bit limit for the amount of memory a program can use.
Re: Wine 7.0
#126Earlier quoted context omitted.
Not officially, but "Clippy" is way more common https://en.wikipedia.org/wiki/Office_Assistant
It's amazing to think that the technology behind Clippy is the foundation for all of Microsoft's AI and ML work. I mean it probably isn't, but it's still amazing to think it.
Re: Wine 7.0
#127I'm curious to see if this means I'll be able to use Wine again on MacOS post-Catalina (10.15) when Apple removed 32-bit support. I'm still on an Intel-based machine back from 2019 so I'm hoping this means support in the near future when a new version is available on Homebrew. Then again I might be interpreting the release notes incorrectly and getting my hopes up for nothing.
Re: Wine 7.0
#128I love to see these updates. Wine has been so useful here that I started buying some old Windows games from Gog even though they don't specify Linux compatibility. I also went back to a vendor I used to use for Windows software and bought their latest version once I found it worked perfectly for my purposes in Wine. So, huge thanks to the Wine developers. Also, somebody has packaged Wine for Haiku OS, and it runs ins…
As someone acquainted with linux gaming, the general rule of thumb is that anything without anticheat works.
Re: Wine 7.0
#129I'm hoping that I'm correctly interpreting the WoW64 portion of the notes as meaning that I could run a 32-bit x86 Windows binary using the 64-bit Wine on ARM. I don't have a common need for this but I've had a couple of cases where I needed to test compatibility with something ancient and it would have been great to be able to install something in my development environment. In one of the cases, it was a 64-bit exec…
Once all modules are converted (there are still a few missing, unfortunately the hard ones, but people are working on those), the PE world interact with the external system only through this "syscall" interface. The Unix world is required to be compiled for the external system's architecture, but the PE world can be whatever you want, provided that you do the appropriate things at the syscall interface.
For example, you can have 32 PE libraries and 64 bit Unix libraries, and at the syscall interface you switch the processor back and forth between 32 and 64. Or you can have x86 PE and ARM (or whatever) Unix, and you enable/disable an emulator at syscalls.
Re: Wine 7.0
#130Earlier quoted context omitted.
It's a 2000 page spec that links to other specs (eg JPEG, PNG). It is a turing complete document format that can run arbitrary code without a sandbox. It is a mix of a binary and text format (some opcodes are in binary, some in text which just why?). All in all, it is a format designed to be incredibly hard to implement so people just give up and pay adobe.
Other than some stupid feature of it (like some of the ones you mentioned, maybe also forms), I really don’t think it is too hard to implement - there are plenty of open-source pdf reader libraries.