Jump to content

Recommended Posts

I want to use a DLL in my project. But I have no documentation about the DLL file. When I open the DLL file by RAD Studio XE5, I can see the function names. Does anybody help me how I can use these functions ?dll_file.thumb.png.11b05cafd0257a6074875fb132a0159f.png

Share this post


Link to post

Without documentation about the parameters of these functions and their types, you will be unlikely to succeed.

  • Like 1

Share this post


Link to post

Thank you for your reply. I have a demo program written by Visual Studio which uses that DLL. But I have no experience about Visual Studio. If someone knows VS and Delphi both, at that time is it possible to convert DLL functions to RAD Studio easily ?

Share this post


Link to post

If you have a demo program written in C or C++ then it is easy enough to translate to Delphi. But you'll want to learn some basic C or C++ in order to do so. 

Edited by David Heffernan
  • Like 1

Share this post


Link to post

Automatic header convertors tend not to be very effective in my experience. Don't expect to be able to get a working import unit without human intervention. 

  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×