Results 1 to 1 of 1
There is a C++ program that was written for a VMS system that I'm trying to run on linux.
Everything works fine on the VMS system. But on linux, after ...
- 07-11-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 1
transferring a C++ program from VMS to Linux; get "buffer overflow detected"
There is a C++ program that was written for a VMS system that I'm trying to run on linux.
Everything works fine on the VMS system. But on linux, after using the "make" command, and trying to run it, I get:
(where corelut is the name of the program).Code:***buffer overflow detected ***: ./corelut terminated
Does anybody know what types of problems cause this error?
Or if there's anything about C++ programs that generally doesnt tranfer directly from OpenVMS to linux???
This corelut program has to do with setting up color mapping, but I dont really know a lot about it...


Reply With Quote
