-
-
- 11 Replies
- 343 Views
-
Last post by arne_v
Thu Dec 05, 2024 1:02 pm
-
-
- 14 Replies
- 6528 Views
-
Last post by frenchie68
Mon Dec 02, 2024 11:38 am
-
-
- 2 Replies
- 2080 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
- 1200 Views
-
Last post by joukj
Thu Nov 21, 2024 2:17 am
-
-
- 9 Replies
- 2522 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
- 15665 Views
-
Last post by jreagan
Tue Oct 15, 2024 12:05 am
-
-
- 4 Replies
- 2148 Views
-
Last post by jreagan
Wed Aug 21, 2024 10:14 am
-
-
- 8 Replies
- 4330 Views
-
Last post by arne_v
Wed Aug 07, 2024 3:34 pm
-
-
- 1 Replies
- 1326 Views
-
Last post by pustovetov
Mon Aug 05, 2024 2:26 am
-
-
- 11 Replies
- 4037 Views
-
Last post by arne_v
Thu Jul 18, 2024 2:59 pm
-
-
- 3 Replies
- 2589 Views
-
Last post by brianreiter
Thu Jun 20, 2024 7:40 am
-
-
- 5 Replies
- 4317 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
- 7318 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
- 13776 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
- 16609 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
- 3589 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
- 2827 Views
-
Last post by jreagan
Thu May 16, 2024 10:45 am
-
-
- 4 Replies
- 5127 Views
-
Last post by soutbarr
Sat Apr 06, 2024 8:35 am
-
-
- 4 Replies
- 3306 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
- 3981 Views
-
Last post by hb
Thu Mar 28, 2024 7:38 pm
-
-
- 12 Replies
- 32267 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
- 4493 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
- 11412 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
- 18935 Views
-
Last post by hb
Sun Mar 17, 2024 4:52 pm
-
-
unexpected crash in clang+cc program
Replies: 6
by
joukj » Wed Feb 07, 2024 7:17 am
Hi all,
I'm have a problem with something that looks to me as a random error (or do
I miss something. It is in code compiled by clang calling code...
- 6 Replies
- 4611 Views
-
Last post by joukj
Fri Feb 09, 2024 10:31 am
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