Download Pelles C here: http://www.pellesc.se
Quote from: Vortex on March 30, 2026, 09:09:29 PMThanks for the ARM64 example. I don't have a computer with an ARM processor, so not easy to the test sample. Thanks for maintaining Poasm. Yes, the C version is shorter and is looking better.I have seen some hints on the web that Windows 11 (on X64) may be able to emulate ARM64 code (not just using the weird ARM64EC mode). I can't verify this myself since my only Windows 11 machine right now is a laptop with an ARM64 processor.
Quote from: Vortex on March 30, 2026, 11:25:39 PMRelease Candidate #2 for version 14.00 work on Windows 7 Sp1 64-bit, many thanks.Thanks for the info! Good to know...
Quote from: John Z on March 30, 2026, 02:36:03 PMTurns out to be more than just the one file. I checked the Option you mentioned above it was set to UTF-8. Most files in the program were ANSI, including file.c, a few newer additions were UTF-8.Sounds like what I stumbled on yesterday, by dumb luck. When debugging a totally unrelated case, the debugger complained about "invalid characters" when trying to load a source file (using the same load function as the source editor). On my machine it boiled down to double quotes (code 34 vs 147).
Quote from: Pelle on March 30, 2026, 01:36:57 PM2) What is your setting for "Options" -> "Source editor" -> "Default encoding, source files" ?
Quote from: John Z on March 30, 2026, 12:46:25 PMThe only different thing I see is with a single C file that was 'OK' under V13 but is reported as having illegal character(s) under V14. I could not find any bad character(s) and other text editors did not show or complain either. Finally I just used TextPad to re-save the file as UTF-8, with BOM, then it was acceptable to V14, nothing looked different...1) Can I somehow look at the "broken" file ?
Quote from: John Z on March 30, 2026, 12:46:25 PMPerhaps a future enhancement could report the byte position of the 1st offending character so it would be easier to locate and correct.Properly formed text files should always load. Malformed text files should be uncommon enough that my time is better spent on more important tasks.
Quote from: TimoVJL on March 30, 2026, 11:14:14 AMThanks,Thanks. No problem.
that i can still use my an old PC full of an old C-code for testing new version.
Page created in 0.068 seconds with 15 queries.