[DUG] XE2 upgrade issue

Conor Boyd Conor_Boyd at trimble.com
Mon Sep 3 11:36:41 NZST 2012


Yeah,

Open your Project Options.

On the Delphi Compiler page, there is a property called "Unit scope
names".  Mine is currently set to 

	
Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap
;Web;Soap;Winapi;System.Win

HTH,

Conor

-----Original Message-----
From: delphi-bounces at listserver.123.net.nz
[mailto:delphi-bounces at listserver.123.net.nz] On Behalf Of Robert Martin

Opening my old app (a CGI service) when I compile I het heaps of errors
through my components where I need to add vcl. in front of the unit name
in the uses clause.  i.e. graphics needs to become vcl.graphics.

There must be somewhere that I specify the app is VCL so that I don't
need to do any of this, as my new apps work fine without needing vcl.
added.

Any pointers?



More information about the Delphi mailing list