Glad you got it handled. When there is a lengthy argument list and I am in control of the creation of the Win32 DLL, I usually pass ALL the arguments as text, then parse the string and massage the argument to its correct datatype inside the Win32 DLL.
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.

