I don't want absolute path names to dls in the dxp and dxc files. Therefore I edited these files and changed the absolute path names to relative path names (eg. <Assembly Version="5.0" FileName="C:\__Platform 3.0\DSP\_bin\mydll.dll" -> <Assembly Version="5.0" FileName="..\..\..\..\_bin\mydll.dll").
Document! X can work with dxp and dxc files containing relative path names and builds the help files without any problem.
But, if I open the project file with Document! X, change e.g. the Copyright Notice, and save the project, all path names in the dxp file will be absolute again.
How can I avoid this and keep my relative path names?
Regards,
R. Brodt