View Full Version : learn_device interface usage
Ron
October 13th, 2002, 12:55 PM
That is strange when your plugin exports this function Girder should add the plugin to that list.
Did you add the function to the .def file ?
-Ron
Ron
October 13th, 2002, 12:55 PM
MatB wrote:
I'm using it, and it works.
Only, in the .rtf documentation, it says tu use the WM_COPYDATA, while it's the PostMessage()...
Oops your absolutely right :-)
-Ron
Mark F
October 13th, 2002, 12:55 PM
I've defined a learn_device interface in my hardware plug-in as
__declspec(dllexport) void learn_device( PCHAR old )
This entrypoint is never being called. I have pressed the learn event button and, as the document mentions, right clicked on the learn event button. The right click brings up a list containing one element (None). When I choose None, nothing happens.
Any ideas?
Mark F
October 13th, 2002, 12:55 PM
I didn't think of looking there. (I think I'm losing brain function even as I type this!) I'll check tonight at home. Thanks for the idea.
Mark F
October 13th, 2002, 12:55 PM
Thanks, Ron and Mat! It was the .def file entry, AGAIN!
MatB
October 13th, 2002, 12:55 PM
I'm using it, and it works.
Only, in the .rtf documentation, it says tu use the WM_COPYDATA, while it's the PostMessage()...
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.