- Index
- » Users
- » cistian.stefan
- » Profile
Posts
Posts
Hello,
@Koldo: I don't know what you mean by creating a lib using LoadLibrary(). Can you expand on that? Thanks!
@Gora: I already tried that , but it only shows you how to call functions from a .lib library and not a .dll . The only thing they say about using dll's is that you can use a wrapper function which I don't know exactly how it works.
Best regards,
Cristian
Hello everybody,
I managed to use an external function from a .lib file using:
annotation(Include="#include <add2.h>", Library="ext");
But I currently have the actual functions stored in a dll. Can I include the dll somehow?
Thanks!
Cristian Stefan
Hello,
I managed to use an external function from a .lib file using:
annotation(Include="#include <add2.h>", Library="ext");
But I currently have the actual functions stored in a dll. I read in the Dymola Manual that you have to use a wrapper to call the function from within the dll. Isn't there meanwhile a way around it?
Thanks!
Cristian Stefan
- Index
- » Users
- » cistian.stefan
- » Profile