ClipDRV and LBForth (Announce)
> It works in TDE, but not MouseClip (both on my
Cool. Thanks! I'll check it (i am on vocation, till Dec 6, and is far from my PC). BX is popped - mistake. All others:
Regarding to MS documentation:
Name IdentifyWinOldApVersion()
Parameters AX = 1700H
Return Values AX == 1700H: Clipboard functions not available
<> 1700H: AL = Major version number
AH = Minor version number
---
IF(AX == CB_API_GETVER) { // 1700
AX = CLIPDRV_SIGN;
BX = CLIPDRV_VER;
---
Name OpenClipboard()
Parameters AX = 1701H
Return Values AX == 0: Clipboard already open
<> 0: Clipboard opened
---
} ELSE IF(AX == CB_API_OPEN) { // 1701
AX = TRUE;
}
---
(TRUE = -1 in c--, if i am not wrong)
---
Make DOS great again!
Make Russia small again!
Complete thread:
- ClipDRV and LBForth - DosWorld, 15.11.2024, 23:27 (Announce)
- ClipDRV and LBForth - Japheth, 18.11.2024, 08:05
- ClipDRV and LBForth - Rugxulo, 18.11.2024, 08:19
- ClipDRV and LBForth - Japheth, 18.11.2024, 08:40
- ClipDRV and LBForth - DosWorld, 18.11.2024, 09:37
- ClipDRV and LBForth - Japheth, 18.11.2024, 15:55
- ClipDRV and LBForth - DosWorld, 18.11.2024, 19:15
- ClipDRV and LBForth - DosWorld, 19.11.2024, 15:45
- ClipDRV and LBForth - Japheth, 19.11.2024, 15:52
- ClipDRV and LBForth - DosWorld, 19.11.2024, 16:27
- ClipDRV and LBForth - Japheth, 19.11.2024, 15:52
- ClipDRV and LBForth - Japheth, 18.11.2024, 15:55
- ClipDRV and LBForth - DosWorld, 18.11.2024, 09:37
- ClipDRV and LBForth - Japheth, 18.11.2024, 08:40
- ClipDRV and LBForth - Rugxulo, 18.11.2024, 08:19
- ClipDRV and LBForth - DosWorld, 25.11.2024, 19:34
- ClipDRV and LBForth - jadoxa, 26.11.2024, 02:13
- ClipDRV and LBForth - DosWorld, 26.11.2024, 07:05
- ClipDRV and LBForth - jadoxa, 27.11.2024, 00:41
- ClipDRV and LBForth - DosWorld, 26.11.2024, 07:05
- ClipDRV and LBForth - jadoxa, 26.11.2024, 02:13
- ClipDRV and LBForth - bretjohn, 02.12.2024, 21:01
- ClipDRV and LBForth - DosWorld, 02.12.2024, 21:11
- ClipDRV and LBForth - Japheth, 18.11.2024, 08:05