[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PrintFile.p ... does any one fixed it for win 64?

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
If nobody has done it yet, you'll have to look at Microsoft's documentation for each external procedure declared in printfile.i to see which parameters need to be changed from LONG to INT64. You'll also have to add up the sizes of the structures passed to the external procedures (the numbers passed to SET-SIZE) and recalculate the offsets passed to the GET- and PUT- functions. It's not something you can do without knowledge of Windows functions and C datatypes.

Continue reading...
 
Status
Not open for further replies.
Back
Top