?

pieterjandeboeck at yahoo.co.uk pieterjandeboeck at yahoo.co.uk
Wed Jul 28 04:39:24 PDT 2004


Another stupid question (from me, again):


char uri[HTTP_MAX_URI];

slprintf(uri, sizeof(uri) - 1, "ipp://localhost:631/jobs/%d", currentWindowJobID);

ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri);


I can't get my compiler to find the slprintf method. Any idea what include or import to set? Replacement methods available in xcode? (thats darwin linux /objective-c)

my understanind is that it is null ending without filling?


PJ




More information about the cups mailing list