D
D
daMage2014-08-28 08:00:26
Java
daMage, 2014-08-28 08:00:26

How to include a DLL library?

Hello. It is necessary to call the necessary functions from the jvm from the DLL library. I found this article: habrahabr.ru/post/49660/, but there you need to implement the class methods yourself. I downloaded the library from the php site: windows.php.net/downloads/pecl/releases/trader/0.3.0/. Not sure if it's possible to use this, but there is a .dll file in the archive.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
svd71, 2014-08-28
@daMage

That's exactly how it is: to call a third-party library, you need a native wrapper library that can read the necessary data from jvm objects, and specify this data or convert it for the target library. This is the meaning of such challenges.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question