Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm programming with C++ (VS 2012) using ObjectARX 2016
I have a line:- if (ads_cmd(rbCommandList) != RTNORM) {......
The ads_cmd gives the following error:
Error 1 error C3861: 'MustSwitchTo_acedCmdC_or_acedCmdS': identifier not found
I see that this is defined in adsmigr.h as:-
#define ads_cmd MustSwitchTo_acedCmdC_or_acedCmdS
How do I correct this error?
Many thanks in advance,
Dave
Solved! Go to Solution.