Welcome to MSDN Blogs Sign in | Join | Help

January 2005 - Posts

Another FAQ. You link your MFC application that consumes MFC static lib. Your app dynamically links to MFC, your lib statically links to MFC. You build your app and you get "already defined" errors, for example, 1>msvcrtd.lib(ti_inst.obj) : error LNK2005: Read More...
I am constatly being asked same question on and on. "I have an old code that uses a CRT function and when I build it with VS2005, I get a deprecation warning. What should I do". Let's say you have a code like this void foo(char* szA, char* szB) { strcpy(szA, Read More...
Quite a frequently asked questions. You build your code using recent build of the platform SDK and you receive one of the following error messages at compile or link time: Linker Tools Error LNK2001 'unresolved external symbol __security_cookie ' Linker Read More...
This is an on going topic for quite some time. I am going to start answering it today and add additional information as I have more time. There are three possible solutions: (A) The Platform SDK for Windows Server 2003 SP1 . This PSDK has a toolset and Read More...
Hello everyone! I am the Program Manager for the Visual C++ Libraries team. The libraries team owns and maintain all VC++ libraries. The most well-known libraries are the C Runtime, Standard C++ library, MFC and ATL. I also closely work with the Platform Read More...
 
Page view tracker