|
阅读:1102回复:1
求助VC+MO(关于不能打开mapobjects2.h)~
刚学呵~^^~我按照getting start 上的说明在stdafx.h中加入mapobjects2.h,编译时说:Cannot open include file: 'mapobjects2.h': No such file or directory . 将sample\common\mapobjects2.h 拷到工程文件夹中后也还是出现同样的问题,请教该怎么处理~
|
|
|
|
1楼#
发布于:2004-10-12 10:55
解决了:将#include<mapobjects2.h> 改成#include "mapobjects2.h".
自己顶一下吧,供和我一样有有类似问题的新手参考^^ |
|
|