Search found 157 matches

by Over_score
Fri Sep 18, 2020 7:22 pm
Forum: Developer Forum
Topic: DMCP documentation
Replies: 10
Views: 6269

Re: DMCP documentation

I don't know how to implement this continuous ON feature only with the 2 defines and the 4 functions described here: http://www.swissmicros.com/dmcp/doc/DMCP-ifc-html/group__sys__autooff.html Apart from creating a timer calling reset_auto_off () every 599 seconds. Can you give me an advise to proceed?
by Over_score
Sat Sep 05, 2020 9:46 am
Forum: Software Library
Topic: Polynomial Roots Finder
Replies: 17
Views: 9357

Re: Polynomial Roots Finder

In the PDF: step 62 and 97 of the DM42 code should be X≠Y? (not XY?)
Thank you for this very interesting paper.
by Over_score
Tue Aug 11, 2020 9:47 am
Forum: Usage tips, tricks and problem reports
Topic: DM42- clock losing time
Replies: 99
Views: 60474

Re: DM42- clock losing time

x55 wrote:
Tue Aug 11, 2020 2:48 am
But what is the "True date" format?
In my case (french configuration) it is DD/MM/YYYY hh:mm:ss
by Over_score
Sun Aug 09, 2020 8:32 am
Forum: Usage tips, tricks and problem reports
Topic: DM42- clock losing time
Replies: 99
Views: 60474

Re: DM42- clock losing time

Here a small spreadsheet to do this calculation: https://www.cjoint.com/doc/20_08/JHjgDj ... ection.xls
by Over_score
Tue Jun 16, 2020 2:43 pm
Forum: C47/C43, WP43, WP34S
Topic: Who uses the 43S simulator under Windows, Linux, or on a Mac?
Replies: 44
Views: 19699

Re: Who uses the 43S simulator under Windows, Linux, or on a Mac?

(Edit: Consider 'Nm<->lbf ft' being implemented.)
Is implemented :D
by Over_score
Wed Jun 10, 2020 1:25 pm
Forum: DM41X
Topic: DM41X Beta Programme
Replies: 326
Views: 105629

Re: DM41X Beta Programme

I do appreciate the great labour that went into the faithful implementation of core 41 features on that new hardware platform. It is set to be my main calc for years to come. But please reflect: The main differentiating factor is a totally different display. It needs no argument that readability an...
by Over_score
Tue Jun 02, 2020 4:14 pm
Forum: C47/C43, WP43, WP34S
Topic: WP43 News
Replies: 2102
Views: 764524

Re: 43S News

@Tuxfish: please see here viewtopic.php?f=2&t=1816&start=850#p15706 and posting.php?mode=reply&f=2&t=1816#pr15714
There are no skin/config parameters for now.
by Over_score
Wed May 27, 2020 9:29 pm
Forum: C47/C43, WP43, WP34S
Topic: WP43 News
Replies: 2102
Views: 764524

Re: 43S News

Try to change line 34 in file src/wp43s/wp43s.h from

Code: Select all

#define DEBUG_PANEL                 1
to

Code: Select all

#define DEBUG_PANEL                 0
then

Code: Select all

make rebuild && ./wp43s
by Over_score
Wed May 27, 2020 5:30 pm
Forum: C47/C43, WP43, WP34S
Topic: WP43 News
Replies: 2102
Views: 764524

Re: 43S News

I am running linux mint so I tried to install in windows 7 64 bit in a VM. Why trying to use Windows in a VM? It's a lot easier to run it with Linux! You have to install the standard development tools, git, gtk+ 3 dev, and libgmp dev packages. Then, the first time, simply run: git clone https://git...
by Over_score
Sun May 10, 2020 7:35 pm
Forum: C47/C43, WP43, WP34S
Topic: WP43 News
Replies: 2102
Views: 764524

Re: 43S News

As I said in a precedent post:
The "0xc000001d" error is commonly caused by incorrectly configured system settings or irregular entries in the Windows registry.
All I can suggest is to make a fresh install of Windows.