Search found 2 matches

by screenrental
Sat 12 Mar 2022 13:25
Forum: SQL Server Data Access Components
Topic: Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.
Replies: 3
Views: 10544

Problem SDAC to compile to iOS 15 - Unit 'System.Contnrs' not found.

Hello

I'm trying to do app for iOs 15 and it cant be compiled.
I only get error: [DCC Fatal Error] uDBModule.pas(6): F2613 Unit 'System.Contnrs' not found.

On the form is only TMSConnection and TMSQuery.

How can I solve it?

Thank you
Jan

Here is full error I get on Delphi:

[DCC Fatal Error] uDBModule.pas(6): F2613 Unit 'System.Contnrs' not found.
uDBModule.pas(6): Unit 'System.Contnrs' is used by 'TdsBridge'
uDBModule.pas(6): Unit 'TdsBridge' is used by 'TdsSSLTypes'
uDBModule.pas(6): Unit 'TdsSSLTypes' is used by 'TdsCipherSuites'
uDBModule.pas(6): Unit 'TdsCipherSuites' is used by 'TdsAlgorithmSupport'
uDBModule.pas(6): Unit 'TdsAlgorithmSupport' is used by 'TdsEC25519'
uDBModule.pas(6): Unit 'TdsEC25519' is used by 'TdsBridge'