Write a plug-in for HID

Started by Dania_SHl, April 01, 2010, 08: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

#1
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

#2
thanks but its doesn't work in this way. maybe i need to include some things to my project.
you can test it yourself.  ???