◄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. -♦-