LNK2001 error when compiling apps referencing STLport-5.1.4 with VC++ 2008

前端 未结 6 1972
感动是毒
感动是毒 2020-12-18 14:15

I apologize in advance for the long post...

I used to be able to build our VC++ solutions (we\'re on VS 2008) when we listed the STLPort include and library director

6条回答
  •  情话喂你
    2020-12-18 14:41

    You have to configure STL port to use the native IOStreams implementation.

    Also is there any specific reason you use STLPort? The default STL implementation is recommended unless you are trying to make a cross platform application - even then its not really needed in most cases.

提交回复
热议问题