conversion
I get the following errors when I compile my code:
Compiling...
gpcc.cpp
C:\D\GPS\gpslab\gpcc.cpp(130) : error C2440: '=' : cannot convert from 'double *' to 'double'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(131) : error C2440: '=' : cannot convert from 'double *' to 'double'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(132) : error C2440: 'type cast' : cannot convert from 'double' to 'double *'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(133) : error C2440: 'type cast' : cannot convert from 'double' to 'double *'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(134) : error C2440: 'type cast' : cannot convert from 'double' to 'double *'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(135) : error C2440: '=' : cannot convert from 'double *' to 'double'
There is no context in which this conversion is possible
C:\D\GPS\gpslab\gpcc.cpp(137) : error C2664: 'CINRun' : cannot convert parameter 1 from 'double ** ' to 'double *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.
gpslab.dll - 7 error(s), 0 warning(s)
Thank you

