<div dir="ltr">ime sharing dpk&#39;s (or even dpr&#39;s) (or trying to) between versions can be a recipe for headaches.<br><br>Have you considered using include files to achieve the sharing of the &quot;meat&quot; of your dpk, whilst allowing the IDE to maintain &quot;different&quot; versions for each IDE in the dpk files themselves (with attendant dproj etc) ?<br>
<br><br><div>package MyPackage2007;</div><div><br></div><div>{$i mypackage.inc}</div><div><br></div><div>end.</div><br><br><div>package MyPackageXE6;</div><div><br></div><div>{$i mypackage.inc}</div><div><br></div><div>end.<br>
<br><br>The downside is that you lose some of the IDE support for working with the content of your DPK/DPR, but if you are dependent on $ifdef&#39;s in this area then you no doubt already find yourself having to steer well clear of such IDE support anyway, since it has as tendency to clobber such things (and if that&#39;s the case, it&#39;s worth nothing that the contents of your include file(s) will be conveniently safe from any inadvertent meddling by the IDE!).</div>
<div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 21 July 2014 12:14, Rohit Gupta <span dir="ltr">&lt;<a href="mailto:rohit@cfl.co.nz" target="_blank">rohit@cfl.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hi Joylon,<br>
      <br>
      Its sorted now.  It just does not like the old dproj file, it
      doesn&#39;t like a cut down edited version, it doesnt like a blank one
      and it doesnt like a missing one  !!!!<br>
      <br>
      I made a new dpk project and saved it and then copied everything
      from the old dpk and it works.  It seems like it wants some new
      xml lines in it  or ELSE..<br>
      <br>
      The issue here is that we have to work concurrently on 2007 and
      XE6 versions with the same source (and a few ifdefs).  So the last
      thing I want is the various clauses - includes, requires, uses to
      be in a different order.  When its 50 to 100 of them, it makes a
      huge difference to source comparison.<br>
      <br>
      Rohit<br>
      <br>
      On 21/07/2014 12:05 p.m., Jolyon Smith wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div>It looks like perhaps the IDE is trying to be too clever
          and when it doesn&#39;t find a current dproj is looking for a
          historical bdsproj to upgrade from and not coping when there
          isn&#39;t one (it being inconceivable that there would be anyone
          using an even older version of Delphi that predated the
          bdsproj).</div>
        <div><br>
        </div>
        <div>To avoid this, instead of deleting the dproj, try adding
          the packages with the current dproj.</div>
        <div><br>
        </div>
        <div>With the prior dproj intact, the IDE should identify that
          you are upgrading and offer to save the old version with a
          different name (or offer to save the new version with a
          different name, I forget which way round.  Though I have a
          niggly feeling that in the past I was frustrated by the fact
          that it was the former, which imho is the least useful
          approach!)<br>
          <br>
          <br>
          You have versioning/backups though, so it shouldn&#39;t matter
          which particular named variety of these files the IDE chooses
          to mess with.  Once you have an upgraded package/project, you
          &quot;Save As&quot; to get a file correctly named for new version you
          need, and then restore your previous versions from source
          control/backups.  Right ?  :)</div>
        <div><br>
          hth</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On 21 July 2014 11:28, Rohit Gupta <span dir="ltr">&lt;<a href="mailto:rohit@cfl.co.nz" target="_blank">rohit@cfl.co.nz</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am
            trying to migrate a group of projects (packages) from 2007
            to<br>
            XE6.    I deleted the dcus, drc and dproj files.<br>
            <br>
            Even when I start from a blank project group and add the
            existing<br>
            project in I get<br>
            <br>
            &quot;Unable to load project *****.bdsproj<br>
            <br>
            Of course it doesnt exist, only the dpk does.  A dump of
            error details<br>
            follows.  Incidentally I had the same issue last time
            migrating another<br>
            group to XE5.  That I had to recreate brand new dpk file....
            and the<br>
            stupid thing was identical to the original one...<br>
            <br>
            Any clues anyone ?<br>
            <br>
            <br>
            <br>
            [21CA67AE]{delphicoreide200.bpl}<br>
            BaseDelphiProject.TBaseDelphiProject.Create (Line 775,<br>
            &quot;BaseDelphiProject.pas&quot; + 51) + $2C<br>
            [223A563A]{delphide200.bpl}<br>
            DelphiProject.TDelphiProjectCreationTrait.OpenProject (Line
            314,<br>
            &quot;DelphiProject.pas&quot; + 7) + $19<br>
            [2069F929]{coreide200.bpl} ProjectFileUtils.LoadProjectFile
            (Line 642,<br>
            &quot;ProjectFileUtils.pas&quot; + 29) + $34<br>
            [21D05BED]{delphicoreide200.bpl}<br>
            CommonPasReg.TLegacyModuleHandler.FileOpen (Line 482,
            &quot;CommonPasReg.pas&quot;<br>
            + 38) + $D<br>
            [2086B468]{coreide200.bpl} DocModul.TFilterList.OpenFile
            (Line 807,<br>
            &quot;DocModul.pas&quot; + 36) + $0<br>
            [20870A8C]{coreide200.bpl} DocModul.ProjectOpenDialog (Line
            3295,<br>
            &quot;DocModul.pas&quot; + 42) + $3E<br>
            [2061437B]{coreide200.bpl}
            ProjectMgr.TProjectManager.AddTarget (Line<br>
            449, &quot;ProjectMgr.pas&quot; + 2) + $7<br>
            [20613C54]{coreide200.bpl}
            ProjectMgr.TProjectManager.CommandHandler<br>
            (Line 272, &quot;ProjectMgr.pas&quot; + 5) + $A<br>
            [204A397B]{coreide200.bpl}<br>
            ContainerIntf.TIDEProjectManagerMenuObject.Execute (Line
            862,<br>
            &quot;ContainerIntf.pas&quot; + 26) + $17<br>
            [204A559E]{coreide200.bpl}
            ContainerIntf.TProjectManagerMenuItem.Click<br>
            (Line 1110, &quot;ContainerIntf.pas&quot; + 18) + $22<br>
            [506289BC]{vcl200.bpl  } Vcl.Menus.TMenu.DispatchCommand
            (Line 3436,<br>
            &quot;Vcl.Menus.pas&quot; + 5) + $4<br>
            [50629C2E]{vcl200.bpl  } Vcl.Menus.TPopupList.WndProc (Line
            4597,<br>
            &quot;Vcl.Menus.pas&quot; + 4) + $E<br>
            [50629B7D]{vcl200.bpl  } Vcl.Menus.TPopupList.MainWndProc
            (Line 4572,<br>
            &quot;Vcl.Menus.pas&quot; + 2) + $5<br>
            [501766E4]{rtl200.bpl  } System.Classes.StdWndProc (Line
            17064,<br>
            &quot;System.Classes.pas&quot; + 6) + $1<br>
            [50644241]{vcl200.bpl  } Vcl.Forms.TApplication.CancelHint
            (Line 11180,<br>
            &quot;Vcl.Forms.pas&quot; + 6) + $D<br>
            [50642EDF]{vcl200.bpl  }
            Vcl.Forms.TApplication.ProcessMessage (Line<br>
            10351, &quot;Vcl.Forms.pas&quot; + 23) + $1<br>
            [50642F22]{vcl200.bpl  }
            Vcl.Forms.TApplication.HandleMessage (Line<br>
            10381, &quot;Vcl.Forms.pas&quot; + 1) + $4<br>
            [50643255]{vcl200.bpl  } Vcl.Forms.TApplication.Run (Line
            10519,<br>
            &quot;Vcl.Forms.pas&quot; + 26) + $3<br>
            <br>
            <br>
            Rohit<br>
            <br>
            _______________________________________________<br>
            NZ Borland Developers Group - Delphi mailing list<br>
            Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
            Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
            Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a>
            with Subject: unsubscribe<br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe</pre>
    </blockquote>
    <br>
    <br>
    <div>-- <br>
      <p>
        Regards<br>
        <br>
        <b>Rohit Gupta</b><br>
        B.E. Elec., M.E., Mem IEEE, Mem IET<br>
        Technical Director<br>
        Computer Fanatics Ltd<br>
        <br>
        <b>Tel </b>4892280 <br>
        <b>Fax </b>4892290 <br>
        <b>Web </b><a href="http://www.cfl.co.nz" target="_blank">www.cfl.co.nz</a><br>
      </p>
      <hr>
      This email and any attachments contain information, which is
      confidential and may be subject to legal privilege and copyright.
      If you are not the intended recipient, you must not use,
      distribute or copy this email or attachments. If you have received
      this in error, please notify us immediately by return email and
      then delete this email and any attachments.</div>
  </div>




<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>