Hello HSE
In regard of the "pFirstObject" thing, please check if the file \ObjMem\X\GetObjectTemplate.asm ist the same as the one I attached.
The LibPath symbol is set in the OA_Setup32.inc file
LibPath CatStr OA_PATH, <Code\Lib\32\>
The corresponding setup file is taken from the SysSetup macro
Example:
SysSetup OOP, WIN32, WIDE_STRING, DEBUG(WND)
Using WIN32 we instruct to use a Windows interface in 32 bit mode. Possible options are
WIN32, WIN64, NUI32 and NUI64 (No User Interface)
Biterider