Jump to content

How to call a dll program in the browser?


55143681

Recommended Posts

On 8/19/2019 at 4:19 PM, Abaksoft said:

I think, the good question is :

How to use external dll (windows dll, not unigui) in an Unigui program ?

• in this case use it as usually you do it in pascal code.

You are right! I have an external dll program developed by c++\delphi\vb....,

and the program can do something for me ,such as read a card、copy a file、print a file for me。。。

I want to  call the extern dll program in my unigui project,

How to do that?

Thanks.

Link to comment
Share on other sites

7 hours ago, 55143681 said:

and the program can do something for me ,such as read a card、copy a file、print a file for me。。。

Hi,

Perhaps the problem here is not how to call the dll in the project. It is important to note here that you are developing a web application that works through a web browser. If your library should access the client machine “directly”, then I think you cannot use your library ...

Link to comment
Share on other sites

On 8/26/2019 at 12:26 AM, Sherzod said:

Hi,

Perhaps the problem here is not how to call the dll in the project. It is important to note here that you are developing a web application that works through a web browser. If your library should access the client machine “directly”, then I think you cannot use your library ...

I see.

Link to comment
Share on other sites

On 8/26/2019 at 12:26 AM, Sherzod said:

Hi,

Perhaps the problem here is not how to call the dll in the project. It is important to note here that you are developing a web application that works through a web browser. If your library should access the client machine “directly”, then I think you cannot use your library ...

Can You finish that through ClientEvents or call JavaScript?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...