Results 1 to 5 of 5

Thread: sending hardware plugin events from another program

  1. #1
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    4

    Default sending hardware plugin events from another program

    is it posibel to send event strings from another program directly to girder insted of using a plugin dll?
    or must girder load a plugin dll befor it will work?

  2. #2
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,346

    Default

    You can send girder-eventstrings:

    girder.exe -eventstring bla

    These are girder events so learn them accordingly.
    Ron
    No support through PM

  3. #3
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    4

    Default

    i was thinking of doing it more like the plugins do it, by using the shared memory segment and posting WM_SOMTING (forgot the exact name of the message) to girder, so i dont have to start a new program everytime.

  4. #4
    Join Date
    Feb 2002
    Location
    Haifa, Israel.
    Posts
    209

    Default

    Using "girder.exe -eventstring bla" doesn't spawn a new instance of Girder every time you use it, it merely launches that event within Girder.

  5. #5
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,346

    Default

    Technically you spawn a new version of Girder, but this version never opens a GUI and closes as soon as it sent the message to the main instance. But there is currently no means of sending events to Girder besides the eventstring commandline parameter or the TCP/IP plugin. Such a plugin would be trivial to make though.
    Ron
    No support through PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •