Quote Originally Posted by imranhabib1 View Post
here we go

*****************************************
AgentActionComponent Obj;
Obj.getEntityPosition(m_characterID2);
*****************************************
it says no default constructor .............. on taking cursor to Obj .. i tried delcaring default constructor
but it doesnt work yet ...........
any suggestions
Stop telling us you tried stuff and it didn't work without showing the code.

The error messages mean something. Obviously you need to create a default constructor. Show us what you did and we'll tell you why it didn't work.