Search found 2 matches
- Mon Mar 19 2007
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: NULL Reference Exception when creating IacDocument
- Replies: 2
- Views: 8244
Still getting NULL Reference
I'm back to PDFCreator after experimenting elsewhere ... trying again. According to the VS Object Browser, a new IacDocument wants a System.Windows.Forms.ScrollableControl as an argument to the constructor. So I have put a Panel named panel1 on my form. System.Windows.Forms.Panel inherits from Syste...
- Tue Mar 06 2007
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: NULL Reference Exception when creating IacDocument
- Replies: 2
- Views: 8244
NULL Reference Exception when creating IacDocument
I need to open a PDF document and paint it to my own Graphics object. The first step in that appears to be creating a IacDocument. IacDocument * aiDoc; aiDoc = new IacDocument(NULL); That 2nd line yields a Null Reference Exception. What's going on that I can't even get to square one? Thanks. Daniel ...