找不到 PInvoke DLL“cellcore”; - 问题

发布于 2024-10-17 16:57:37 字数 126 浏览 1 评论 0原文

我尝试使用 motorola sdk 进行收音机

,但出现此错误:找不到 PInvoke DLL 'cellcore'。

可能是什么问题?

我正在使用 MC3190

提前致谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风筝有风,海豚有海 2024-10-24 16:57:37

您需要将扩展​​添加到 DllImport:

[DllImport("cellcore.dll")]

另请参阅 http://msdn.microsoft .com/en-us/library/aa446543.aspx

You need to add the extension to the DllImport:

[DllImport("cellcore.dll")]

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

秋日私语 2024-10-24 16:57:37

我在设备规格表中没有看到任何内容它有一个 CDMA/GPRS/GSM 调制解调器。如果它没有蜂窝调制解调器,那么 cellcore 肯定不会出现在设备上。如果它确实有无线电,那么 cellcore 可能只会在它是 WinMo 版本的操作系统时才会出现。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文