Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

ClipDRV and LBForth (Announce)

posted by DosWorld, 26.11.2024, 07:05
(edited by DosWorld on 26.11.2024, 19:22)

> 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:

Back to the forum
Board view  Mix view
22138 Postings in 2044 Threads, 396 registered users, 25 users online (0 registered, 25 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum