C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C4792
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4792
 
     long double type not supported by alternate math library
 
     The long double numeric type is not supported by the /FPa
     alternate math emulation library. This can cause unresolved
     external errors from the linker.
 
     This warning can be avoided by using another emulation library
     (such as /FPi) or by avoiding the long double type.
 
     Ignore this warning if a special handler for the long double type
     is included in the link process.
                                    -♦-