PRB: Syntax Errors When Precompiling ESQL for C

Last reviewed: April 9, 1997
Article ID: Q156340
The information in this article applies to:
  • Microsoft SQL Server version 6.5

SYMPTOMS

You may receive syntax errors when you attempt to precompile an ESQL for C file.

CAUSE

Several changes were made to the Include files shipped with Visual C and Visual C++ 4.2, the most notable of which are in the Float.h and Winnt.h header files. The changes cause the precompile step of ESQL for C to generate syntax errors.

WORKAROUND

To work around this problem, separate out the ESQL code into SQL modules that do not need to include the Windows.h file or any of the other problem header files. This will also speed up precompiles.


Additional query words:
Keywords : kbprg SSrvESQL_C
Version : 6.5
Platform : WINDOWS
Issue type : kbprb


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.

Last reviewed: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.