Search code examples
Difference between MSVC builtin macros _M_AMD64 and _M_X64...

c++visual-c++macrosbuilt-in

Read More
Is there a way to make Visual Studio case sensitive on includes?...

c++windowsvisual-studiovisual-c++

Read More
Unresolved external symbol when lib is linked, compiler adds the letter 'A' to the function ...

c++visual-c++linkersymbols

Read More
How to group some functions into a new memory section of .exe output in Visual C++...

visual-c++linker

Read More
how to fix the error c2118: negative subscript...

c++visual-c++64-bitwin64

Read More
Relation between MSVC Compiler & linker option for COMDAT folding...

visual-c++linkercomdat-folding

Read More
Use libraries compiled with visual studio in an application compiled by g++ (mingw)...

c++visual-c++linkerg++

Read More
What does C4250 VC++ warning mean?...

c++visual-studiovisual-c++

Read More
Visual Studio: ignore undefined references in shared libraries...

visual-c++dlllinkershared-libraries

Read More
C/C++ compilers (Windows)...

gccvisual-c++cygwinmingw

Read More
How to create a Win32 Console Application in Visual Studio (2017)?...

c++visual-studiovisual-c++

Read More
MSVC vector Debug Assertion with Boost.Asio async UDP server...

visual-c++udpboost-asiostdvectorvisual-c++-2022

Read More
Can C++ libraries compiled with VC10 (sp1) be linked by code compiled with VC11?...

c++visual-c++linker

Read More
A way to read data out of a file at compile time to put it somewhere in application image files to i...

c++filevisual-c++initialization

Read More
MSVC Error: Template class with int64_t member - 'followed by __int64 is illegal'...

c++templatesvisual-c++visual-studio-2019int64

Read More
CMake Visual Studio Differences?...

visual-studio-2010visual-c++cmake

Read More
Which Visual C++ DLLs are required?...

visual-studio-2010visual-c++

Read More
Cannot compile with VC++/VS2010 targeting x64: LNK1158: cannot run cvtres.exe...

visual-studio-2010visual-c++linker64-bit

Read More
cvblob compile error in Visual C++ 6.0...

c++visual-studioopencvvisual-c++

Read More
Log4cxx DailyRollingFileAppender not rolling over...

visual-c++log4cxx

Read More
Visual C++ equivalent of __FILE__ , __LINE__ and __PRETTY_FUNCTION__...

c++gccvisual-c++

Read More
What's the use of C4711 "function selected for inline expansion" Visual C++ warning?...

c++visual-c++warningsinline

Read More
Are there real life cases when deleting an incomplete type is not an error in C++?...

c++visual-c++compiler-warningsdelete-operator

Read More
How do I keep a constant definition in a header file and not have it linked into every library?...

c++visual-c++linker

Read More
error LNK2005: _DllMain@12 already defined in MSVCRT.lib...

c++visual-c++linker

Read More
What is "Platform Toolset" setting in visual studio project...

c++visual-c++

Read More
Is better error reporting possible in C++?...

c++visual-c++compiler-errors

Read More
DLL and compiler settings...

c++visual-c++dlllinker

Read More
How can I disable the inline implementation window that pops up when I use "Create definition o...

visual-studiovisual-c++visual-studio-2022

Read More
How do I merge multiple PDB files?...

visual-c++command-linepdb-files

Read More
BackNext