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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -