Can we call a c++ dll in silverlight out of browser application
Hi can any one tell how can we call dlls written in c++/vc++ in out of browser application in silver light. If possible can any give开发者_C百科 the link to see how it can be done.
Not doable in Silverlight 3 or earlier.
Silverlight 4 "out of browser" should be able to access COM objects on the host, so you could wrap your DLL in a COM object and use from a Silverlight.
精彩评论