Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. env.Append(CPPPATH=['C:\boost\boost_1_54_0'])
  2. env.Append(LIBPATH=['C:\boost\boost_1_54_0\stage\lib'])
  3. env.Append(CPPDEFINES=["_UNICODE"])
  4. env.Append(CPPDEFINES=["UNICODE"])
  5.  
  6. 1>mongoclient.lib(stringutils.obj) : error LNK2001: unresolved external symbol __security_check_cookie
  7. 1>mongoclient.lib(initializer_dependency_graph.obj) : error LNK2001: unresolved external symbol __security_check_cookie
  8. 1>mongoclient.lib(initializer.obj) : error LNK2001: unresolved external symbol __security_check_cookie
  9. ....
  10. fatal error LNK1120: 154 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement