| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Internal error URW 533
Question: When building a dll project with the Delphi 5 IDE I'm repeatedly getting an fatal internal error URW 533also after shut down and restart. Building the same project with the command line dcc32.exe compiles fine. What is 'URW 533'? Answer: It has to do with package resources. I usually get it on "Build all projects". Use "Compile all... " instead.Comments:
|