2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00
qpdf/examples
Thorsten Schöning 2c704b99a1 Undefined functions because of missing std:: or header. (#295)
* [bcc32 Error] QPDF.cc(375): E2268 Call to undefined function 'atof'
  Full parser context
    QPDF.cc(358): parsing: void QPDF::parse(const char *)

* [bcc32 Error] QPDFTokenizer.cc(183): E2268 Call to undefined function 'strtol'
  Full parser context
    QPDFTokenizer.cc(163): parsing: void QPDFTokenizer::resolveLiteral()

* [bcc32 Error] pdf-split-pages.cc(52): E2268 Call to undefined function 'exit'
  Full parser context
    pdf-split-pages.cc(50): parsing: void usage()

* PR #295: Including "cstdlib" should be replaced with "stdlib.h" to be more consistent. At the same time I changed the order of the surrounding includes to reflect alphabetical order, because at some files this already have been the case.
2019-03-12 10:05:29 -04:00
..
qtest Incorporate improved Windows fragility workaround from qtest 2019-02-01 22:25:25 -05:00
build.mk Example of form XObject, page overlay 2019-01-27 07:50:30 -05:00
examples.testcov update release date to actual date 2008-04-29 12:55:25 +00:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
pdf-bookmarks.cc Add comment about json to pdf-bookmarks 2018-12-23 09:15:46 -05:00
pdf-count-strings.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-create.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-double-page-size.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-filter-tokens.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-invert-images.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-linearize.c Comment use of static ID in examples 2015-11-01 16:40:01 -05:00
pdf-mod-info.cc Add comment to setStaticID call 2018-02-04 14:19:00 -05:00
pdf-npages.cc clean up windows portability code, make remaining test suite pass 2009-07-15 04:26:32 +00:00
pdf-overlay-page.cc Example of form XObject, page overlay 2019-01-27 07:50:30 -05:00
pdf-parse-content.cc Convert examples to use new page helper classes 2018-06-21 15:57:13 -04:00
pdf-set-form-values.cc Add missing headers 2018-06-22 11:44:04 -04:00
pdf-split-pages.cc Undefined functions because of missing std:: or header. (#295) 2019-03-12 10:05:29 -04:00