I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:

I'm trying to migrate my components from D2010 to DXE3. I organized my components folder like this:
    Source folder
    Packages folder
    D14 folder (dcu's for D2010)
    D17 folder (dcu's for DXE3 32bit)
    
What folder would be a good place to put dcu's for DXE3 64 bit?

Comments

  1. Edwin Yip Only because he was already going down the version number path. I use the name, myself.

    ReplyDelete
  2. What about D2007-12-Highlander stuff? (:

    ReplyDelete
  3. I use an environment variable (defined inside Delphi) to specify the root of the output directories.

    Tools|Options|Environment Options|Environment Settings
    User Overrides
    BIN = C:\Users\MyUserName\Documents\RAD Studio\bin.xe3

    If I have more than One Delphi compiling the same projects
    BIN = C:\Users\MyUserName\Documents\RAD Studio\bin.d10

    I then can use this in my Project Options

    Output directory: $(bin)\$(platform)\$(config)
    Unit directory: $(bin)\$(platform)\$(config)\dcu

    ReplyDelete

Post a Comment