Hi everyone!
I am using visual studio .net to code and up until now i was only trying to learn how to do stuf.
Now i am really trying to develop my code and i get this weird linking warning and i cant find out anything about it.
"warning LNK4044: unrecognized option '/WARN:3'; ignored"
And then i get more weird linking errors.
"SOCKETS error LNK2019: unresolved external symbol ___security_cookie referenced in function "private: virtual void __thiscall CSocketsAppUi::HandleCommandL(int)" (?HandleCommandL@CSocketsAppUi@@EAEXH@Z)
"
"SOCKETS error LNK2019: unresolved external symbol @__security_check_cookie@4 referenced in function "private: virtual void __thiscall CSocketsAppUi::HandleCommandL(int)" (?HandleCommandL@CSocketsAppUi@@EAEXH@Z)
"
Could this be some library that i am missing?
Please help me!
Ps.The code compiles and runs if i build for wins but not for VS .net
Thanks for anyone that helps