ding,谢谢楼主,但是不知道哪里能获得sdk的这些头文件呢和相应的库呢,从附件看是在安装盘下的CHook底下,但是我装完后只有CHOOK的一些开发好的动态库,没有.obj文件和.h文件,我安装的是masterCAM9,,不知道诸位装完chooks文件夹底下都有.obj文件和.h文件么,谢谢.
比如:
#include "m_vars.h" // C-Hook header: main variables
#include "m_math.h" // C-Hook header: math functions
#include "m_menu.h" // C-Hook header: menu functions
#include "m_graph.h" // C-Hook header: graphics functions
#include "m_io.h" // C-Hook header: I/O functions
#include "m_db.h" // C-Hook header: database functions
#include "m_chain.h" // C-Hook header: chaining variables and functions
#include "m_undo.h" // C-Hook header: undo functions
#include "m_ncvars.h" // C-Hook header: NC variables
#include "m_nc.h" // C-Hook header: NC functions
#include "m_init.h" // C-Hook header: C-Hook initialization |