PRODUCT : Borland C++ NUMBER : 715 VERSION : All OS : DOS DATE : October 19, 1993 PAGE : 1/1 TITLE : ERRORS: "Undefined symbol _WSPRINTF in module..." "Undefined symbol _WSPRINTF in module..." errors can often be eliminated by turning off the "Case-sensitive exports" and "Case-sensitive link" options. If you are using the command linker TLINKx, don't use the /c switch. If you are invoking the linker from the command line compiler BCCx, use the -lc- switch. If you are using the IDE, go to the linker options dialog box and turn off case sensitive link (O|L|C) and case sensitive exports (O|L|e). DISCLAIMER: You have the right to use this technical information subject to the terms of the No-Nonsense License Statement that you received with the Borland product to which this information pertains.