max1x106
07-21-2007, 04:21 PM
You see a variety of specialized calculators online some of which may be Flash applications:
(http://psych.fullerton.edu/mbirnbaum/bayes/BayesCalc.htm).
I want to make a calculator and I want the calculation functions to reside on the server in a C dll. Ideally, my swf will take numerical input and target method from the user and pass those arguments to the appropriate server-resident dll's method. Then the server will return a result to the swf on the client for display.
I am very green in this remoting area and I need a stepwise tutorial for dunderheads like myself. Can anyone point me in the proper direction?
(http://psych.fullerton.edu/mbirnbaum/bayes/BayesCalc.htm).
I want to make a calculator and I want the calculation functions to reside on the server in a C dll. Ideally, my swf will take numerical input and target method from the user and pass those arguments to the appropriate server-resident dll's method. Then the server will return a result to the swf on the client for display.
I am very green in this remoting area and I need a stepwise tutorial for dunderheads like myself. Can anyone point me in the proper direction?