Tue, 02/07/2017 - 08:59
#1
3G Native API in x64
Hi,
I'm using Native API (3G) for my project.
The problem is that I need to use it in x64.
In the Specification Doc:
"The Spokes SDK is compatible with the 32-bit Windows XP operating system and 32-bit and 64-bit Vista and Windows 7 operating systems."But even with the "SpokesNativeSample" project I have Link errors:
Error 1 error LNK2019: unresolved external symbol getSessionManager referenced in function wmain C:\Users\Adick\Downloads\Spokes3GSDKSamples_0\Spokes3GSDKSamples\SpokesNativeSample\SpokesNativeSample.obj SpokesNativeSample Error 2 error LNK2019: unresolved external symbol InitSpokesRuntime referenced in function wmain C:\Users\Adick\Downloads\Spokes3GSDKSamples_0\Spokes3GSDKSamples\SpokesNativeSample\SpokesNativeSample.obj SpokesNativeSample Error 3 error LNK2019: unresolved external symbol ShutDownSpokesRuntime referenced in function wmain C:\Users\Adick\Downloads\Spokes3GSDKSamples_0\Spokes3GSDKSamples\SpokesNativeSample\SpokesNativeSample.obj SpokesNativeSampleIs the new API (Native not the COM) compatible with x64? Thanks.
Add new comment