Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

16-Bit Apps running under NTVDM

I am trapping for the execution of some old 16-bit applications that our internal folks should no longer be using. They are 1985 DOS apps, so trapping for them was easy... capture any process that ...
3
votes
3answers
586 views

How do you print a smiley-face in assembly?

I wrote a program in assembler and compiled it. It is meant to print a blue smiley face and then wait for the user to press a key before it terminates. It does do that last bit but it doesn't print ...
2
votes
1answer
129 views

Unable to launch GCC, it crashes

I am using GCC 3.4.4 through Cygwin on Windows 7 x64. It has work flawlessly for a long time. Now GCC has recently stopped working with an error everytime it's launched: gcc.exe The NTVDM CPU ...
2
votes
2answers
691 views

Best way to use a VB.NET class library from a C++ DLL?

I need to use one of my VB.NET projects in a C++ project. The interface between the two will be for the C++ code to instantiate and call methods on one of the .NET assembly objects. Both compile to ...
1
vote
2answers
285 views

.NET assembly not loading from NTVDM

I have a VDD dll that's loaded by a DOS program running inside the NTVDM. This dll uses C++/CLI and references a .NET assembly. All in all, the loading process is something like this: NTVDM runs: ...
0
votes
1answer
197 views

“Cannot load VDM IPX/SPX support” when running assembly program

When I try to run an x86 assembly language (built using MASM) program on Windows XP, I get the following error in the command prompt: Cannot load VDM IPX/SPX support However, the output of the ...
0
votes
0answers
58 views

ActivePerl - NTVDM Error using Archive::Extract

Executing the following command results in a NTVDM error. perl -e "use Archive::Extract;" The error is NTVDM CPU Has Encountered an Illegal Instruction CS:0fd4 IP:20e3 OP:63 68 74 20 7a The ...
0
votes
1answer
60 views

QBasic crashes immediately after selecting the “open” menu item

Not sure if this is even an acceptable question, but I figured it's an IDE so... I'm trying to write a small program in qb4.5, which has happily worked on my computer (XP SP3) for a while now. For ...