Can't find PInvoke DLL 'cellcore' - problem

1.7k Views Asked by At

i try the motorola sdk for radio

and i got this error: Can't find PInvoke DLL 'cellcore'.

what can be the problem ?

i'am using MC3190

thanks in advance

2

There are 2 best solutions below

0
On

You need to add the extension to the DllImport:

[DllImport("cellcore.dll")]

Also see http://msdn.microsoft.com/en-us/library/aa446543.aspx

0
On

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.