4 posts / 0 new
Last post
adick
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    SpokesNativeSample
Is the new API (Native not the COM) compatible with x64?   Thanks.

lcollins
Hi,<br /> No, there is not currently a 64 version of the Native library.<br /> Is that something you need?<br /> Alternatively you could use the COM, COM .NET or REST APIs. Or worst case create a wrapper to the 32 bit Native library.<br /> Thanks,<br /> Lewis.

adick
Hi Lewis,<br /> <br /> Thanks. I&#39;ll use the COM version.<br /> Can you keep me informed when x64 version will be available?<br /> <br /> Alexei.<br /> <br /> &nbsp;

lcollins
Hi Alexei,<br /> I will if I hear.<br /> I&#39;ve just posted an updated SDK version:<a href="/windows"> http://developer.plantronics.com/windows</a><br /> Thanks,<br /> Lewis.

Add new comment