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

[REBOL] Re: View/Pro and accessing Windows Printer API (gdi32.dll)

From: petr:krenzelok:trz:cz at: 2-Jul-2002 19:53

Bohdan or Rosemary Lechnowsky wrote:
> Thanks for the report, Cyphre! > > Yes, I think the problem you are experiencing is due to > incompatibility between Win95 and WinNT kernels. As you probably > know, these are the two basic kernels all versions of Windows are > built on. > > However, it should be possible to have the correct functions for each > kernel and only call the appropriate one depending on which OS you are > running. It may take a little extra work, but it shouldn't be *too* > hard. :-)
And I think that Rebol should support printing and should do it using port abstraction. Platform specific issues would be handled by rebol port mechanism, as you always know, what system you are running on. -pekr-