-
-
Minor surprise with C RTL in VMS 9.2-3
by
jonesd » Mon Dec 09, 2024 2:17 pm
VMS 9.2-3 broke my web server (OSU 3.17), causing it to crash on startup. The issue was difficult to track down, but turned out to be a call to...
- 0 Replies
- 6 Views
-
Last post by jonesd
Mon Dec 09, 2024 2:17 pm
-
-
- 18 Replies
- 7081 Views
-
Last post by frenchie68
Fri Dec 06, 2024 9:38 am
-
-
- 11 Replies
- 631 Views
-
Last post by arne_v
Thu Dec 05, 2024 1:02 pm
-
-
- 2 Replies
- 2173 Views
-
Last post by joukj
Fri Nov 29, 2024 5:39 am
-
-
Job Control on OpenVMS
Replies: 9
by
mythwalker » Mon Nov 18, 2024 5:07 pm
I've been attempting to port pdksh to OpenVMS.
But I am having issues reading from stdin. I've noticed that there are process mailboxes like in...
- 9 Replies
- 1316 Views
-
Last post by joukj
Thu Nov 21, 2024 2:17 am
-
-
- 9 Replies
- 2650 Views
-
Last post by tigran.sargsyan
Tue Nov 19, 2024 8:36 am
-
-
does cc for x86 support asm ?
Replies: 19
by
crgnz » Sat May 18, 2024 6:00 am
Sorry if this is more of a porting from unix question rather than a specific DEC C for x86 query but I'll ask anyway:
I'm trying to port this...
- 19 Replies
- 15983 Views
-
Last post by jreagan
Tue Oct 15, 2024 12:05 am
-
-
- 4 Replies
- 2249 Views
-
Last post by jreagan
Wed Aug 21, 2024 10:14 am
-
-
- 8 Replies
- 4503 Views
-
Last post by arne_v
Wed Aug 07, 2024 3:34 pm
-
-
- 1 Replies
- 1389 Views
-
Last post by pustovetov
Mon Aug 05, 2024 2:26 am
-
-
- 11 Replies
- 4246 Views
-
Last post by arne_v
Thu Jul 18, 2024 2:59 pm
-
-
- 3 Replies
- 2691 Views
-
Last post by brianreiter
Thu Jun 20, 2024 7:40 am
-
-
- 5 Replies
- 4454 Views
-
Last post by pustovetov
Mon Jun 17, 2024 7:42 am
-
-
sigsetjmp/siglongjmp and open file
Replies: 11
by
theoldman » Wed May 22, 2024 2:43 pm
Overview (test program attached):
1. sigsetjmp(jmpbuf,1);
2. fopen a file
3. signal(SIGALRM,TOSTMER_TRAP);
4. copy jmpbuf to static so TOSTMER_TRAP...
- 11 Replies
- 7536 Views
-
Last post by theoldman
Fri Jun 07, 2024 6:12 pm
-
-
Some C++/RTL questions
Replies: 14
by
mberryman » Wed Dec 27, 2023 12:51 pm
In working on the MariaDB port, I have encountered the following issues:
The mkostemp function is documented as accepting additional flags for the...
- 14 Replies
- 14102 Views
-
Last post by jreagan
Wed Jun 05, 2024 12:08 pm
-
-
Missing "defined" in stdlib.h on IA64?
Replies: 2
by
sms » Wed May 22, 2024 1:21 pm
ITS $ cc /version
VSI C V7.4-001 on OpenVMS IA64 V8.4-2L3
OpenSSL 3.3.0 build failed. Simple test case:
ITS $ type stdlib_xoe.c
#define...
- 2 Replies
- 16697 Views
-
Last post by sms
Wed May 22, 2024 6:53 pm
-
-
XML files generation
Replies: 6
by
jonebanes » Sun May 19, 2024 8:58 am
I have the need to produce an XML formatted file from what is now a sequential file produced by a COBOL program. I did some cursory search and with...
- 6 Replies
- 3740 Views
-
Last post by jonebanes
Sun May 19, 2024 9:35 pm
-
-
lib$establish() implemented in C++ x86
Replies: 1
by
renek » Mon May 13, 2024 7:22 am
In the release notes of the x86 C++ compiler it says: The builtin function lib$establish() is not implemented in clang.
Will it be implemented in the...
- 1 Replies
- 2918 Views
-
Last post by jreagan
Thu May 16, 2024 10:45 am
-
-
- 4 Replies
- 5270 Views
-
Last post by soutbarr
Sat Apr 06, 2024 8:35 am
-
-
- 4 Replies
- 3442 Views
-
Last post by sms
Fri Apr 05, 2024 2:52 pm
-
-
LibXML2 issue
Replies: 4
by
rodprince » Thu Mar 28, 2024 11:24 am
This issue exists on HPE I64 C Compiler and VSI x86 C Compiler. I have to assume its actually working as intended and my limited C skills are not...
- 4 Replies
- 4097 Views
-
Last post by hb
Thu Mar 28, 2024 7:38 pm
-
-
- 12 Replies
- 32506 Views
-
Last post by joukj
Wed Mar 20, 2024 11:23 am
-
-
C++ not working
Replies: 6
by
thorleif » Tue Mar 19, 2024 10:30 am
I have installed c++
cxx demo.cxx
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\CXX\
Thanks
Thorleifur
- 6 Replies
- 4629 Views
-
Last post by sms
Tue Mar 19, 2024 9:56 pm
-
-
boost::lexical_cast
Replies: 3
by
ofm » Mon Sep 13, 2021 6:08 am
Hi,
This doesn't compile,
#define __USE_STD_IOSTREAM
#include
#include
int main(int argc, char** argv) {
std::string tmp = boost::lexical_cast...
- 3 Replies
- 11524 Views
-
Last post by joukj
Mon Mar 18, 2024 4:16 am
-
-
Help with mixing C and C++ code
Replies: 14
by
mberryman » Tue Nov 07, 2023 2:42 am
Ok, I'm stumped. What is the syntax that would allow a C++ routine to call a C routine that is using 32-bit pointers? The following illustrates the...
- 14 Replies
- 19237 Views
-
Last post by hb
Sun Mar 17, 2024 4:52 pm
Forum permissions
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum