Announcement

Collapse
No announcement yet.

WIN32API Errors on printing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WIN32API Errors on printing

    Can you confirm the following errors in the WIN32API.INC:

    FUNCTION
    AddJob pData should be a LONG not a BYTE
    GetJob pJob should be a LONG not a BYTE
    SetJob pJob should be a LONG not a BYTE

    All the above parameters are data pointers in memory.


    ------------------

  • #2
    Technically, they *should* be BYTE PTR or DWORD or AS ANY (personally, I'd suggest the latter). I'll ask R&D to correct these in the next update to WIN32API.INC

    Thanks for bringing this to our attention!


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X