Hi,
Here what I've done:
(1) Create
prjmgr.pyste looks like:
prjmgr = AllFromHeader("project.h")
(2) Ran the following command:
python C:\boost-1.30.2\libs\python\pyste\src\pyste.py --module=prjmgr prjmgr.pyste
(3) The output from the above conatins the following type of errors:
In file included from C:interface/IPssProject.h:15,
from C:/inc/PrjManager/project.h:21:
C:inc/interfaceTier/dataobjects/IPrgStructureObj.h:20: 'vector'
is used as a type, but is not defined as a type.
In file included from C:inc/interfaceTier/interface/IPssProject.h:17,
from C:inc/PrjManager/project.h:21:
C:inc/interfaceTier/dataobjects/ICrossRefQuery.h:44: 'vector'
is used as a type, but is not defined as a type.
C:inc/interfaceTier/dataobjects/ICrossRefQuery.h:47: 'vector'
is used as a type, but is not defined as a type.
Does anyone have any Idea what I missing or doing wrong ?
Thanks
Pat