Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I need a 32-bit OS/2 2.1 C Compiler. If I compile a 32 bit program in OS/2 will it run in a 32-bit Windows OS? Please tell me where I can find this compiler.
I think it would run if the program is using text output, I mean, if the program is not linked (satically or dinamically) with any specific system library.
I think GCC, for example, will satisfy your needs, since it compiles for 32 bits, using crt0.lib and parts of libc.lib (I don't remember exactly). It would run on Windows. If you what to make OS/2 PM programs you would want to get a OS/2 programming library or to do it by yourself (linking to DLLs, intercepting or calling system interrupts...)
Summary: I have to mantain an old application, developped by old C/2 1.1 DOS and OS/2 16 bit IBM compiler. I need to open and manage a TCP/IP socket, but C/2 has not header files and system calls to TCP/IP ser...
Summary: Hi: Does anybody know where to get a free ANSI C++ compiler for OS/2. I need this to include the new features of C++ like STL, namespaces, etc. Thanks in advance, Carlos...
Summary: 1. what are the things to be considered in converting a dos based c program to OS/2. 2. how to compile and run a c program and a java program in OS/2. Im very new to OS/2. so please help with this. ...