- UID
- 94638
- 帖子
- 48
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2008-2-25
|
[交流] 希望官方出个插件制作详细教程. 而不是仅有一个源码例子,没有任何说明
官方提供了什么样的接口, 都不知道, 这样插件制作者会很难过
而且我下了官方的例子, 编译通不过
报错如下
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(118) : error C2065: '_Module' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(118) : error C2228: left of '.m_phHeaps' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(121) : error C2228: left of '.m_hHeap' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(127) : error C2228: left of '.m_nHeap' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(128) : error C2228: left of '.m_phHeaps' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(128) : error C2228: left of '.m_dwHeaps' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(152) : error C2228: left of '.m_phHeaps' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(154) : error C2228: left of '.m_hHeap' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(170) : error C2228: left of '.m_phHeaps' must have class/struct/union type
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE\atlimpl.cpp(172) : error C2228: left of '.m_hHeap' must have class/struct/union type |
|