有这样一个错误,高手帮忙看看,谢谢!# Programming - 葵花宝典
w*g
1 楼
关于COM和VC++的。
partial code from "StdAfx.h"
...
#import "C:\AtlCOMtest.tlb"
#include // MFC core and standard components
#include // MFC extensions
#include // MFC Automation classes
#include
...
The "#import" stuff is what I added in order to call COM server in the MFC
client application.
Now I got the following compiling error
"c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(14)
: fatal error C118
partial code from "StdAfx.h"
...
#import "C:\AtlCOMtest.tlb"
#include
#include
#include
#include
...
The "#import" stuff is what I added in order to call COM server in the MFC
client application.
Now I got the following compiling error
"c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(14)
: fatal error C118