Problems with Delphi and Microsoft ATL

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:

+3
source share
2 answers

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.

+9
source

ATL - , Delphi . .

0

Source: https://habr.com/ru/post/1714489/


All Articles