| Programming C# C++ (7) Delphi (617) .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) Java (8) JavaScript (31) perl (9) php (4) VBScript (1) Visual Basic (1) |
Error message 'Device attached to the system is not functioning'
Question: I get the Windows error message "A device attached to the system is not functioning" when I start my application. What happens?Answer: That error from Windows can be misleading. The real cause can be as simple as "A needed DLL was not found on the PATH". Check the PATH and that all packages you have installed are still found on the PATH. Also, if any packages need DLL's check for those DLL's on the PATH.
Comments:
| |||||||||