Hi all, I have an error message when using borland C.
Hope you can help me...
When i run the program, sometime the borland is stop responding or terminated and there is a message box:
"The NTVDM CPU has encountered an illegal instruction.
CS:0000 IP:015b OP:f0 19 e8 00 f0 Choose 'Close' to terminate the application"
What's happening here????
And another error is when I use graphics.h, there is an error when I compile the program
( yes, i have include graphics.h )
"Linker error: Undefined symbol _x in module noname.cpp"
*where 'x' is ALL of the function in graphics.h
i.e : Linker error: Undefined symbol _initgraph in module noname.cpp
Can anyone help me please?? Cause I have the same error when using Turbo C...
Hope you can help me...
When i run the program, sometime the borland is stop responding or terminated and there is a message box:
"The NTVDM CPU has encountered an illegal instruction.
CS:0000 IP:015b OP:f0 19 e8 00 f0 Choose 'Close' to terminate the application"
What's happening here????
And another error is when I use graphics.h, there is an error when I compile the program
"Linker error: Undefined symbol _x in module noname.cpp"
*where 'x' is ALL of the function in graphics.h
i.e : Linker error: Undefined symbol _initgraph in module noname.cpp
Can anyone help me please?? Cause I have the same error when using Turbo C...