ToDo.txt 840 B

123456789101112
  1. 28April20
  2. Got image and text to work - but image resource has to be added before adding to pagecontext. there is a committed version of this from today.
  3. We now need to figure out how shutdown and continue works. In Gal's example it creates 2 separate pages. In our example it is now creating one page with only the image on it, no text.
  4. 30April20
  5. 1) Figure out this error message for pdfHummusTest1.exe:
  6. terminate called after throwing an instance of 'std::bad_alloc'
  7. what(): std::bad_alloc
  8. segmentation fault was found on line 99 of the code.
  9. 2) Debugger only seems to work if we use the -g command when compiling to include debug inside of executable. Find out if we can do this another way or if we need to
  10. turn that on and off, manually. This may lead to another task of addding this to all other targets in the makefile.