How to make a DLL-library?
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
How to make a DLL-library?
How to make a DLL-library in Alaska with the ability to access it in your program? How to transfer the functions of his program in DLL?
-
- Posts: 147
- Joined: Thu Jan 28, 2010 9:24 am
- Location: Nitra, Slovakia
- Contact:
Re: How to make a DLL-library?
Hi,
following this tip http://bb.donnay-software.com/donnay/vi ... edll#p7672
I did it - and it works great!
Created dll file just add into your XPJ file of main app.
Zdeno
following this tip http://bb.donnay-software.com/donnay/vi ... edll#p7672
I did it - and it works great!
Created dll file just add into your XPJ file of main app.
Zdeno
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: How to make a DLL-library?
Many thanks to you and Roger! I also worked out! Create a library with its functions and used them in the program. Checked, everything works. As it turned out now in the Aidos 605 functions.