Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Compiler/Delphi/Linker    [ Add a report in this area ]  
Report #:  54151   Status: Closed
ImageBase settings doesn't load from dproj
Project:  Delphi Build #:  11.0.2804.9245
Version:    11.1 Submitted By:   azsd ae
Report Type:  Basic functionality failure Date Reported:  10/30/2007 6:18:08 AM
Severity:    Commonly encountered problem Last Updated: 11/3/2007 4:07:12 AM
Platform:    All versions Internal Tracking #:  
Resolution: Fixed (Resolution Comments) Resolved in Build: : 2857.9907
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
RadStudio 2007 refuse to using Imagebase settings from dproj projects files.

changes made in project open state can store in to dproj xml correctly, but when reopen project its been discard by delphicoreide100.

(miss the default $1000000 value for dll project may caused by same issue.)
Steps to Reproduce:
Create an new delphi dll/exe project in RADStudio 2007, switch to Linker page in project configuation dialog, then change ImageBase fields other than $400000, apply and close project.

now reopen same project you can see the Imagebase Settings go back to $400000 now.
the linked files will take an $400000 imagebase.
if you save your project atonce, <DCC_ImageBase>value</DCC_ImageBase> field will been removed from dproj source.
Workarounds
type
{$IMAGEBASE value}
in project (dpr) source to overide dproj settings.
Attachment
None
Comments

None

Server Response from: ETNACODE01