菜鸟求助程序问题
visualstudio2010吧
全部回复
仅看楼主
level 2
小_顽石 楼主
CStringmyProfileInit (CString name, CXMLProfile *DevProf);
voidmyInitControl ();
voidmyPostInitControl ();
voidmyConfig (CXMLProfile *DevProf);// Called to configure the device
// Has read/write access to Mach XML profile to remember what it needs to.
{
MessageBox(NULL,"It's ALIVE","Config OK",MB_OK);
}// myConfig
voidmyUpdate ();
voidmyHighSpeedUpdate ();
void myCleanUp();
void myHome( short axis);
void myProbe();
这段程序生成解决方案后出现错误:
1>c:\users\dong_er\desktop\mach3软件二次开发\sdk.2.62\sdk\blank plugin\MachDevImplementation.h(33) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
该如何解决啊??????
2017年02月24日 11点02分 1
1