|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
Rated 5 cows in Tukids |
|
||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
|
|||||||||||||||||||||||||||
|
|
|
|
|
|||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
|
|||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||
We have received numerous requests for us to extend the
functionality of the software. However, we have to turn them down because we
are busily engaged in many other projects. Therefore, we are providing the
source code here hoping that this project will not remain stagnant at this
stage.
Please note that the code for this product is derived
extensively from sources that are available from
http://www.codeproject.com and http://www.codeguru.com .They are the Crystal Editor by Andrei
Stcherbatchenko, Expression Evaluator by Zoly Farkas and HyperLink by Chris
Maunder.
You can use, modify and/or redistribute the code or
compiled versions of the code freely without any restrictions, even for
commercial purpose. The original restrictive license of the binary version ( in
which you cannot reverse engineer or alter the product ) does not apply as long as your new product is not called
"TextCalc".
Please do not email us on technical questions related to
the source code.
Disclaimer
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND. THE
ENTIRE RISK OF THE USE OF THE SOFTWARE IS ASSUMED BY YOU. RENDERSOFT SOFTWARE
AND WEB PUBLISHING SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
A PARTICULAR PURPOSE, AND NON-INFINGEMENT WITH RESPECT TO THIS SOFTWARE AND ANY ACCOMPANYING
WRITTEN MATERIALS.
Download Source Code :
txtcalcsrc.zip
(Visual C++ 5.0)
Please Note
Most of the code that we have added reside in the file SampleView.cpp .
If you are interested in adding mathematical functions to
the program, you can use the "sqr" function as an example of a one-parameter
function by searching for the word "sqr" through all the files and looking up
the function vexp (operation number 165) in the file express.cpp .