The question cannot be answered without knowing the original function declaration in the DLL, your STDCALL declaration and the datatypes of the variables you are passing. STDCALL is simply a roadmap between the original function in the DLL and the endpoint DLCALL function and won't create an error unless you totally fritz the syntax.
On Saturday, August 6, 2016 at 8:45:44 PM UTC-4, Buddy Walker wrote: > > Can someone give me a hint as to what I should be looking for. > > > > I’m trying to use a dll that requires 25 arguments from the database. > > > > When I Execute the STDCALL FUNCTION ….. everything is ok > > > > Now when I try sending the using the DLCALL > > > > SET VAR v2 = (DLCALL(‘dllfilehere’,’function’ list of variables I receive > this error > > > > > > -ERROR- DLCALL(TEXT,DATE) is not valid. (2152) > > > > > > Thanks for any clues as to what I should be looking for. > > > > Buddy > > > > > -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

