Hello, As I wrote it works fine here and others do not seem to have problems with printing. The exception is outside AmiBroker range - the address you have given is inside Windows libraries. If it was inside AB you would get report like this: http://www.amibroker.com/guide/x_bugrecovery.html
The printing in Windows is just rendering to the printer device context. The rendering is using the same code as on-screen display, but actual output is governed by the printer driver. If driver fails it will bring down the app. Also you can use Edit->Image->Copy as Metafile, paste to Word and print from there. You can also print to PDF using DoroPDF or other free driver. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "sidhartha70" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 23, 2008 8:14 PM Subject: [amibroker] Re: Print Functionality not working > TJ... any thoughts on this...? > > --- In [email protected], "sidhartha70" <[EMAIL PROTECTED]> wrote: >> >> Just uninstalled & reinstalled drivers etc for my HP C6180. >> AmiBroker still crashes when I try and print. >> >> I get an error saying AmiBroker has stopped responding, do I want to >> close the program or debug. If I debug I get the following error... >> >> Unhandled exception at 0x73a0f33d in Broker.exe: 0xC0000005: Access >> violation reading location 0x00000099. >> >> Don't know if that helps you TJ...? >> >> --- In [email protected], "sidhartha70" <sidhartha70@> wrote: >> > >> > I'll try and reinstall printer software and let you know how I get on. >> > >> > TIA >> > >> > --- In [email protected], "sidhartha70" <sidhartha70@> wrote: >> > > >> > > TJ... RT IQ Feed DB. >> > > >> > > Have you tested on 64 bit Vista your end...? >> > > I have to say I don't have a problem printing any thing else. > Using HP >> > > printer and drivers so farily mainstream. >> > > >> > > --- In [email protected], "Tomasz Janeczko" <groups@> wrote: >> > > > >> > > > Hello, >> > > > >> > > > >> > > > Works fine here. >> > > > If print preview works, then the problem is generated by printer >> > > drivers. >> > > > You may need to update your printer drivers. >> > > > BTW: do you print from RT database (streaming) or EOD? >> > > > >> > > > Also you can use Edit->Image->Copy as Metafile, >> > > > paste to Word and print from there. >> > > > >> > > > Best regards, >> > > > Tomasz Janeczko >> > > > amibroker.com >> > > > ----- Original Message ----- >> > > > From: "sidhartha70" <sidhartha70@> >> > > > To: <[email protected]> >> > > > Sent: Monday, September 22, 2008 11:39 PM >> > > > Subject: [amibroker] Re: Print Functionality not working >> > > > >> > > > >> > > > > Ok. 5.17. Vista 64 bit. >> > > > > >> > > > > Print preview works fine. >> > > > > >> > > > > AmiBroker has crashed on me twice trying to print now... and > three >> > > > > times it's just printed a blank sheet of paper. >> > > > > >> > > > > TJ... Any ideas...? >> > > > > >> > > > > --- In [email protected], "wavemechanic" <timesarrow@> >> > wrote: >> > > > >> >> > > > >> Does print preview work? >> > > > >> >> > > > >> Bill >> > > > >> ----- Original Message ----- >> > > > >> From: sidhartha70 >> > > > >> To: [email protected] >> > > > >> Sent: Monday, September 22, 2008 12:49 PM >> > > > >> Subject: [amibroker] Print Functionality not working >> > > > >> >> > > > >> >> > > > >> Hi, >> > > > >> >> > > > >> Just trying to print a chart... via the file menu or the tool >> > > bar. And >> > > > >> I just get a blank page. literally nothing at all is printed. >> > > Just a >> > > > >> page fed through the printer. >> > > > >> Printer setup seems fine and is working elsewhere. >> > > > >> >> > > > >> Any ideas..? >> > > > >> >> > > > >> TIA >> > > > >> >> > > > >> >> > > > >> ------------------------------------ >> > > > >> >> > > > >> Please note that this group is for discussion between users >> only. >> > > > >> >> > > > >> To get support from AmiBroker please send an e-mail >> directly to >> > > > >> SUPPORT {at} amibroker.com >> > > > >> >> > > > >> For NEW RELEASE ANNOUNCEMENTS and other news always check >> DEVLOG: >> > > > >> http://www.amibroker.com/devlog/ >> > > > >> >> > > > >> For other support material please check also: >> > > > >> http://www.amibroker.com/support.html >> > > > >> Yahoo! Groups Links >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > > >> > > >> > >> > ------------------------------------------------------------------------------ >> > > > >> >> > > > >> >> > > > >> >> > > > >> No virus found in this incoming message. >> > > > >> Checked by AVG - http://www.avg.com >> > > > >> Version: 8.0.169 / Virus Database: 270.7.0/1684 - Release > Date: >> > > > > 9/22/2008 6:39 AM >> > > > >> >> > > > > >> > > > > >> > > > > >> > > > > ------------------------------------ >> > > > > >> > > > > Please note that this group is for discussion between users > only. >> > > > > >> > > > > To get support from AmiBroker please send an e-mail directly to >> > > > > SUPPORT {at} amibroker.com >> > > > > >> > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check > DEVLOG: >> > > > > http://www.amibroker.com/devlog/ >> > > > > >> > > > > For other support material please check also: >> > > > > http://www.amibroker.com/support.html >> > > > > Yahoo! Groups Links >> > > > > >> > > > > >> > > > > >> > > > >> > > >> > >> > > > > ------------------------------------ > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > Yahoo! Groups Links > > >
