Setting up your projects

As mentioned, ITLogLib/Win32 uses a runtime DLL, named ITLogLib2Win32.dll, and its interface is declared in the C headerfile ITLogLib2Win32.h.

 

The procedure to setup your projects depends on your development environment :

·      If you have a C++ (instead of C-only) project and compiler, you should use ITLogLib/Standard C++ or ITLogLib/Visual C++ instead of ITLogLib/Win32. In this case please don't look here but read the online help for ITLogLib/Standard C++ or ITLogLib/Visual C++!

·      If you have a C-only project, then read Setting up your C project.

·      If you use another development environment, you should first look if there is another variant of ITLogLib which can be used in your enviroment (see Which ITLogLib variants do exist? and Which ITLogLib variant should I use?). If not, read Setting up your project (non-C environments)

 

See also:

·      Setting up your C project.

·      Setting up your project (non-C environments)