Mike
Thanks for the response, but after more reading I found the DLL has to be a Win 32 DLL. I can create that through VS but I couldn’t include everything I needed after not receiving an answered I decided to just do it through VS .net 4.5 Thanks again Buddy From: [email protected] [mailto:[email protected]] On Behalf Of Michael Byerley Sent: Thursday, August 11, 2016 1:39 PM To: RBASE-L <[email protected]> Subject: [RBASE-L] - Re: DLCALL 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] <mailto:[email protected]> . For more options, visit https://groups.google.com/d/optout. -- 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.

