Can I use functions from existing .lib-file?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I try to use functions from a .lib-file to communicate with Neplan (a software to calculate electrical load flows etc.). Now I recieved a zip file from the Neplan company that contains a .lib-file, a .h-file with the same name (NeplanProgrammingLibrary.h) and some other .h-files. I was abe to create a .dll file in Visual Studio but then i dont have a header file to use with >>loadlibrary().
I tried several techniques on R2017b and R2015b(32bit) but wasent able to use the functions defined in the file NeplanProgrammingLibrary.h. I am running Windows(64bit) and the Matlab version is 32bit.
Please let me know if you have any suggestion on how to use this library.
Thank you very much, Tobias
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Call C++ from MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!