>> That's how it works on win, and I can't do anything about it, only cairo >> maintainers/builders/whoever. > > Ok, I'm not a distro or makefile man. I just had to rename my libcairo-2.lib > to cairo.lib and sample files links again.
Notice that there is no libcairo-2.lib in the distro pack you linked. You had to create that lib manually using implib (I guess you use BCC). Supplied COFF lib is named cairo.lib. I used it as a reference. There is no rules that .lib name should be equal to .dll name, so cairo.lib seems like a good choice also for us. BTW, does implib requires -a option or not to create usable .lib for BCC? Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
