The first function I'm using is named Request
This function calls another function named PKADEN.
Request/
PKADEN/Code:int PKADEN(char *, char *, char *, double &); char s[100]; char ErrorMsg[150]; char PKADetail[500]; double FinalPKA; PKADEN(s,ErrorMsg,PKADetail,&FinalPKA);
Everything seems to be set up correctly, but when I try to compile it I get the following error:Code:int pkaden(char *s, char *ErrorMsg, char *PKADetail, double *FinalPKA)
I'm using Visual Studio 2005 on Windows.Code:Request - error C2664: 'pkaden' : cannot convert parameter 4 from 'double *__w64 ' to 'double &'
Thanks



LinkBack URL
About LinkBacks


