A note about version numbers

As you already may have noted the names of the header files and libraries of ITLogLib/Win32 include the version number of ITLogLib. The API itself, especially the names of the classes, doesn’t include such numbers. These two points are meant to simplify the process of updating to higher versions of ITLogLib.

 

Advantages:

·      To update, you don’t have to change all your code. Just switch to the new header file and library.

·      You can have different target projects (EXE, DLL, COM DLL), some still using the old and some using the new version, as the header file and library names are different.
However, note that within a single target project there can only
one version of ITLogLib be used, not two different versions together. This should be no weighty limitation for you.