Application start problems

During Coverage Profiler start any errors can be detected. Erorrs are not localised, but have its number in brackets. They are:

(1) - Cannot activate basic API function.

From any mysterious reason a initialisation of basic API function fail for any of these function:
GetDriveType
GetLogicalDriveStrings
RemoveDirectory
DeleteFile
CreateDirectory
CopyFile
GetTempPath
GetSystemDirectory
PathRelativePathTo
PathSkipRoot
GetPrivateProfileString
WritePrivateProfileString
SetWindowPos
SystemParametersInfo
MoveWindow
GetActiveWindow
GetWindowRect
WinExec
Sleep
GetLastError
SetLastError
GetPrivateProfileInt
PathIsRelative

(2) - Cannot activate a component for work with Registry.

From any mysterious reason fails an initalisation of API functions for work with Registry for any of these function:
RegQueryValueEx
RegSetValueEx
RegCreateKeyEx
RegOpenKeyEx
RegEnumKeyEx
RegDeleteKey
RegDeleteValue
RegEnumValue
ExpandEnvironmentStrings

(3) - Cannot activate library CVP.fll.

That's a FLL library for some needed function (for instance icon animation, or so).

(4) - Cannot activate supplementary API function.

Concerned with thirteen API functions:
GetCaretPos
ScreenToClient
ClientToScreen
GetWindowRect
SetCursorPos
SetActiveWindow
SetParent
SHChangeNotify
CreateProcess
WaitForSingleObject
CloseHandle
SetFileAttributes
GetExitCodeProcess

(5) - Cannot iniciate OCX library (COMCTL).

Program was tested, if needed OCX classes TreeView, ListView and ImageList are functional. This classes are included in library named Microsoft Common Controls ActiveX Control (COMCTL32.ocx - VS 5.0 nebo MSComctl.ocx - VS 6.0). If application display this error, an initialisation of these needed clases fails.