| File |
Date |
Author |
Commit |
|
examples
|
2026-02-26
|
gusi67
|
[r606]
small fixes, introducing bigger problems :) :)
|
|
post-212
|
2026-02-26
|
gusi67
|
[r606]
small fixes, introducing bigger problems :) :)
|
|
testsuite
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
README.txt
|
2021-08-22
|
gusi67
|
[r211]
readme file
|
|
calc.vim
|
2025-09-28
|
gusi67
|
[r586]
testsuite not working, reverting back to editin...
|
|
constants.h
|
2025-04-18
|
gusi67
|
[r512]
miscellaneous work with mathml
|
|
externs.h
|
2026-03-04
|
gusi67
|
[r625]
version tick
|
|
grammarprocessor.tab.c
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
grammarprocessor.y
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
grammarprocessor.y.bak2
|
2025-09-23
|
gusi67
|
[r581]
grammar backup
|
|
lex.yy.c
|
2026-02-26
|
gusi67
|
[r611]
NEG
|
|
lexer.l
|
2026-02-26
|
gusi67
|
[r611]
NEG
|
|
makefile
|
2026-03-04
|
gusi67
|
[r624]
stripped off the filename in xml file
|
|
makefile.arm-and-desktop
|
2026-02-26
|
gusi67
|
[r609]
\lvert och \rvert
|
|
makefile_win32
|
2024-07-15
|
gusi67
|
[r464]
committing makefile for windows 64 bits to cros...
|
|
makefile_win32_64
|
2024-07-19
|
gusi67
|
[r465]
main changes in the cross compile makefile_win3...
|
|
mydocument-sample.qxd
|
2026-03-04
|
gusi67
|
[r621]
sample calc document skeleton
|
|
mydocument.qxd
|
2026-03-04
|
gusi67
|
[r619]
developing calculation document xmlfile
|
|
qx.css
|
2026-03-05
|
gusi67
|
[r626]
text color in stylesheet
|
|
qx.h
|
2021-04-19
|
gusi67
|
[r40]
constants
|
|
qxcalc-v38-win32.exe
|
2021-11-12
|
gusi67
|
[r257]
binary of parser, version 38
|
|
qxcalc-v40.win32.exe
|
2021-11-13
|
gusi67
|
[r261]
version 40 of calculator
|
|
qxcalc-v42-win32.exe
|
2021-12-03
|
gusi67
|
[r271]
v43
|
|
qxcalcfile.bak
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
qxcalcfile.cpp
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
qxcalcfile.h
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
symtab.h
|
2026-02-26
|
gusi67
|
[r609]
\lvert och \rvert
|
|
table.cpp
|
1 day ago
|
gusi67
|
[r630]
missing files in main directory,
|
|
todo.txt
|
2026-03-01
|
gusi67
|
[r614]
todo list
|
|
uselib.c
|
2021-07-25
|
gusi67
|
[r189]
uselib test, workie!
|
Read Me
------------------------------------------------------
QxCalc README.txt file
Date:2021-04-09
------------------------------------------------------
This is the README.txt file of QxCalculator
Nothing very much in particular to note, just put both executables in the
same directory and run 'qxcg*.exe' (GUI), 'qxcalc.exe' is the backend.
For the Windows (TM) variant you need a file by name 'browser.path' in the same
directory as the scripts and that you run qxcg.exe and qxcalc.exe from, with
the sole content of the absolute path to your browser of choice.
E.g.
"c:\browser path\browser executable.exe"
You may use the backend (qxcalc.exe) without user
interface(qxcg*.exe), but not the other way around as the
user interface needs the backend.
Nothing guaranteed but should/could run on most any Windows(TM), and has
been successfully compiled and used on amd64 linux, and Raspberry PI(armhf).
For recent developments please head over to the homepage of the project:
http://qxcalc.sourceforge.net/
There is a dozen or so of samples in the debian packages.
Do subscribe to the RSS feeds of qxcalc on sourceforge to follow development.
Happy scripting!
Cheers,
The Author