Jump to content

Recommended Posts

Posted
3 minutes ago, 55143681 said:

How to call a dll program in the browser, and get the result?

Such as call a card Reader to write something and get the function result..

Posted

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.

Posted
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.

Posted
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 ...

Posted
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.

Posted
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?

  • Administrators
Posted

Hi,

There is no way to call a local dll from a browser.

The only exception is to use an ActiveX with IE. However, ActiveX is a deprecated technology.

Other solution is to run an local EXE app and call "http://127.0.0.1" from browser to get data from that app locally.

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...