"Robert" == Robert Reif reif@earthlink.net writes:
Robert> I am getting this exception: Unhandled exception: page fault on Robert> read access to 0x7ffe02d8 in 32-bit code (0x51102a96).
Robert> and I found this in winternal.h:
Robert> #if (_WIN32_WINNT >= 0x0501) #define Robert> INTERNAL_TS_ACTIVE_CONSOLE_ID ( *((volatile ULONG*)(0x7ffe02d8)) Robert> ) #endif /* (_WIN32_WINNT >= 0x0501) */
Robert> Should something be allocating memory for this?
0x7ffe???? is the sharted memory page of NT. It's also related to transfering arguments to the winehelp() API call. I I remember, no solution was aggreed upon that problem.