KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q43071: QuickC 2.00 Editor Err Msg: Cannot Load Binary File

Article: Q43071
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 2-MAY-1989

Problem:

When I try to load my file into the Microsoft QuickC Compiler Version
2.00 editor I get the error message "Cannot load binary file." My
program works properly when I use QCL to compile.

Response:

The QuickC 2.00 editor will load standard ASCII files. However, it
will not load .EXE, .COM, or ASCII files containing certain control
characters.

The QuickC 2.00 editor assumes that a file is a binary file if it
contains a null (ASCII 0) control character.

To remove control characters from a file, use the CRLF.EXE utility
provided on the QuickC 2.00 utilities disk.

The syntax for the command is as follows :

   crlf <infile> <outfile> [/c<ascii>]

The /c option allows you to specify what ASCII character the control
characters will be converted to. This switch is optional.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.