Summary: can anyone help me out by explaning how 16 bit programs run on 32 bit machines or does any one know of a web address that will explane this in some de...
Summary: Hello I have a small program that was written in vb4 16 bit on a 286 on win3.1, and want to replace the hardware to Pentium hardware running Win 98 or...
Summary: Hi, How to read signed 16-bit binary file? I opened the file with, pFile = fopen ("TestRawData","rb"); and I have fread(&number_bin, 2,1,pFile); to...
Summary: Your question's not too specific, as I don't know if you're refering to doubles or long doubles. A double is pretty much the standard big FP on 32-bit...
Summary: Or do you mean how to tell if your code is being compiled for a 32-bit or 64-bit target? (Note you could be using a 64-bit cross-compiler on 32-bit Wi...
Summary: I have developed a C program using Microsoft Visual C++,Version 1, which, when run provides a variety of screen messages of different background and f...
Summary: if you are the administrator, get permission from higher authority to install scheduled jobs or write scripts to be installed at the win98 machine. Th...
Summary: Easy Question: Is there a way to display a list of non currently active user profile names on the local machine? (By non currently active, I mean to d...
Summary: All you can do is track the IP back to the ISP. Then all you can do is send a complaint to the ISP's abuse@ispsdomain and let them take care of it. S...
Summary: Commercial compilers have been known to produce bad code before. However, it's much more likely that the source code is not quite right. Don't be sur...
Summary: In some ways, 32-bit is actually easier than 16-bit programming. However, newer ops to learn and the awkwardness of bolting-on 32-bit stuff onto older...
Summary: I am currently running Windows For Workgroups 3.11 in a virtual machine. I took visual basic in school a few years ago and havent really touched it fo...
Summary: The 16 bit developement is a developement where the default integer type, of the language you will use, has the standard size of 16 bit. So the range ...
Summary: Hello, I'm a new Windows XP user and am encountering difficulties running Java Runtime Environment 1.1. I need this in order to run an outdated ...
Summary: Hello, I was using a program to record 8-bit waveform audio to a file and then plotted the recorded data in Excel. I was testing this program with a ...
Summary: I'll try and answer a couple: Yes Windows 95/NT still use .exe headers . I don't know Windows all that well or anything at all about the header struc...
Summary: Try http://www.digitalmars.com/ ,another good quality ANSI C/C++ compiler. You need Windows to use it but it can spit out binaries for 16-bit vanilla...
Summary: You are plagued with the same bug I am ;) I'm sure there is information out there on this sort of thing, but I have never seen anything specific on ho...
Summary: What processor are you using? Are ax, bx, cx and dx 16-bit or 8-bit registers? On Intel 8085, they are A,B,C,D,E,H and L. On Intel 8086, which happe...
Summary: Your problem is assigning color to a char variable. Did you compile this with a 16 bit compiler? If so, use inline asm to set the colors. There are ...
Summary: It depends on what you want to do, and what kind of system you plan on doing it to... If you have DOS you might want to try a bit of assembly language...
Summary: I'm writing my own operating system and I made lots of attempts to switch to Protected Mode, always crashing the system. Can someone tell me a good UR...
Summary: I am a student (in Vietnam) who is learing DOS Programming Windows 16 bit and 32 bit. I have an exercise which is written by Assembly code "write a pr...
Summary: From talking to more than a few programmers on this topic I am resolved to say learn the one you like best. What you'll learn in language X is readily...