reactos/rosapps/roscalc/docs
Timo Kreuzer ca60bdfbe8 New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one.
Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree.
I imported the whole codebase, although the mpfr files are not used.
I moved the localizations to "lang" and the icons to "res" subfolder.

svn path=/trunk/; revision=31512
2007-12-31 05:51:52 +00:00
..
Help.en New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
Help.it New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
copying.txt New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
help.txt New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
readme.txt New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
todo.txt New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00
whatsnew.txt New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it) 2007-12-31 05:51:52 +00:00

              * * * * R E A C T O S - C A L C * * * *

INTRODUCTION
=============
This is ReactOS Calc, a scientific calculator for Win32 and Win64 systems.
I decided to start this project because the winecalc wasn't very usable (it's just my personal opinion) and the calculator included into Win95 and Win98 has some big limitations, like the missing support for 64 bit integers.
The user interface of ReactOS Calc is really similar to Microsoft calculator, so you should be able to use this replacement very quickly.

COMPILATION
============
You need MinGW for compiling ReactOS Calc.
Just launch MAKEALL.BAT from the source directory.
This will generate all executables for various configurations and platforms.

COMPILING THE HELP FILE
========================
ReactOS Calc uses HTMLHELP for opening the help file and generating the popups.
The Microsoft HTMLHELP Workshop is freely downloadable from Microsoft's site at:

http://www.microsoft.com/downloads/details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en

INSTALLATION
=============
CALC.CHM must be copied under %systemroot%\Help directory.
For Microsoft Windows's users, it can be \Windows\Help or \WinNT\Help.
For ReactOS's users, it must be \ReactOS\Help (at the moment the Help directory doesn't exists, so it must be created manually).

NOTES TO REACTOS'S USERS
=========================
At the time of the write of this text, the newest version of ReactOS is 0.3.3.
While ReactOS Calc works fine with Microsoft's operating systems, there are some known issues with ReactOS:
* The keyboard is only partially working.
* At startup, the focus is visible on the Inv control.
* The selection on the various radio buttons isn't displayed correctly.
* Into the aboutbox, the color around the ReactOS's logo isn't applied.
* Into the aboutbox, the scroll bar used into the read-only edit control doesn't work (seen into the italian version).
* For some reasons, the [RET] button of the statistical box doesn't set the focus on the calculator.
* Help file and help popups don't work.

CLOSING WORDS
==============
it's a very short readme file, I know.
Unfortunately, I'm not very good at writing user's manuals.
Although ReactOS Calc is pretty simple and I still think you should be able to understand the basic operations yourself, a good manual would be a nice presentation for new users.
Then, the next step is the translation into other languages.
If you would like to help in some way on these tasks, you are welcome.

-------------------------------------------------------------------
Carlo Bramini, 19-12-2007