home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
c_all592.arj
/
TI715.ASC
< prev
next >
Wrap
Text File
|
1992-02-25
|
823b
|
67 lines
PRODUCT : Borland C++ NUMBER : 715
VERSION : All
OS : DOS
DATE : February 25, 1992 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).