When running a Delphi application outside the debugger most excep开发者_StackOverflow社区tions that occur seem to be silently ignored (like an access violation). Sometimes however there appears the Wi
I wish to debug executables for which I have no code, using the Delphi Debugger. WinDBG and other debuggers are no option in this case, as the given executables all call into my DLL, for 开发者_如何
As 64 bits support is not expected in the next version it is no longer an option to wait for the possibility to migrate our existing code base to unicode and 64-bit in one go.
Given these classes; type TMyItem = class(TObject) private FReference: String; FOtherProperty: TObject; public
Can Windows domain (users and passwords for the desktop machines) be integrated with Azure Active Directory? The remaining part of my question details how I imagine and understand such integration.