qxfmit 发表于 2004-6-16 17:11:00

在vc 中使用com接口,如何设置

这些接口的定义函数在imsconf2.idl,一篇论文中讲:


1将接口定义文件imsconf2.idl文件加入工程项目中


2在Project settings中对文件IMSCONF2设置Always use custom build 选项并在Custom build command框中键入midl/client none/server none/msexe/w1/c_ext/env_win32/Oicf/dlldata$(Targetdir)\dlldata.rpc/proxy$(Targetdir)(InputName).rpc/header$(InputName).h/iid$(InputName).c$(InputPath);


3.在Out file name框中键入:.\$(InputName).h


4在Build的过程中,MIDL编译器将产生imsconf2.h和imsconf2.c两个文件


5. 在编译文件stdafx.h中键入# includeimsconf2.c和# includeimsconf2.h”


6.将文件imsconf2.c加入到工程项目中


但是这些方法是针对6.0版本的,在.net中我不知道如何设置,请高人指教

qxfmit 发表于 2004-6-30 09:28:00

大家帮我

bluewood 发表于 2004-10-15 15:05:00

兄弟,objectarx 例子有的呀.看帮助
页: [1]
查看完整版本: 在vc 中使用com接口,如何设置