Basically, two problems:
1) I get errors when I try to inclued NewFloatMgr.h in my
files. Can I use this with gcc?
Error: 'control reaches end of non-void function'. I get this
for every function in NewFloatMgr.h
Why? What is fix?
2) I have also tried FloatMgr.h but still have problems. How
does one deal with floats in general. I have an app where I must:
a) receive float input values
b) save float data to DB
c) calculate new values based on floats
d) display floats to form
I can declare 'float' values, but there does not seem to
be ways of getting input to these variables.
1) How is it accomplished using 'gcc' (not CW) compiler?
2) Does anyone have an example showing use of floats to and from
form and float variables?