Search found 665 matches
- Wed Apr 07, 2021 6:47 am
- Forum: DM42
- Topic: Free42 Version 3
- Replies: 57
- Views: 3588
Re: Free42 Version 3
Then I don't know what "automatic stack lifting" was referring to, if not relating to enabling/disabling Entry RPN. That's ok, I'll just leave it at this and move on. In case you're referring to this... We continue offering such a stack with the WP43S, keeping the benefits of RPN (automat...
- Tue Apr 06, 2021 12:21 am
- Forum: DM42
- Topic: Free42 Version 3
- Replies: 57
- Views: 3588
Re: Free42 Version 3
Free42 is type alpha (Classical RPN and 4 levels stack) by default and can optionally be type delta (classical RPN and ~unlimited stack). I'm not sure introducing new terminology just for describing this is going to reduce confusion very much. Free42 in NSTK mode looks more like "type beta&quo...
- Mon Apr 05, 2021 3:57 pm
- Forum: DM42
- Topic: Free42 Version 3
- Replies: 57
- Views: 3588
Re: Free42 Version 3
The Plus42 source code is in the same GitHub repository as Free42; just select the "plus" branch. Not much activity there in recent weeks... I have been busy with some personal matters. Hoping to get back into a nice working rhythm soon. I'm particularly eager to finish the equations featu...
- Fri Apr 02, 2021 6:05 pm
- Forum: Usage tips, tricks and problem reports
- Topic: Crash with DMCP-3.21 / DM42-3.18b2 BETA RELEASE
- Replies: 3
- Views: 228
Re: Crash with DMCP-3.21 / DM42-3.18b2 BETA RELEASE
I hope so, but you're asking the wrong person. That's up to SwissMicros to decide.
Dir auch frohe Ostern!
Thomas
- Fri Apr 02, 2021 6:00 am
- Forum: Usage tips, tricks and problem reports
- Topic: Crash with DMCP-3.21 / DM42-3.18b2 BETA RELEASE
- Replies: 3
- Views: 228
Re: Crash with DMCP-3.21 / DM42-3.18b2 BETA RELEASE
That's a bug in Free42. DROPN crashes in 4STK mode, except when n = 4.
It's fixed in 3.0.2.
It's fixed in 3.0.2.
- Thu Apr 01, 2021 9:10 pm
- Forum: Usage tips, tricks and problem reports
- Topic: How to use PGMMENU & VARMENU
- Replies: 3
- Views: 196
Re: How to use PGMMENU & VARMENU
1) How can I display a prompt when PGMMENU is working? My code below just shows a blank line above the menu. I'm using free42 3.0.2 It looks like PGMMENU is clearing the display. That's a bug, it's not supposed to do that. But as a work-around, you can use AVIEW or PROMPT after PGMMENU. ( Update : ...
- Tue Mar 30, 2021 11:36 pm
- Forum: SwissMicros Firmware Update Announcements
- Topic: UPDATE: DMCP-3.21 / DM42-3.18b2 BETA RELEASE
- Replies: 10
- Views: 1187
Re: UPDATE: DMCP-3.21 / DM42-3.18b2 BETA RELEASE
No. The code changes in question were made after 3.0.1 was released, and the problem with the changes was fixed before 3.0.2. So you should be fine with Free42 3.0.1 and 3.0.2.
(Free42 3.0.2 does contain several bug fixes, but the complex number issue never affected any official Free42 release.)
(Free42 3.0.2 does contain several bug fixes, but the complex number issue never affected any official Free42 release.)
- Tue Mar 30, 2021 10:56 pm
- Forum: Usage tips, tricks and problem reports
- Topic: Bug in FUNC and LNSTCK?
- Replies: 13
- Views: 378
Re: Bug in FUNC and LNSTCK?
Could well be. I think they approved the update within half an hour or something. 

- Tue Mar 30, 2021 9:33 pm
- Forum: Usage tips, tricks and problem reports
- Topic: New Free42 utilities: inconsistent (?) behaviour at long button press
- Replies: 2
- Views: 137
Re: New Free42 utilities: inconsistent (?) behaviour at long button press
The long press trick only works with functions with no parameters. For functions with parameters, the calculator goes into command entry mode immediately, displaying the function name and prompting for the parameter... unless it's a PRGM-only function and you're doing it in RUN mode. The same thing ...
- Tue Mar 30, 2021 6:38 pm
- Forum: Usage tips, tricks and problem reports
- Topic: Bug in FUNC and LNSTCK?
- Replies: 13
- Views: 378
Re: Bug in FUNC and LNSTCK?
There are a few changes in the Android version, but it's minor stuff. New icon, different default directory in the file selection boxes, and added requestLegacyExternalStorage="true" in the app manifest, to enable access to /sdcard on devices with Android 10. Nothing that should cause a cr...