Jump to content
Sign in to follow this  
FranzB

Compiling FMX for LINUX , uses System.Types vs. Types

Recommended Posts

would like to understand the difference  in the uses statement between uses System.Types;   vs. uses Types;

 

After a long time I need to recompile an application which has already been successfully compiled for the LINUX OS.

Today the compiler claims  I need to change  from Types only to system.Types  . This is basically not a  big deal but I want to understand why  this  happened.

 

my unit scope names are definded as :  FMX;Winapi;System;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win   

 

 

 

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×