H8->H9 Guides.

   2425   2   1
User Avatar
Member
380 posts
Joined: 7月 2005
Offline
Hi, i have some H8 code relating to guides that
doesnt build in H9/10. Im wondering if there is
a preferred way to use Guides in H9/10 or any
new documentation on the subject. t.i.a

in constructor:
myGuide = new POP_Guide;

in cook:

POP_ContextData* data = (POP_ContextData*) context.myData;
setupDynamicVars(data);

if (doUpdateViewport(data))
{
data->myOPGuides.append(myGuide);
data->myGuidePOPs.append(this);
}

compilation error:

no matching function for call to `UT_RefArray<GU_DetailHandle>::append(GOP_Guide*&)'
User Avatar
スタッフ
1072 posts
Joined: 7月 2005
Offline
See POP_LocalForce.C in the HDK samples.
User Avatar
Member
380 posts
Joined: 7月 2005
Offline
cool! thanks!
  • Quick Links