Objective Edit : Chapter 2 Getting Started with Objective Edit : Build Configuration Options
Build Configuration Options
Objective Edit makefiles place .lib, .dll, and .pdb files into the OE\lib directory. You can either add this directory to your executable path, or manually copy the DLLs to your Windows system directory.
The library build configuration options are given in Table 2, where <ver> stands for the current product version number:
Table 2 – Library configurations 
Library Name
Objective Edit Library Configuration
MFC Configuration
Unicode Supported
Build Type
OE<ver>
Static
Static
No
Release
OE<ver>d
Static
Static
No
Debug
OE<ver>a
Static
DLL
No
Release
OE<ver>ad
Static
DLL
No
Debug
OE<ver>as
DLL
DLL
No
Release
OE<ver>asd
DLL
DLL
No
Debug
OE<ver>u
Static
Static
Yes
Release
OE<ver>ud
Static
Static
Yes
Debug
OE<ver>au
Static
DLL
Yes
Release
OE<ver>aud
Static
DLL
Yes
Debug
OE<ver>asu
DLL
DLL
Yes
Release
OE<ver>asud
DLL
DLL
Yes
Debug