- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Best choice for BASIC app building
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
02-03-2005 03:04 AM
02-03-2005 03:04 AM
What should I use as my build platform to guarantee that the app will run correctly? Lowest rev of VMS? Highest? Does it matter?
Thanks in advance, Wizards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 03:09 AM
02-03-2005 03:09 AM
SolutionNote that the BASIC runtime library may vary between VMS versions because it ships with VMS not the compiler.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 03:22 AM
02-03-2005 03:22 AM
Re: Best choice for BASIC app building
I concur with Ian, for the most part.
You need to check the BASIC documentation for comments about running on "Executing on older versions of OpenVMS" (or words to that effect).
In some cases, languages ship with an alternate set of objects which can be used to backport applications to slightly older environments. This needs to be checked. Ian's comment about checking whether BASIC 1.4 is compatible with older OpenVMS is right-on.
You need to build on the oldest version because the image activator checks the revision level of each shareable library used by an image, and issues an error message if the image linked against is newer than the version found.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 05:04 AM
02-03-2005 05:04 AM
Re: Best choice for BASIC app building
http://h71000.www7.hp.com/commercial/basic/basic_index.html
HP BASIC v1.5B is supported on AlphaServer systems running OpenVMS v6.2 to v7.3.2. HP BASIC v1.6 is supported on Integrity servers running OpenVMS v8.2.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 07:17 PM
02-03-2005 07:17 PM
Re: Best choice for BASIC app building
If you are using different Basic versions, the best thinig is to use the lowest Basic on the building environment.
The best thing is to use on all the platforms the same Basic version.
If you're using newer versions on the production platforms you can consider to only link the .OBJ on these, so you don't have the sources on the production.
A bit of a problem is right now the Intel because this is completly difference. In this case you does need to use two versions.
AvR