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.
COM2EXE Problems
Name: fts9 Date: November 5, 2007 at 16:45:45 Pacific OS: Windows XP/Windows 3.1 (M CPU/Ram: Intel Celeron 2.62 GHz - Product: Packard Bell/Compaq
Comment:
Does anyone know how to solve an "INCORRECT IP" error in E2C.COM from the COM2EXE tool? I've tried compiling with a 16-bit compiler and a 32-bit compiler but to no avail. The languages I've tried in both modes are Visual Basic and C. Also, I am compiling them to MS-DOS/Windows executables
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file is used on many different computers to install so...
Summary: I have written a code to retrive data from a file in C++,as follows cStud S; while(!f.eof()) { f.read((char*)&S,sizeof(S)); coutS; } where cStud is any class of mine and f is an object of ifstre...
Summary: I just started learning Javascript (I mean just, as in yesterday, the 3rd), and tried to make a simple addition program. First, it'll prompt you asking how many numbers you'd like to add. That part ...