Heidi
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Anonymous(anon)
N/A
Posts: 0
Stefan Gherbea(He idi problem)
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
48 Views, 1 Replies
04-06-2004 01:09 PM
*Michael Butler
Re: Stefan Gherbea(He idi problem)
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-06-2004 01:09 PM in reply to:
Anonymous
Stefan,
The sample app stdtest needs to be updated to reflect API changes. To
correct your copy, modify the signature of the shape engine polyline
callback function (in my version, starting at line 74 in
CTestDCPolyline.cpp) to:
void draw_2d_polyline (HT_Renderer_Data const * rd,
HT_Rendition const * hr,
int count,
HT_DC_Point const *points,
HT_RGB32 const *colors = null,
HT_Shape_Color const & mode =
HT_Shape_Color::Undefined,
HT_Parameter const *parameters = null,
int param_width = 1,
float const *ws = null,
HT_Vector const *normals = null) const {
Note that the extra argument for param_width (sorry for the lame
formatting).
Good luck,
Michael
"Stefan Gherbea" wrote in message
news:B08230BB376B797D8D4005BAD6580F77@in.WebX.maYI adrTaRb...
> I can view the example stdtest.
> When I shose from menu TestDC->Polyline I can view all standart shapes.
> For diferent shape (left-bottom corner of window), the lines are solid. I
> have to view a shape railroad for las line from examples.
> The new shape engine do not work property.
> Engine do not supports shape railroad.
>
> What is the problem???????
> Stefan Gherbea
>
>
>
"Stefan Gherbea" wrote in message
news:B08230BB376B797D8D4005BAD6580F77@in.WebX.maYI adrTaRb...
> I can view the example stdtest.
> When I shose from menu TestDC->Polyline I can view all standart shapes.
> For diferent shape (left-bottom corner of window), the lines are solid. I
> have to view a shape railroad for las line from examples.
> The new shape engine do not work property.
> Engine do not supports shape railroad.
>
> What is the problem???????
> Stefan Gherbea
>
>
>

