Effacer les filtres
Effacer les filtres

How do I convert or read a .dll file?

3 vues (au cours des 30 derniers jours)
Celia Clarke
Celia Clarke le 12 Juin 2014
Réponse apportée : JSC le 3 Oct 2018
This was a file that was working some time ago but I can no longer read it. I think from my reading this is due to upgrades but I am not sure if I can convert this or read it. I have seen some posts about the load library but not really sure what to do with this. Many thanks for any help
  1 commentaire
José-Luis
José-Luis le 12 Juin 2014
How do you "read" a dll?

Connectez-vous pour commenter.

Réponses (1)

JSC
JSC le 3 Oct 2018
Hi Celia,
let's say you want to load ExampleDLL.dll. Then you can use the code:
ExampleDLL = NET.addAssembly('ExampleDLL.dll')
Afterwards you can use e.g. the classes contained in the dll.
Best regards Julia

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by