sync with trunk r46493
[reactos.git] / base / applications / calc / readme.txt
1 * * * * R E A C T O S - C A L C * * * *
2
3 INTRODUCTION
4 =============
5 This is ReactOS Calc, a scientific calculator for Win32 and Win64 systems.
6 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.
7 The user interface of ReactOS Calc is really similar to Microsoft calculator, so you should be able to use this replacement very quickly.
8
9 COMPILATION
10 ============
11 You need MinGW for compiling ReactOS Calc.
12 Just launch MAKEALL.BAT from the source directory.
13 This will generate all executables for various configurations and platforms.
14
15 COMPILING THE HELP FILE
16 ========================
17 ReactOS Calc uses HTMLHELP for opening the help file and generating the popups.
18 The Microsoft HTMLHELP Workshop is freely downloadable from Microsoft's site at:
19
20 http://www.microsoft.com/downloads/details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en
21
22 INSTALLATION
23 =============
24 CALC.CHM must be copied under %systemroot%\Help directory.
25 For Microsoft Windows's users, it can be \Windows\Help or \WinNT\Help.
26 For ReactOS's users, it must be \ReactOS\Help (at the moment the Help directory doesn't exists, so it must be created manually).
27
28 NOTES TO REACTOS'S USERS
29 =========================
30 At the time of the write of this text, the newest version of ReactOS is 0.3.4.
31 While ReactOS Calc works fine with Microsoft's operating systems, there are some known issues with ReactOS:
32 * The keyboard shortcuts work, but there are still some issues.
33 * At startup, the focus is visible on the Inv control.
34 * The selection on the various radio buttons isn't displayed correctly.
35 * Into the aboutbox, the color around the ReactOS's logo isn't applied.
36 * Into the aboutbox, the scroll bar used into the read-only edit control doesn't work (seen into the italian version).
37 * For some reasons, the [RET] button of the statistical box doesn't set the focus on the calculator.
38 * Help file and help popups don't work.
39 * The floating point support into the shared runtime library is still unimplemented (ieee version only).
40
41 CLOSING WORDS
42 ==============
43 it's a very short readme file, I know.
44 Unfortunately, I'm not very good at writing user's manuals.
45 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.
46 Then, the next step is the translation into other languages.
47 If you would like to help in some way on these tasks, you are welcome.
48
49 -------------------------------------------------------------------
50 Carlo Bramini, 19-05-2008