Thank you very much! Now it is working under Win7!
May I ask what caused the error?
C++ Builder XE2
Re: C++ Builder XE2
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.
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.
Jon