Hello, I have an interesting issue that I cannot figure out.
Recently my company (Maptek) upgraded their development contract to the newest version so we could fix our import/export code for .TIN files. Most of the code I had to change was dealing with authorization, and I eventually got it working. But we have an automatic build machine here that will find and report errors with the current build, and though the version built on my machine (with the development tools installed on it) it will not work with the build machine (when I included the .olb files needed), and fails while trying to import esriGeoDatabase.olb with this error:
"fatal error C1084: Cannot read type library file: 'esriGeoDatabase.olb': Error loading type library/DLL."
What could cause this error happening on every machine but mine? I obviously have the development tools needed, but with our old version of the import/export code we only needed to include the olb files with our submissions for them to build on any machine.
Our code is in C++ and we compile using the Visual Studio 2005 compiler.
Thanks ahead of time for any help!