<br><br><div><span class="gmail_quote">On 8/18/05, <b class="gmail_sendername">Tor Lillqvist</b> &lt;<a href="mailto:tml@iki.fi">tml@iki.fi</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Boris Popov writes:<br> &gt; I finally got around to trying your dlls and I have a silly<br> &gt; question for you. Trying to call cairo_image_surface_create fails,<br><br>In what way? At link time, or at run time? Using what
<br>language/compiler, with what settings that might be relevant?<br><br> &gt; however looking at the dll's exported functions I see a bunch with<br> &gt; 'cairo_pixman'<br><br>Actually those functions have names that begin with an
<br>underscore. That means they are internal to cairo, not part of the<br>API. They are visible in the DLL only because of technical<br>reasons. (If a .def file would be used when building the DLL, they<br>wouldn't be visible.)
</blockquote><div><br>
Doh! I should have been more careful when looking at that list, I'll have to check it out again.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> &gt; instead including the cairo_pixman_image_surface_create.<br><br>No, there is no such entry point exported from the DLL. Look
<br>closer. There is _cairo_pixman_image_create, for instance, but you<br>really shouldn't care, or try to use it, as it is internal to cairo.</blockquote><div><br>
You're right, I should looked further in the file to find what I was looking for. I'll look at it again on my way to work.<br>
<br>
<br>
Thanks!<br>
<br>
</div></div>-- <br>- Boris