Hello,
I created a dialog based project. Then, via the insert, I inserted a C++ class: ExecCmd(). In the main C++ class, how can I call/declare an object to ExecCmd()?
I am trying: ExecCmd x = new ExecCmd();
But I get an error C2440: 'initializing' : cannot convert from 'class ExecCmd *' to 'class ExecCmd'
I do not get it.
Thanks,
I created a dialog based project. Then, via the insert, I inserted a C++ class: ExecCmd(). In the main C++ class, how can I call/declare an object to ExecCmd()?
I am trying: ExecCmd x = new ExecCmd();
But I get an error C2440: 'initializing' : cannot convert from 'class ExecCmd *' to 'class ExecCmd'
I do not get it.
Thanks,