I got the impression that the standard Delphi uses the Win32 API.
Microsoft recently reported an ATL problem that requires application developers to rebuild applications using ATL after installing the update on their machines. Will this practice also apply to Delphi developers, or are they understandable, with the exception of Delphi code, using third-party ATL COM objects?
Sources:
ATL is a template library for C ++ code, and therefore it has nothing to do with Delphi. If you use third-party ATL COM objects, then yes, they must be rebuilt, but your Object Pascal code is safe.
ATL - , Delphi . .
Source: https://habr.com/ru/post/1714489/More articles:FxCop accepts a question with my use of format strings in resources using NON-Team System Visual Studio - c #How to use the same parameter more than once in a query - sqlProgrammatically get the number of Windows user accounts - c #Wpf - Show the ToolTip text field - c #How to write jQuery in Helper on Rails - jqueryOverview of an ObjectDataSource and Choosing Parameters - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1714491/php-mail-cannot-show-links-when-sending-html-mails-to-thunderbird&usg=ALkJrhhWqI_fJBUTL8vA7JAq6BXpjS71WgHTTP request for event with (jQuery?) - jqueryDjango database connection pool with psycopg2.pool - databaseTuning WPF OnClick Buttons - c #All Articles