Page 1 of 1
Question about LCDC or Temp. probes
Posted: Fri Aug 11, 2006 7:25 pm
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?
Re: Question about LCDC or Temp. probes
Posted: Sat Aug 12, 2006 8:20 am
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.....