Question about LCDC or Temp. probes

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
Sardith
LCD?
Posts: 1
Joined: Fri Aug 11, 2006 7:19 pm

Question about LCDC or Temp. probes

Post by Sardith »

My question is, software like LCDC, is it using dllcall's or 'com' to read MBM5? Im trying to figure out how to read the temperature probes in C++ so I can make my own program to display temperature to my GLK. Is there any way to hook MBM5 funcations or dlls so you can read the temperature?

Jeroen Vonk
LCD Guru
Posts: 55
Joined: Tue Apr 12, 2005 2:31 am

Re: Question about LCDC or Temp. probes

Post by Jeroen Vonk »

Sardith wrote:My question is, software like LCDC, is it using dllcall's or 'com' to read MBM5? Im trying to figure out how to read the temperature probes in C++ so I can make my own program to display temperature to my GLK. Is there any way to hook MBM5 funcations or dlls so you can read the temperature?
Neither :) It uses shared memory for communication. (and you can use some window messages to control MBM5) Because Alex van Kaam stopped MBM5 development it is probably pretty difficult to find the right documentation. Girder has an open source implementation of an MBM5 plugin. (you can find it here.) It's a VC++ project, so I hope this helps.....

Post Reply