Re: Problem with access to shared memory(W2K) / ORIGINALLY (win32) speedfan api control

2005-04-06 Thread Claudio Grondi
Thomas Heller, it seems, that your email address [EMAIL PROTECTED] doesn't work or at least don't accept attachments, so maybe you can provide me with another one? > ptr = cast(pBuf, POINTER(Buffer)) > print ptr # should print > struct = ptr[0] results in breakdown of Python (Windows e

Re: Problem with access to shared memory(W2K) / ORIGINALLY (win32) speedfan api control

2005-04-06 Thread Thomas Heller
"Claudio Grondi" <[EMAIL PROTECTED]> writes: >> For the mistake you made see below, hope that helps. > It doesn't. > >> > pBuf_buf = cast(pBuf, Buffer) >> Here's the problem. pBuf is a pointer to a Buffer structure, not the >> buffer structure itself. >> Something like >> pBuf_buf = Buffe

Re: Problem with access to shared memory(W2K) / ORIGINALLY (win32) speedfan api control

2005-04-06 Thread Claudio Grondi
> For the mistake you made see below, hope that helps. It doesn't. > > pBuf_buf = cast(pBuf, Buffer) > Here's the problem. pBuf is a pointer to a Buffer structure, not the > buffer structure itself. > Something like > pBuf_buf = Buffer.from_address(pBuf) > may work. If I currently underst

Re: Problem with access to shared memory(W2K) / ORIGINALLY (win32) speedfan api control

2005-04-06 Thread Thomas Heller
"Claudio Grondi" <[EMAIL PROTECTED]> writes: > Background information: > - > in order to monitor mainboard sensory data > as fan speeds, temperatures, applications > like SpeedFan http://www.almico.com/speedfan.php > or MBM http://mbm.livewiredev.com/ > can be used.

Problem with access to shared memory(W2K) / ORIGINALLY (win32) speedfan api control

2005-04-06 Thread Claudio Grondi
Background information: - in order to monitor mainboard sensory data as fan speeds, temperatures, applications like SpeedFan http://www.almico.com/speedfan.php or MBM http://mbm.livewiredev.com/ can be used. Both of the mentioned apps expose data got from the hardwar