Computing.Net > Forums > OS/2 > Equivalent of the OS/2 presentation mana

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Equivalent of the OS/2 presentation mana

Reply to Message Icon

Name: Fatima
Date: October 4, 2001 at 02:41:50 Pacific
Comment:

Hi

Please let me know the Win NT equivalent of the presentation manager in OS/2.
I am working on a project to migrate C code working on OS/2 to Windows NT.

I have come across API functions like gpicreateps , im not able to find the solution for the same in Win NT Api's in C.

Please help me..
Thanks in advance
Regards,
Fatima



Sponsored Link
Ads by Google

Response Number 1
Name: Hugh
Date: October 7, 2001 at 10:59:47 Pacific
Reply:

Sorry Fatima but you won't find any such equivalent as Presentaion Manager is unique to OS/2. The OS/2 desktop is object oriented including the desktop layer itself which is one of the reasons it retains its properties of inheritance.

Win NT has icons which are described by Microsoft as objects but they're not actually objects. They have no properties of inheritance because the Win NT desktop doesn't support it.

If e.g. you take a desktop object uner Win NT and rename the file, the link to the desktop object is broken.

Under OS/2 the link would be retained.

There is nothing in the Microsoft planet of things which comes close to the technical excellence of OS/2. Now you're finding out the hard way.

Regards,

Hugh


0

Response Number 2
Name: chris
Date: October 24, 2001 at 08:28:52 Pacific
Reply:

Sorry Hugh, I'm with you concerning your opinion
about OS/2 (using it since '93).
But there is a big difference between
the presentation manager and the WPS.
The presentation manager handles drawing to
the output devices. You can start a program which
uses windows and dialogs, even without the WPS
beeing installed. WPS uses the PM to show you
the desktop with its objects...

Fatima: You'll need to know something about
both APIs. NT-GUI is not far away from OS/2 PM,
but don't expect an API with structured names...

RuleOfThumb:
Forget prefixes, translate the rest:

os/2 gpi = graphics presentation interface
NT gdi = graphics device interface
use this as hint to find APIs in the docs ;-)

os/2 ps = presentation space
same thing in NT, but the name is
device context, DC

gpicreateps() => CreateDC()

good luck,
chris


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OS/2 Forum Home


Sponsored links

Ads by Google


Results for: Equivalent of the OS/2 presentation mana

make images of the OS/2 disks www.computing.net/answers/os2/make-images-of-the-os2-disks/1843.html

OS/2 warp 3.00 installaion problems www.computing.net/answers/os2/os2-warp-300-installaion-problems/251.html

Migration from OS/2 to Windows 2000 www.computing.net/answers/os2/migration-from-os2-to-windows-2000/793.html