Hi,
I tried to build the Spokes3GSDKSamples in Visual Studio 2010 (the SpokesSamples.sln).
The projects Spokes Spokes3GCOMSample and SpokesSDKCOMNETSample built OK but my real interest target project SpokesNativeSample compiled with 2 errors as below:
1>ClCompile: 1> stdafx.cpp 1> SpokesNativeSample.cpp 1>d:\spokes3gsdksamples\spokesnativesample\callobject.h(44): error C3861: 'getContact': identifier not found 1>d:\spokes3gsdksamples\spokesnativesample\spokesnativesample.cpp(161): error C2039: 'Release' : is not a member of 'ISessionManager' 1> c:\program files (x86)\plantronics\spokes3g sdk\include\spokes3g.h(401) : see declaration of 'ISessionManager' 1> 1>Build FAILED. |
Error 1 error C3861: 'getContact': identifier not found d:\spokes3gsdksamples\spokesnativesample\callobject.h 44 Error 2 error C2039: 'Release' : is not a member of 'ISessionManager' d:\spokes3gsdksamples\spokesnativesample\spokesnativesample.cpp 161 |
Any help ?
Thanks in advance.