Not sure if this is my build setup or a more general problem.
I had my Visual Studio 2005 C++ build working with the 9.4 beta 2 type libraries. This required some additional typelib #imports as noted in another post.
However, the same source compiled with the 10.0 prerelease installed and OLBs registered gives the errors:
stdafx.h(40) : error C4772: #import referenced a type from a missing type library; '__missing_type__' used as a placeholder
stdafx.h(40) : fatal error C1084: Cannot read type library file: 'esriSystemUI.olb': Error loading type library/DLL.
I allege that the type libraries are registered correctly - and no generated tlh or tli files show this error.
Has anyone else seen this? Or, does anyone have a working VS 2005 C++ build using this typelibs? Any clues?
Thanks