I am not too familiar with Silverlight and need some advice. We have a DLL that is written in C , I beleive. Currenlty, we have a windows application that allows a user to select some files and then pass the files (an array of file names from the file system) to the DLL to be processed. We would like to have the application be an add-in to IE or FireFox , run on a MAC or PC, and sill allow us to marshal the DLL. Would silverlight work for this situation or will the DLL need to be coded for other platforms.
views:
16answers:
1
+2
A:
I am pretty sure you won't be able to use silverlight for this. Simply because of the security model. You can do the file-picker thing no problem from silverlight, but I am pretty sure you can not P/Invoke.
Muad'Dib
2009-12-09 20:00:57
I think you may be correct there.
DDiVita
2009-12-09 20:06:54