Hi,
I'm working on a quite old application with multiple targets and multiple PBLs on each one. Along the entire code images are set up (in code and the IDE) by jsut the name of the image (xxx.bmp). No path are used. It means that all images should be placed in PowerBuilder directory if we want to be able to see them when runnin/debbuging from the IDE. Not the bes solution but that is what we have.
Now, I want to use PBAutoBuild in order to deploy our applications. We have one PBR file for each PBL and one for the executable with the icon.
What I would like to know is, when runing PBAutoBuild what is the refernece directory for each image in each PBR file. All images should be placed in the same folder as the PBR, as the PBT, where PBAutobuild.exe file resides? It's not clear at all and, of course, it's not woring as images are not displayed.
The structure that I have is the following:
Workspace
Target I
PLB1
PBL2
PBL2
....
Target II
PBL1
PBL2
....
Thanks for the help !