How to connect library to my project?

Posted:
August 9th, 2012, 5:04 pm
by Sniperok
Hi guys!
How I can connect BoxedApp.dll for my delphi - project? Is it real?
Any help appreciated!
Re: How to connect library to my project?

Posted:
August 11th, 2012, 11:01 pm
by dec
Hello,
I think you need to provide a little more of information. Anyway, look for functions like
"LoadLibrary", and so on.
Re: How to connect library to my project?

Posted:
September 21st, 2012, 10:52 pm
by lexdean
First you need to get the procedure names from the DLL
You may start with looking on the net and if your not sure use a little program from troy pages (Free) that will get the basic procedure names
Then refer to you windows .pas to identify how Delphi access other dll's
and you can make your own file up
Sometimes some files are already made up for Delphi if you look around and do some foosicing on the net.
Lex Dean