百科全书的user-interface部分有一个use-case,讲create workbench的,按照上面讲的方法编译了之后
老是出错:
fatal error C1083: Cannot open include file: 'TIE_CATICAAAfrGeometryWksConfiguration.h': No such file or directory
我搜了一下,的确没有这个头文件,但是在CAAApplicationFrame.edu\CAAAfrGeoCreationWbench.m\src\CAAAfrGeoCreationWkb.cpp
这个文件中的确包含了这个头文件,以致于编译出错
不知道大家有没有碰到过这个问题,知道的给小弟一个提示吧,谢谢!
问题解决:
The Multi-Workspace Application Builder (mkmk) will generate the TIE for this interface for you, that is, the TIE_CAAIAfrGeoCreationWkbFactory.h file in the ProtectedGenerated directory
那个头文件是mkmk编译时自动产生的。
多谢huright,望以后多多指点,呵呵。