Groups | Search | Server Info | Login | Register
Groups > comp.os.os2.programmer.misc > #1721
| X-Received | by 2002:a05:622a:1aa8:b0:3df:375:5102 with SMTP id s40-20020a05622a1aa800b003df03755102mr74007qtc.2.1689505118761; Sun, 16 Jul 2023 03:58:38 -0700 (PDT) |
|---|---|
| X-Received | by 2002:a05:6808:210f:b0:3a4:13ba:9fe with SMTP id r15-20020a056808210f00b003a413ba09femr12968553oiw.10.1689505118439; Sun, 16 Jul 2023 03:58:38 -0700 (PDT) |
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | comp.os.os2.programmer.misc |
| Date | Sun, 16 Jul 2023 03:58:38 -0700 (PDT) |
| In-Reply-To | <2a4d22c1-5fa9-4e97-a418-f1002e91c124n@googlegroups.com> |
| Injection-Info | google-groups.googlegroups.com; posting-host=78.80.104.48; posting-account=M0HM6QoAAADN6I0fdAn6f6_AFrdXmFjO |
| NNTP-Posting-Host | 78.80.104.48 |
| References | <a29691a7-9701-4935-a5b2-986c5f5c2bddn@googlegroups.com> <Aj3sM.255151$edN3.186930@fx14.iad> <83234834-db2d-42ac-8bc6-0fcf631f53b9n@googlegroups.com> <7ee4e13c-63ae-4c02-a17d-b183c5045e92n@googlegroups.com> <e48bb3c4-e0c0-409f-b13b-c172afb74b47n@googlegroups.com> <fc31cff0-19f8-4a52-a14b-976c91b3387an@googlegroups.com> <79c75676-6bce-4df4-83fd-50327e0d81a8n@googlegroups.com> <543e1a11-17f0-4344-9a8b-8a53e8eb3d12n@googlegroups.com> <2a4d22c1-5fa9-4e97-a418-f1002e91c124n@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <9e835c3d-f35a-4f9b-b7c1-5dd1ec3cf9b2n@googlegroups.com> (permalink) |
| Subject | Re: win32 via odin |
| From | xhajt03 <xhajt03@gmail.com> |
| Injection-Date | Sun, 16 Jul 2023 10:58:38 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| X-Received-Bytes | 2894 |
| Xref | csiph.com comp.os.os2.programmer.misc:1721 |
Show key headers only | View raw
On Sunday, July 16, 2023 at 11:20:13 +0200 Paul Edwards wrote: > On Sunday, July 16, 2023 at 2:17:12 PM UTC+8, Paul Edwards wrote: . . > http://www.edm2.com/index.php/CPGuide_-_Control_Program_Functions Yes, edm2.com is a reasonable source. . . > Sounds like windows(VIO) = "PMCompatible". Yes. > And regardless, "fullscreen" is surely the opposite of "PM session". Indeed. > So how can I get a rc = 22 even when I choose fullscreen? Because you try to use functions intended for device drivers in a regular application instead of following the received advice? The console drivers (i.e. keyboard, console video and mouse) _are_ 16-bit and the same applies to the API for working with them as you already found yourself. And yes, this is what all other OS/2 console applications do unless they use some wrapper DLL (which just wrap around the same 16-bit API functions with 32-bit versions). Just FYI, I'm a maintainer of the OS/2 version of the Free Pascal compiler (FPC) and the same functions (rather than some device drivers controlling API) are used for the FPC run-time library (actually, we still use the emxwrap.dll wrapper, but that makes no difference as already mentioned above). Tomas
Back to comp.os.os2.programmer.misc | Previous | Next — Previous in thread | Next in thread | Find similar
win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-13 13:46 -0700
Re: win32 via odin Dave Yeo <dave.r.yeo@gmail.com> - 2023-07-13 20:30 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-14 22:02 -0700
Re: win32 via odin xhajt03 <xhajt03@gmail.com> - 2023-07-15 15:34 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-15 16:05 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-15 17:56 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-15 18:29 -0700
Re: win32 via odin xhajt03 <xhajt03@gmail.com> - 2023-07-15 20:43 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-15 23:17 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-15 23:47 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-16 02:20 -0700
Re: win32 via odin xhajt03 <xhajt03@gmail.com> - 2023-07-16 03:58 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-16 09:03 -0700
Re: win32 via odin xhajt03 <xhajt03@gmail.com> - 2023-07-16 14:51 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-12-20 10:35 +0800
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-12-20 14:16 +0800
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-12-20 16:24 +0800
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-12-20 20:10 +0800
Re: win32 via odin Dave Yeo <dave.r.yeo@gmail.com> - 2023-07-16 20:30 -0700
Re: win32 via odin Dave Yeo <dave.r.yeo@gmail.com> - 2023-07-16 20:44 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-16 21:11 -0700
Re: win32 via odin Dave Yeo <dave.r.yeo@gmail.com> - 2023-07-16 23:04 -0700
Re: win32 via odin Dave Yeo <dave.r.yeo@gmail.com> - 2023-07-16 23:11 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-17 07:07 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-17 07:13 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-17 07:48 -0700
Re: win32 via odin Paul Edwards <mutazilah@gmail.com> - 2023-07-17 16:50 -0700
csiph-web