XML

  • Solving I/O Error 103 in LoadXMLDocument

    In a Delphi console application that reads its configuration from an XML file, I unexpectedly ran into “I/O error 103”. I/O error 103 will look familiar to most of you Delphi developers, it means “File not open”. I traced it… Continue reading