I have composed a DLL in PB/DLL 6.0. I want to access the DLL routines from Visual FoxPro.
I am able to access the routines that don't have parameters. When I am trying to call a routine with
passing parameters, I get an Error telling me that either number of parameters, or the type of parameters
passed to the routine are wrong. I checked these two possible reasons. None of them is there.
I would appreciate any help from someone who had experience in calling from Visual FoxPro DLL routines
created in PBDLL environment.
Joshua
I am able to access the routines that don't have parameters. When I am trying to call a routine with
passing parameters, I get an Error telling me that either number of parameters, or the type of parameters
passed to the routine are wrong. I checked these two possible reasons. None of them is there.
I would appreciate any help from someone who had experience in calling from Visual FoxPro DLL routines
created in PBDLL environment.
Joshua
Comment