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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -