Page 1 of 1

Interface to DLL^s/for loops

Posted: Fri May 26, 2006 9:50 am
by Cliff_Wiernik
2 questions.____1. Is their any way to implement a for type loop in a udf to allow a more complex equations or is their any method to implement this.____2. If if would require the use of a DLL, do you have more detailed specs on the DLL^s or some samples to use. I have read the chapter in the developing apps manual. It would be really helpful if you had a sample DLL that could be used as the basis of calculations.____Does anyone have such a template. Then it would be easy to add some special features. I have access to Microsoft C.., VB but have not used them.

=> RE: Interface to DLL^s/for loops

Posted: Wed May 31, 2006 10:14 am
by kfleming
We do not have for loops but you can built recursive functions. Have a look at the article on Recursive functions and see if therit helps to give you some ideas.____http://www.livewarepub.com/ftp/TechDocs/Recursive_Functions.pdf____Kathleen__R&R Support

==> RE: Interface to DLL^s/for loops

Posted: Wed May 31, 2006 3:41 pm
by Cliff_Wiernik
I will look at that but do you have some examples of DLL code to use for interfacing. Since it is implemented, you must have some sample code for things like some mathematical formulas. I don^t really do C programming but can work based on an example and template.____Thanks.