


Why would the incremental linker insert padding between section fragments?

Gotchas when using linker sections to arrange data, part 1

Using linker segments and __declspec(allocate(…)) to arrange data in a specific order

Link-time code generation invalidates a lot of classical assumptions about linking

Why can’t I __declspec(dllexport) a function from a static library?

Understanding errors in classical linking: The delay-load catch-22

Understanding the classical model for linking: Sometimes you don’t want a symbol to come along for a ride

Understanding the classical model for linking: You can override an LIB with another LIB, and a LIB with an OBJ, but you can’t override an OBJ
