Can't find PInvoke DLL 'cellcore' - problem
i try the motorola sdk for radio
and i got this error: Can't find PInvoke DLL 'cellcore'.
what can be the prob开发者_JS百科lem ?
i'am using MC3190
thanks in advance
You need to add the extension to the DllImport:
[DllImport("cellcore.dll")]
Also see http://msdn.microsoft.com/en-us/library/aa446543.aspx
I don't see anything in the device's specification sheet that says it has a CDMA/GPRS/GSM modem. If it has no cell modem, then cellcore certainly isn't going to be on the device. If it does have a radio, cellcore is probably only going to be there if it's a WinMo version of the OS.
精彩评论