- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- library hpgfx ( for starbase programs ) and PA2.0...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:35 AM
03-05-2003 06:35 AM
Can anyone tell me what library replaces the hpgfx one, which is compatible with PA1.x architectures. I'm currently recompiling an app, which uses that library and which should run on PA2.0 processor.
The compiler option +DA2.0W tells me that there is no ELF-64 bit compatibility for this library.
Many thanks in advance.
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:56 AM
03-05-2003 06:56 AM
Re: library hpgfx ( for starbase programs ) and PA2.0/64 bit support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:03 AM
03-05-2003 07:03 AM
Re: library hpgfx ( for starbase programs ) and PA2.0/64 bit support
That means I can forget trying recompiling my Starbase application in order to run it on PA2.0 machines ...
or use an old unsupported PA1.1 machine for ever !
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:17 AM
03-05-2003 07:17 AM
Re: library hpgfx ( for starbase programs ) and PA2.0/64 bit support
Most big players are developing on the latest firegl cards on 11.22 or 11.11 using opengl.
I thought most HP customers were informed of this plan sometime ago ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:21 AM
03-05-2003 07:21 AM
SolutionAdd
Patch Name: PHSS_26634
Patch Description: s700_800 11.X Starbase/Hardcopy Dev (PA2.0 only)
and dependencies to your box. The lib is in the patch.
migrate to opengl asap
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:41 AM
03-05-2003 09:41 AM
Re: library hpgfx ( for starbase programs ) and PA2.0/64 bit support
The +DA1.1 mode will run on both PA1.1 and PA2.0 systems. The +DA2.0 mode will use some new PA2.0 instructions, but continue to use 32-bit pointers. The +DA2.0 mode can use Starbase graphics.
If you want to do graphics from a program with more than 3GB of data, then you should switch from Starbase to OpenGL so you can compile your program as +DA2.0W.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 06:55 AM
03-06-2003 06:55 AM
Re: library hpgfx ( for starbase programs ) and PA2.0/64 bit support
No solution but to keep a workstation running HP-UX 10.20 and its compilers associated to the old hpgfx lib.
Thanks for having helped.