The MSDN documentation on the subject of Defining Inline C++ Functions with dllexport and dllimport
was written with compiler-colored glasses.
The statements are perfectly true, but they use terminology
that only compiler-writers understand. The short version is that all modules which share an inline function
are considered to be part of ...