• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 
April 20, 2024, 05:44:14 am

News:

SMF - Just Installed!


Write a plug-in for HID

Started by Dania_SHl, April 01, 2010, 05:38:04 am

Previous topic - Next topic

Dania_SHl

Hello
I want to write a dll file with C++.net (it will be a plug-in for one software)
So my program has not any form and I can drop and drag the “NrHid” in to the form.
    1-   Can I use the nrComm.net in this way?
    2-   How can I include it to my program?   

thanks

Roman Novgorodov

April 01, 2010, 06:57:33 am #1 Last Edit: April 01, 2010, 07:04:28 am by Roman Novgorodov
Hello

You can create instance of NrHid in runtime. Something like this:

NrHid *hid = new NrHid();

Roman Novgorodov
DeepSoftware.Com
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

Dania_SHl

April 26, 2010, 12:37:30 pm #2 Last Edit: April 26, 2010, 12:42:27 pm by Dania_SHl
thanks but its doesn't work in this way. maybe i need to include some things to my project.
you can test it yourself.  ???