|
Hi,
In Beta3 professional:
Evaluating (for example) "NotSignedCertificate new image" fails in D5.
The problem seems to be in #dataToSign. "DWORDBytes fromInteger: 100
factorial" will evaluate in D4 but not D5.
BinaryPackage>>installUsing: sends #classesDo: which is not implemented. The
class comment example (after stepping out of the above problem) will fail
because of this.
ProtectedProductSerialNumber>>isFloatingLicence sends #isFixedLicense
(should be #isFixedLicence).
Not sure how to explain this. For an example either:
-evaluate "self halt" in a workspace and open the debugger.
-From the process monitor, debug the main process.
On my Win2k machine the debugger appears to open modal, but if the
workspace(or process monitor) window is brought to the front (using the
windows task bar), it can then accept input.
Thanks,
Steve Waring
|