我可以在Acad 2010中这样做吗?这似乎很有效..
- virtual AcRx::AppRetCode On_kInitAppMsg (void *pkt) {
- // TODO: Load dependencies here
- // You *must* call On_kInitAppMsg here
- AcRx::AppRetCode retCode =AcRxArxApp::On_kInitAppMsg (pkt) ;
- // TODO: Add your initialization code here
- CWinAppEx *capp = static_cast(acedGetAcadWinApp()); ///GetShellManager();
- }
- return (retCode) ;
- }
本帖以下内容被隐藏保护;需要你回复后,才能看到! 游客,如果您要查看本帖隐藏内容请 回复 |