[OSX] dyld: Symbol not found: GetTextExtentExPointW

Issue #147 resolved
Paul TOTH created an issue

unfortunatly, this is the cost of your solution...will you ends by including WINE in Delphi :)

BTW do you place all the code in libcrossvcl without dead code removals or in the patched units ?

Comments (3)

  1. Eugene Kryukov repo owner

    Yes, you right - but we don't have plan to support all API. If possible try to avoid use such kind of exotic call. How do you use it ?

  2. Eugene Kryukov repo owner

    BTW do you place all the code in libcrossvcl without dead code removals or in the patched units ?

    Actually it is really hard to handle this issue (because Windows.pas has enormous number of APIs) . But, if you use full version, you can made changes in Winapi.Windows.pas as you need.

    Second point that, there is no possibility to handle this at compilation time.

  3. Log in to comment