jbailey268
Programmer
I am programming in VFP 8 and have a DLL that works very successfully when called from VFP. It has been shown to do the job when object instantiation occurs in Access, Excel and even from a stored procedure in SQL.
When a co-worker tried to call it from the latest .NET application it fails.
Since VFP9 touts that it has more compliance with .NET ; was wondering if the issue is solved in VFP9.
It is called by saying "oData=Createobject(validcheck)"
Then retval=odata.verifylicense(param1,param2,param3…param9)
The DLL is installed on the computer in question but the person keeps claiming that the error says 'expected parameters' or 'invalid parameters,' even though all the parameters are allegedly passed.
It would really be cool to show him that this DLL can be instantiated from a .net app.
There are 2 questions here. Can it be done using VFP8? If so how?
When a co-worker tried to call it from the latest .NET application it fails.
Since VFP9 touts that it has more compliance with .NET ; was wondering if the issue is solved in VFP9.
It is called by saying "oData=Createobject(validcheck)"
Then retval=odata.verifylicense(param1,param2,param3…param9)
The DLL is installed on the computer in question but the person keeps claiming that the error says 'expected parameters' or 'invalid parameters,' even though all the parameters are allegedly passed.
It would really be cool to show him that this DLL can be instantiated from a .net app.
There are 2 questions here. Can it be done using VFP8? If so how?