I've got something strange with an application. From one moment to another, it will not compile. If I click the compile icon on FF-toolbar, the window indicating compilation progress occurs, but it is not followed by the messagebox saying that compilation was successful (or error message). If I open the generated code in PBedit and compile there, I get the message:
Error 478 in (0:000): Resource file error
And indeed, if I comment out the line:
#RESOURCE RES, "CODEGEN_MANAGEDB_RESOURCE.res"
the program compiles fine with PBedit but of course all my resources are gone :-(
Even if I start a new program from scratch with only one form, the same occurs.
So how can I solve this?
After I restarted my computer, it was OK...