c# - Can't find PInvoke DLL 'cellcore' - problem -
i try motorola sdk radio
and got error: can't find pinvoke dll 'cellcore'.
what can problem ?
i'am using mc3190
thanks in advance
you need add extension dllimport:
[dllimport("cellcore.dll")]
also see http://msdn.microsoft.com/en-us/library/aa446543.aspx
Comments
Post a Comment