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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -