Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Unable to build cdcollector
Wed, Oct 3 2007 9:36 PMPermanent Link

Sam Jones
Delphi 7.1
Loaded 105b2edbvcltriald7.exe and 105b2edbadd.exe

Loaded cdcollector.dpr and tried to build and get the following error:

[Error] cdcollector.dpr(1): Illegal character in input file: 'ï' ($EF)

What appears in the editor looks like something to do with msbuild - something that I am unfamiliar with.

The first line of the file is:

<Project xmlns="" name="http://schemas.microsoft.com/developer/msbuild/2003">">http://schemas.microsoft.com/developer/msbuild/2003">
Thu, Oct 4 2007 12:16 AMPermanent Link

Dave Harrison
Sam Jones wrote:
> Delphi 7.1
> Loaded 105b2edbvcltriald7.exe and 105b2edbadd.exe
>
> Loaded cdcollector.dpr and tried to build and get the following error:
>
> [Error] cdcollector.dpr(1): Illegal character in input file: 'ï' ($EF)
>
> What appears in the editor looks like something to do with msbuild - something that I am unfamiliar with.
>
> The first line of the file is:
>
> <Project xmlns="" name="http://schemas.microsoft.com/developer/msbuild/2003">">http://schemas.microsoft.com/developer/msbuild/2003">
>

Sam,
   It looks like the project file is not a Delphi project file. You can
add the units to a new Delphi project and it will probably work.

Dave
Thu, Oct 4 2007 11:23 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sam,

<< The first line of the file is: >>

There is an error in the builds causing the .dproj file to be copied for the
..dpr file.  I've attached the correct .dpr.

--
Tim Young
Elevate Software
www.elevatesoft.com





Attachments: cdcollector.dpr
Thu, Oct 4 2007 1:57 PMPermanent Link

Sam Jones
<<I've attached the correct .dpr>>

Thanks, that got it.
Mon, Oct 8 2007 11:48 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sam,

<< Thanks, that got it.  >>

BTW, the issue was that Windows treats:

copy *.dpr <destbuilddir>\*.dpr

as copying both .dpr and .dproj files.  Which, by itself, is fine.  The
issue, however, is that it overwrites the .dpr with the .dproj file so that
only one file exists in the desination directory when originally two source
files were present.  That seems like a fairly significant issue, but I could
be wrong.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image