I have just been working with the PB Auto Builder which gave a very useful warning that the PBDOM220.pbd runtime build version was not the correct one for the EXE being built.
This set me thinkng that these PBD files should be included in the Runtime installers and therefore have the different build versions pointed to by the XML file for the runtime. So if you change the XML file you will get the correct PBD build version.
Having discovered that the PBDs are not installed by the runtime installer I then started thinking about how we get the right version for the build number. The PBD file is infact within the IDE files and is not really runtime specific and there is no way to know what build number it relates to. I know that it probably doesn't' matter but would it make sence for these files to be included in the runtime instalation rather that rolled out withthe EXE that we build?
Thoughts please?
Thanks.