I am NOT a FoxPro programmer and need some help. I created a new C# dll to handle some web requests for an old FoxPro application. The existing DLL no longer worked and they didn't have the source code. So, now i have this new DLL that I which to intergrate into FoxPro. I need to have 4 parameters passed to the DLL which has a class. Can I pass the parameters? The previous DLL call was:
DECLARE INTEGER WebHTTPRequest IN &lcWebHTTPRequestQuotes
Or do i have to put the parameters in some text file for the dll to read? If I can pass parameters, anyone know the syntax?
Thanks!!!
DECLARE INTEGER WebHTTPRequest IN &lcWebHTTPRequestQuotes
Or do i have to put the parameters in some text file for the dll to read? If I can pass parameters, anyone know the syntax?
Thanks!!!