eusouricardodesouza / delphimvcframework

Automatically exported from code.google.com/p/delphimvcframework
1 stars 1 forks source link

TPath.GetPublicPath does not exist in Delphi XE3 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Cant compile with XE3.

What is the expected output? What do you see instead?
It should compile.

What version of the product are you using? On what operating system?
XE3, Windows 7, 64bit.

Please provide any additional information below.

Message:
uGlobalVars.pas(21): E2003 Undeclared identifier: 'GetPublicPath'

Line:
gAppPath := IncludeTrailingPathDelimiter(TPath.GetPublicPath)

Original issue reported on code.google.com by Rein.Ver...@gmail.com on 14 May 2014 at 1:25