I am making an API call as follows:
iSession = FedExAPIBeginSession(IP + Chr$(0), Val(port), UserName, passWord, 0, custProfile, Len(custProfile), ibufflen)
I have the VC++ header file and so have checked obvious things like correct variable types being passed, but I keep getting the error ".... memory could not be written".
Earlier (before the above line) I successfully call another API to initialise the library.
Does anyone know why this error is being generated???
Simon [sig][/sig]
iSession = FedExAPIBeginSession(IP + Chr$(0), Val(port), UserName, passWord, 0, custProfile, Len(custProfile), ibufflen)
I have the VC++ header file and so have checked obvious things like correct variable types being passed, but I keep getting the error ".... memory could not be written".
Earlier (before the above line) I successfully call another API to initialise the library.
Does anyone know why this error is being generated???
Simon [sig][/sig]