The 'esrimole.olb' library does not correctly match up with the ESRI supplied precompiled GUIDS library, 'libmolesdk.so', which is utilized at application link-time to create an executable.
Workaround is provided by the user and is provided in the attachment. The fix for this was to utilize a custom MainWin '.TLH/GUID' generator I wrote and feed it (import) the ESRI supplied 'esrimole.olb' to get a correctly generated 'esrimole.tlh' and 'esrimole_guids.c'files. These two files are then implemented within the MOLE application during compilation, ignoring the ESRI supplied '.tlh' file and '<a href="http://libmolesdk.so" target="_blank">libmolesdk.so</a>' precompiled guids file. The application then works asexpected.