[cups.general] using with header files

Michael Sweet msweet at apple.com
Mon Mar 26 10:44:53 PDT 2012


Tournie,

You need the following header files:

  array.h
  cups.h
  dir.h
  file.h
  http.h
  ipp.h
  language.h
  transcode.h
  versioning.h

The -private headers are not for user programs, and you don't access those structures directly but instead use accessor functions to get or set values as needed.

I am working on a libcupsinstalller project that will provide the necessary bits without compiling CUPS yourself.


On Mar 26, 2012, at 10:37 AM, Tournie wrote:

> I built libcups2.lib with Visual Studio.  To use it with my project, I included it along with ipp.h and http.h.  But now I'm seeing that to use variables of type 'ipp_t *' or 'http_t *' I need to bring over the files ipp-private.h and http-private.h, and the http-private.h wants config.h, and there are two config.h files, etc.
> 
> Before I proceed further, am I going down the wrong path?  When I got past just needing ipp.h and http.h I started thinking I might be looking at this wrong.  Just looking for comments before I get too deep into bring in include files, etc.
> _______________________________________________
> cups mailing list
> cups at easysw.com
> http://lists.easysw.com/mailman/listinfo/cups

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair





More information about the cups mailing list