graphics

Aug 20, 2012 at 8:26pm
Hi everyone I am using windows 7 ultimate

my problem is whenever I wrote a programm of graphics in C using TCPP or any

other C IDE I got no error till compilation but when I run the program I found an

error ntvdm.exe file broken and there is no exe file regarding the programm

how to solve it?




Aug 20, 2012 at 8:29pm
what graphics library are you using?
Aug 20, 2012 at 8:34pm
closed account (zb0S216C)
ntvdm.exe is an executable on .NET versions of Windows. It pertains to the virtual DOS machine. This executable allows legacy and 16-bit Windows programs to run on an Intel 80386 or higher architecture, whilst another operating system is controlling the hardware.

I'm no expert with Windows, but try running "SFC/SCANNOW" from command prompt. It'll replace any damaged system files.

Wazzak
Topic archived. No new replies allowed.