I've installed Delphi 2010 and Quick report 2010 recently. the problem is finding DCU files of the quick report packages when i'm trying to compile the project although the path of the installed package of Quick Report has been added to "Include file search path" of resource compile. How i can specify the path of installed packages in new version of Delphi when that doesn't work?
+1
A:
Make sure that the path is already present in the compiler search path (not resource compiler!) for the project or the library path of the IDE.
Uwe Raabe
2010-02-04 08:24:41
Thank for your help.
m-abdi
2010-02-06 06:09:07
+2
A:
In Delphi 2010:
Go to Options | Environment Options | Delphi Options | Library - Win32
And add DCU or PAS files path of QuickReport to "Library Path".
vcldeveloper
2010-02-04 08:51:29