Looking for a way to compare projects to check if they are the same config. Noting the differences would be great, but not a deal breaker. I'm looking primarily at the DBFs, but would be interested in the rest of the project as well.
Looking for a way to compare projects to check if they are the same config. Noting the differences would be great, but not a deal breaker. I'm looking primarily at the DBFs, but would be interested in the rest of the project as well.
For the graphics you could use the Graphics Builder Automation interface. In the past I used this to determine if two libraries include projects of different projects (Project A and B) were equal, so the projects could be merged into one project. I looped through all genies (ctm) and symbols (ctl) in the different libraries. For a genie loop through all ANs and write all properties of one AN into one file (per library or genie). Then compare the text file of project A and B. If all the files are equal the projects can be merged, and you can use one library include project.
For the graphics you could use the Graphics Builder Automation interface. In the past I used this to determine if two libraries include projects of different projects (Project A and B) were equal, so the projects could be merged into one project. I looped through all genies (ctm) and symbols (ctl) in the different libraries. For a genie loop through all ANs and write all properties of one AN into one file (per library or genie). Then compare the text file of project A and B. If all the files are equal the projects can be merged, and you can use one library include project.