Menu

#942 Missing definition of WORKAREARECORD

v4.1
closed
5
2012-08-14
2010-09-18
Jens Tveter
No

I'm trying to create Exits i ooRexx, using RexxRegisterExitDll. In the ProgGuide some examples of exits are shown, they all refer to a datatype called WORKAREARECORD. This type definition is nowhere to be found and the program wil (of course) not compile. Please provide the necessary information about WORKAREARECORD - or provide sample code which will compile with the present ooRexx delivery 4.0.1.

Discussion

  • Mark Miesfeld

    Mark Miesfeld - 2010-10-14

    Committed revision 6293. trunk
    Committed revision 6294. 4.1.0

    Well, you could sort of tell what the data type is by looking at the description of the argument, such as:

    UserWord (char *) - output
    is the address of an area to receive the user information saved with RexxRegisterExitExe or RexxRegisterExitDll. The referenced area must be large enough to store two pointer values. UserWord can be null if the saved user information is not required.

    Nevertheless, I changed the examples in the doc to get rid of the references to WORKAREARECORD to avoid any confusion.

     
  • Mark Miesfeld

    Mark Miesfeld - 2010-12-05

    The fix for this item was in the 4.1.0 release.

     

Anonymous
Anonymous

Add attachments
Cancel