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...
Continue reading...