View Single Post
  #3  
Old 06-13-2007, 02:55 PM
DavidMacLean DavidMacLean is online now
Registered User
 
Join Date: 12-28-2005
Posts: 19
<step action='Make Delphi'>
<AssemVer type='11'>-1</AssemVer>
<FileVer type='11'>-1</FileVer>
<Filename>%PACKAGEPATH%\IMXA50DBY.DPK</Filename>
<Options>-Q /LE%RELEASEDIR%</Options>
<ProdVer type='11'>-1</ProdVer>
<Property1>%VER_COMPANYNAME%</Property1>
<Property3>%VER_COPYRIGHT%</Property3>
<Property5>IMS Application Base</Property5>
<PropertyOn1 type='11'>-1</PropertyOn1>
<PropertyOn2 type='11'>-1</PropertyOn2>
<PropertyOn3 type='11'>-1</PropertyOn3>
<PropertyOn4 type='11'>-1</PropertyOn4>
<PropertyOn5 type='11'>-1</PropertyOn5>
<UpdateDOF type='11'>-1</UpdateDOF>
<Version>%VER_BUILD%</Version>
<VersionSel type='3'>2</VersionSel>
<buildfailsteps type='11'>0</buildfailsteps>
<continueonfail type='11'>-1</continueonfail>
<indent type='3'>1</indent>
<name>DBY</name>
</step>




6/13/2007 12:40:28 PM: Building global subroutine step 'DBY'...
setting version...compiling VERSIONINFO RC file...
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.

Error IMXA50DBY.vrc 3 21: Expecting BEGIN

Process completed with exit code 20018
6/13/2007 12:40:29 PM: Step 'DBY' failed


...it does not seem to be valid for my copy of the same version (5.40) of the borland resource compiler ?!! If I remove the offending lines it compiles fine.

I have changed something, but what? I was using the same suite of tools for months (years?) without an issue.

Why has VisualBuild decided to start putting these lines into the VRC text file? It never used to.

I cannot figure out what I have changed.

When I rollback to months ago, or delete all the VRC, VisualBuild keeps inserting the lines which cause BRCC32 to fail.

In other words, after months of uneventful building, I now have three applicatioins with hundreds of steps that are suddenly useless to me....

Not sure why you say it is a valid resource file. Just cut and paste the text and try it. We have the same version of BRCC32.

Maybe you can look at that xml project step gobbledegook and spot what I have inadvertently changed.

Appreciate your assistance, thanks.

PS: Recent changes on my system? I installed CODESITE logger from RAIZE software. In the odd event there are some known intereferences....
Reply With Quote