Delphi 2007 creates Output Folders if not present
23 Apr 2008 14:05 In Category:Delphi
Delphi 2007
creates Output Folders if not present. This is a
change which needs to get taken into respect, if you
have a Projectgroup, which consits of binaries, which
get placed into different folders. In my example, the
Outputpath of one DLL was C:\Source, which is
non-standard here. BDS 2006 remarked in every build,
that this folder does not exist. Delphi 2007 just
creates the folder.