Read-only archive of the All About Symbian forum (2001–2013) · About this archive

linking warnings and errors

0 replies · 1,636 views · Started 30 October 2003

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