Hardware Library

TatyanaP

Member
Licensed User
Longtime User
Hi everyone!

Please could any one tell me how do I apply Hardware Library.
I've tried adding it at Basic4ppc -> Tools -> Components
But it did not succeed.

I try to Run this snippet of code:

Form1.show
Hardware1.New1
 

klaus

Expert
Licensed User
Longtime User
I suppose that you have added Harware.dll and HardwareDesktop.dll.
Then you need to add the Object.
upload_2017-4-25_15-56-32.png


And assign it a name:
upload_2017-4-25_15-57-49.png


You need also to add a Form:
upload_2017-4-25_15-59-0.png
 
Top