Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Printing

From: greggirwin:mindspring at: 12-Sep-2003 15:07

Hi Matt, MM> upon running that code , not that i expect it to do much by itself. I get MM> the following error. MM> ** Script Error: LPPRINTDLG-def has no value MM> ** Near: LPPRINTDLG-def MM> If i tweak it a little bit, I can get that error to go away, but then it MM> says it can't open PrintDlg Yeah, the LP needs to be removed to match the struct decl I posted, sorry. I'll try to find time to take a look at it. The first thing to try is changing: print-lib "PrintDlg" to print-lib "PrintDlgA" It does have string elements, so there's undoubtedly an ANSI version. -- Gregg