- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CXXLINK --- access violation, reason mask=00 error
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
10-02-2006 06:40 PM
10-02-2006 06:40 PM
CXXLINK --- access violation, reason mask=00 error
I get "%SYSTEM-F-ACCVIO, access violation, reason mask=00" error from CXXLINK when I link c and C++ sources which contains TCPIP socket routins to communicate with various UNIX systems and Win2K systems. The created EXE does not work properily.
I doubt that whether I miss any TCP socket library, or any other RTL libraries in my CXXLINK command. Also when I install C and C++, I observed the following message during the installation.." your system has latest version of *.TLB, so installation can't proceed..."
So I renamed the existing DECC$RTLDEF.TLB and continued the installation. I tried with old and new (OS supplied) *.TLB's, but still I get the same error.
Note: I have used the OLB libraries libdbq.olb/lib, and libvsr.olb/lib to create other EXEcutables which doen't have any tcpip routines, it works fine.
I have attached the compilation and LINK statement and the following Access vioation error, Expecting your valuable suggestions.
Thanks
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 06:44 PM
10-02-2006 06:44 PM
Re: CXXLINK --- access violation, reason mask=00 error
Here is the attachment.
Thanks
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 09:41 PM
10-02-2006 09:41 PM
Re: CXXLINK --- access violation, reason mask=00 error
CXX /VERSION
CXXLINK /VERSION
write sys$output f$getsyi( "VERSION")
HELP CXXLINK Customer_feedback:
Customers with support contracts should seek support for problems through
local customer support centers.
Customers who do not have support contracts are encouraged to mail problem
compaq_cxx.bugs@compaq.com
Although these reports will certainly be used as a source of input
for fixing problems for new releases, we cannot give the reports
individual attention. We can take remedial action only on a best-effort
basis.
If you have questions, suggestions, or comments, please send mail to
compaq_cxx@compaq.com
When reporting problems to HP, please provide the following
information:
o Name and version of compiler (from a listing file)
o Name and version of operating system
o Smallest possible complete source and commands needed to
reproduce the problem
o An example of the incorrect results and the desired results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 04:47 AM
10-03-2006 04:47 AM
Re: CXXLINK --- access violation, reason mask=00 error
I am sorry, I typed the info on notepad, I had env details in the top, but when I do the cut - Paste somewhat the env details got missed.
Here is my env details:
Alpha/OpenVMS 8.2 and 7.32, Compaq c++ V6.5-004 and compaq C V6.5-001, and TCPIP V5.4.
Thanks
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 06:21 AM
10-03-2006 06:21 AM
Re: CXXLINK --- access violation, reason mask=00 error
happens using newer compilers, et c. Around
here:
alp $ cc /version
HP C V7.1-015 on OpenVMS Alpha V7.3-2
alp $ cxx /version
HP C++ V7.1-015 for OpenVMS Alpha V7.3-2
alp $ cxxlink /version
hp C++ CXXLINK V7.1-015
alp $ tcpip show version
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6
on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2
Perhaps one of the TestDrive systems?
http://www.testdrive.hp.com/
http://www.testdrive.hp.com/current.shtml
td237 $ cc /version
HP C V7.1-015 on OpenVMS Alpha V7.3-2
td237 $ cxx /version
HP C++ V7.1-015 for OpenVMS Alpha V7.3-2
td237 $ cxxlink /version
hp C++ CXXLINK V7.1-015
td237 $ tcpip show version
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 5
on a COMPAQ AlphaServer DS20E 666 MHz running OpenVMS V7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 08:57 AM
10-18-2006 08:57 AM
Re: CXXLINK --- access violation, reason mask=00 error
Finally I resolved the issue by using VMS LINKER.
Thanks for your suggestions
Archunan
Archie