Update Indy to use new delay-load features in D2010 #9
Labels
Element: Compiler/IDE
Issues related to a particular Compiler and/or IDE
Status: Deferred
Issue to be re-reviewed in a future release
Type: Enhancement
Issue is proposing a new feature/enhancement
Milestone
Delphi 2010 introduces a new 'delayed' keyword for delay-loading of DLL functions. Indy's manual calls to LoadLibrary() and GetProcAddress() can be replaced with this feature, allowing for much cleaner code. In the event that a DLL function cannot be found (older OS version, wrong DLL version, etc), the System.SetDliFailureHook() callback can be used to handle that.
The text was updated successfully, but these errors were encountered: