开发者

Can't find PInvoke DLL 'cellcore' - problem

开发者 https://www.devze.com 2023-02-11 08:22 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号