This is the directory where the main Notes files are placed. Search for NLNOTES.EXE and you are on the spot! You can also look in the Registry for the value of following key: HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes\Path.
If you install Notes R5 in the default directories, the Notes Program Directory will be C:\Lotus\Notes. If you do the same with Notes 6, the default program directory will be C:\Program Files\Lotus\Notes.
The following files are placed here:
Filename |
Description |
Filesize |
VCLFM100.DLL |
The Notes Menu Addin DLL. This file is registered in NOTES.INI's AddInMenus keyword |
24 kB |
NDBLF.DLL |
A Notes Database Driver used to among other things identify current context. This is called directly by Lotus Notes and Notes won't look in other directories! |
57 kB |
LCPPN23.DLL |
The Lotus Notes C++ Runtime DLL. This is necessary when we want to program in C++ and let our application access Notes! |
1,8 MB |
DXLTOOLS10.DLL |
The Lotus DXL Runtime DLL. This is used to extract Notes data into the Lotus'ish XML format DXL |
2,6 MB |
VCLFSUPRT.DLL |
Support DLL for List Fields |
700 kB |
Very important: In order to have Notes C/C++ API based applications run correctly, these applications must know where to find the core Notes program files. The C and C++ API libraries use functions in all the DLLs! This is done by specifying the Notes Program Directory in the PATH environment variable. In Windows 95, 98 and ME, this is set in the AUTOEXEC.BAT file with the command SET PATH=%PATH%;<full path to the Notes Program
Directory>
In Windows NT, 2000 and XP the PATH environment variable is set from the System applet in the Control Panel. Be sure to have Administrators Rights in order to change this variable's content.