DosSelToFlat: Difference between revisions
Appearance
Created page with " ==Timur Tabi Comments== This are 16-bit and 32-bit conversion functions. They convert pointers in one memory model to another.[https://groups.google.com/forum/#!topic/de.com..." |
No edit summary |
||
Line 5: | Line 5: | ||
I don't think they're part of the OS/2 API; rather, they are part of the compiler's runtime library. C Set++ has them also. | I don't think they're part of the OS/2 API; rather, they are part of the compiler's runtime library. C Set++ has them also. | ||
==Links== | |||
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/16-bit&file=inf16bit.zip 16 bit CP reference manual for OS/2 1.X] | |||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 18:57, 21 June 2016
Timur Tabi Comments
This are 16-bit and 32-bit conversion functions. They convert pointers in one memory model to another.[1]
I don't think they're part of the OS/2 API; rather, they are part of the compiler's runtime library. C Set++ has them also.