DiscussionsIssue archiveOther usage issues

Archived discussion

Handle in Visual C++

Other usage issuesWed, 02/03/2010 - 20:321 reply

Browse this forum
QuestionAuthor

Many thanks for reading this guys,
I'm using Visual Studio 2008, OCC 6.3.0.
When I try to use Handle, as follow

Handle(Geom_Plane) myPlane;

VS2008 does recognize "myPlane" as "Handle_Geom_Plane" which is expected
but when I try to use myPlane->... it says "type could not be resolved" and I cannot access any function of Geo_Plane.

I really appreciate it if you guys can suggest something...
Many thanks again

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

Kinda have a solution
add these header files, not sure why, but helped
#include

#include
#include
#include

#include

#include

#include

#include

#include
#include
#include
#include
#include
#include
#include
#include
#include
#include

#include
#include
#include

#include