Build Information for Scheduler Proxy Library
This section contains the recommended compiler and linker settings for building a scheduler proxy library.
Microsoft Windows
The proxy library must be compiled and linked as a 32-bit DLL using the following recommended compiler and linker options:
Compiler Options
- Use of MFC: Use Standard Windows Libraries
- Character Set: Use Multi-Byte Character Set [/D "_MBCS"]
- Runtime Library: Multi-threaded DLL [/MD]
- Calling Convention: __cdecl [/Gd (default)]
Linker Options
- Create a DLL [/DLL]
- 32 bit code [MACHINE:X86]