Hello Jie Liu,
Jie Liu wrote:
> I create an instance of RenderAction and Navigator by using the 'new'
> operator,
>
> I just wonder, shall I manually delete these objects? like:
>
> Navigator* pNavigator = new Navigator;
> delete pNavigator;
> I dont know whether there are ref countings for these objects.
yes, there are a few objects that do not use ref counting (e.g. Action
and its derived types, Navigator, SimpleSceneManager). You can delete
them when you don't need them any more.
Cheers,
Carsten
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users