multiple '.CRT' sections foundBack
My company recently purchased your email libraries for inclusion in a project that I'm working on. When I link our application with your libraries I get the following linker error: LIBCMTD.lib(abc123.obj) : warning LNK4078: multiple '.CRT' sections found with different attributes (C0300040)According to the Microsoft docs this occurs when a library has been generated with an old version of the linker. I'm using your libraries labeled: Chilkat C++ Libraries for VC++ 8.0 / Win32 The development environment is Microsoft Visual C++ .NET 2003 I would have thought that this would work fine. Any ideas?
Answer: VC++ 7.0 is just another name for Microsoft Visual C++ .NET 2003. VC++ 7.0 = Microsoft Visual C++ .NET 2003 VC++ 8.0 = Microsoft Visual C++ .NET 2005 |