I'm trying to build a custom MOCA DLL. I followed the instructions in the book to map methods and properties of my derived MOCA class so that it can be access from LabTalk. In the code, I include "mocamain.h". When I try to compile (using VC++ 6.0) it gave an error saying it can open "oversion.h". I look in the whole tree structure of OriginPro70 but I couldn't find this file.
Does anyone know where this file is or what I'm doing wrong?