1 (edited by AD1408 2017-03-16 18:21:03)

Topic: Calling functions from external dll

Hi Dmitry,


Could you please provide info about how to call functions from external dll files in MVD?

Adam
God... please help me become the person my dog thinks I am.

Re: Calling functions from external dll

Hello AD1408

With Embarcadero RAD XE3 (which was used to create MVD), to call an external DLL, you place this calling in a procédure.

Example : procedure MyProcedure; external 'MYLIB.DLL';

fI you include this declaration in a program, MYLIB.DLL is loaded once, when the program starts.
Throughout the execution of the program, the identifier MyProcedure always refers to the same entry point in the same shared library.

This is OK with RAD XE3.

May it be necessary to envisage a modification to integrate it in MVD

JB

Re: Calling functions from external dll

Thanks JB.....


I have edited my post to include MVD so it's still an open question for the needed info.

Could you please provide info about how to call functions from external dll files in MVD?

Adam
God... please help me become the person my dog thinks I am.

Re: Calling functions from external dll

Hello.


It's not support.

Dmitry.

Re: Calling functions from external dll

Thanks Dmitry...


Do you have any plans to support calling functions from external dll files any time soon?

Adam
God... please help me become the person my dog thinks I am.

Re: Calling functions from external dll

Unfortunately  no, because it's first time when me ask about support external dll files.

Dmitry.

Re: Calling functions from external dll

sergen wrote:

Hello Mvd friends,

I was getting a new computer and i use mvd again for a while.
I did a study for you.How to use a special dll file? smile
Mvd is a perfect software...

There is an error when I click to Button for calculating. What is wrong?

Post's attachments

Attachment icon error.JPG 129.77 kb, 570 downloads since 2017-03-27