Unable to open file FRXEXPORTBASEDIALOG.OBJ
I have been successfully compiled and run my code for a while. Today, I suddenly have this error message after compiling. Clearing cache and restart the builder don't work.
I have made sure LibD24 folder is included in the inclusion and library search folders.
Please help.
Comments
Try to set full permissions for all users for folder with frxExportBaseDialog.obj
I couldn't find this frxExportBaseDialog.obj file in the Debug_Build or anywhere else (eg. LibD24 folder). Is it supposed to generate in the Debug_Build?
The problem has been solved!
I find "frxExportBaseDialog.hpp" was included Automatically in the head file in this commit. So as in CPP file (#pragma link "frxExportBaseDialog").But I didn't make any changes to the program after the last commit. When I tried to remove it, it was added by IDE immediately. I saved files outside the IDE and finally compiled them successfully.
Thanks, gpi.