Hello,
I'm using Microsoft Visual Studio 8.1 (2005) to compile and link a library and my application that uses this library. Linking complains that a symbol can not be found. I looked at the lib file and this is what happens:
dumpReadable@OGRGeometry@@UBEXPAU_iobuf@@PBD@Z - Lib has this
dumpReadable@OGRGeometry@@UAEXPAU_iobuf@@PBD@Z - My application requires this
___________________________^ the difference in one character
The have make file for the library, but I do not know what switch I should change to create proper symbols. Any suggestions?
Thanks.