[cairo] [win32] Binaries?

Boris Popov bpopov at gmail.com
Thu Aug 18 07:49:09 PDT 2005


On 8/18/05, Tor Lillqvist <tml at iki.fi> wrote:
> 
> Boris Popov writes:
> > I finally got around to trying your dlls and I have a silly
> > question for you. Trying to call cairo_image_surface_create fails,
> 
> In what way? At link time, or at run time? Using what
> language/compiler, with what settings that might be relevant?
> 
> > however looking at the dll's exported functions I see a bunch with
> > 'cairo_pixman'
> 
> Actually those functions have names that begin with an
> underscore. That means they are internal to cairo, not part of the
> API. They are visible in the DLL only because of technical
> reasons. (If a .def file would be used when building the DLL, they
> wouldn't be visible.)


Doh! I should have been more careful when looking at that list, I'll have to 
check it out again.

> instead including the cairo_pixman_image_surface_create.
> 
> No, there is no such entry point exported from the DLL. Look
> closer. There is _cairo_pixman_image_create, for instance, but you
> really shouldn't care, or try to use it, as it is internal to cairo.


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.


Thanks!

-- 
- Boris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/cairo/attachments/20050818/ecaa3ce7/attachment.htm


More information about the cairo mailing list