Page 4 of 4

Re: C++ Builder XE2

Posted: Fri Dec 09, 2011 4:00 pm
by TKrauss
Thank you very much! Now it is working under Win7!

May I ask what caused the error?

Re: C++ Builder XE2

Posted: Fri Dec 09, 2011 5:09 pm
by jomitech
There were 2 issues that were correct in that patch I sent:

1. mtbcc32 was not opening the HKEY_LOCAL_MACHINE key in read-only, so without administrative rights, this call would have failed.

2. We changed the method that the executors are signalled to a more robust mechanism, as under certain circumstances, the executors would fail to receive the broadcasted window message.