Microsoft KB Archive/38689

From BetaArchive Wiki

QuickC Switches Can Be Interpreted as Files PSS ID Number: Q38689 Article last modified on 12-01-1988 PSS database name: S_QuickC

1.00 1.01

MS-DOS

Summary:

The correct command line for invoking QuickC is as follows:

QC [ [/b] [/g] [/h] [/l quicklib] [sourcefile] ]

This information is explained on Page 22 of the “Microsoft QuickC Programmers Guide.”

If you enter any of the switches directly after the filename, QuickC may attempt to access the switch as a file.

The following is an example:

QC filename.c/b

QuickC will try to open b.c in this case. To avoid this problem, do not use options at the end of the command line.

Copyright Microsoft Corporation 1988.