-
-
- 4 Replies
- 856 Views
-
Last post by jreagan
Wed Aug 21, 2024 10:14 am
-
-
- 8 Replies
- 2345 Views
-
Last post by arne_v
Wed Aug 07, 2024 3:34 pm
-
-
- 1 Replies
- 439 Views
-
Last post by pustovetov
Mon Aug 05, 2024 2:26 am
-
-
- 1 Replies
- 375 Views
-
Last post by pustovetov
Mon Aug 05, 2024 1:31 am
-
-
does cc for x86 support asm ?
Replies: 17
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...
- 17 Replies
- 11315 Views
-
Last post by arne_v
Sun Jul 21, 2024 9:45 am
-
-
- 11 Replies
- 1866 Views
-
Last post by arne_v
Thu Jul 18, 2024 2:59 pm
-
-
- 3 Replies
- 1306 Views
-
Last post by brianreiter
Thu Jun 20, 2024 7:40 am
-
-
- 5 Replies
- 2978 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
- 5134 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
- 11075 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
- 2624 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
- 2200 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
- 1783 Views
-
Last post by jreagan
Thu May 16, 2024 10:45 am
-
-
- 4 Replies
- 3834 Views
-
Last post by soutbarr
Sat Apr 06, 2024 8:35 am
-
-
- 4 Replies
- 2052 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
- 2781 Views
-
Last post by hb
Thu Mar 28, 2024 7:38 pm
-
-
- 12 Replies
- 29642 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
- 3109 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
- 10149 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
- 16401 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
- 3183 Views
-
Last post by joukj
Fri Feb 09, 2024 10:31 am
-
-
Doc error RTL Library (LIB$) Manual
Replies: 2
by
mjvms27 » Thu Jan 18, 2024 12:51 pm
There may be a minor documentation eror on page 257 of
In the table of Condition Values Returned for LIB$GET_LOGICAL, one of the values listed is...
- 2 Replies
- 2660 Views
-
Last post by dgordon
Mon Jan 22, 2024 9:08 am
-
-
- 15 Replies
- 51979 Views
-
Last post by levitte
Tue Jan 02, 2024 7:09 am
-
-
- 2 Replies
- 5302 Views
-
Last post by joukj
Tue Jan 02, 2024 3:46 am
-
-
Some C/C++ requests
by
mberryman » Mon Jan 01, 2024 6:04 pm
Currently, the clang compiler creates object files with a module name in all uppercase. Please consider changing this to be compatible with the way...
- 0 Replies
- 4984 Views
-
Last post by mberryman
Mon Jan 01, 2024 6:04 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