I am facing a strange problem which i would like to share with you
people and get ur ideas and knowledge about it. Whenever i try to run a
C++ program after successfully compiling i get the following error.


The title of the window is: 16 bit MS-DOS Subsystem
c:\WINDOWS\system32\cmd.exe -tc
The NTVDM CPU has encountered an illegal instruction
CS: c000 IP:359e OP: 0f 03 20 12 03 Chose 'Close' to terminate the
application.


I only get two options one is close on clicking close the tc program
ends and if click the ignore button then the screen goes blank. now i
have an AMD Turion 64 bit dual core processor. Intially when i used to
run the c++ programs on intel processors it never gave me any issues.
so is the problem due to the processor. if it is then can you tell me
the solution and if it is not due to the processor what problem would
it be and what could be the solution. . Do I need to install a 64 bit C
compiler,linker,loader if it is then where can i find it out for
download.


Thanks in advance
Kunal Ramesh Lalwani
Sr Process Executive.
Styx Infosoft Pvt Ltd
ahmedabad 380054
(091) 9979391229 (M)
Email:- kunallalwani@gmail.com

Re: strange problem in running c++ program... by Colin

Colin
Sat Dec 16 23:30:27 CST 2006

XP Pro x64 does not run 16-bit software.

"kunal" <kunallalwani@gmail.com> wrote in message
news:1166331054.414284.43090@t46g2000cwa.googlegroups.com...
>I am facing a strange problem which i would like to share with you
> people and get ur ideas and knowledge about it. Whenever i try to run a
> C++ program after successfully compiling i get the following error.
>
>
> The title of the window is: 16 bit MS-DOS Subsystem
> c:\WINDOWS\system32\cmd.exe -tc
> The NTVDM CPU has encountered an illegal instruction
> CS: c000 IP:359e OP: 0f 03 20 12 03 Chose 'Close' to terminate the
> application.
>
>
> I only get two options one is close on clicking close the tc program
> ends and if click the ignore button then the screen goes blank. now i
> have an AMD Turion 64 bit dual core processor. Intially when i used to
> run the c++ programs on intel processors it never gave me any issues.
> so is the problem due to the processor. if it is then can you tell me
> the solution and if it is not due to the processor what problem would
> it be and what could be the solution. . Do I need to install a 64 bit C
> compiler,linker,loader if it is then where can i find it out for
> download.
>
>
> Thanks in advance
> Kunal Ramesh Lalwani
> Sr Process Executive.
> Styx Infosoft Pvt Ltd
> ahmedabad 380054
> (091) 9979391229 (M)
> Email:- kunallalwani@gmail.com
>


Re: strange problem in running c++ program... by kunal

kunal
Sat Dec 16 23:50:25 CST 2006

Well sir i am sure that the opearting system installed is not a 64 bit
OS. can you tell me any compiler that can run on this processor. So do
you think any way out.
> > Thanks in advance
> > Kunal Ramesh Lalwani
> > Sr Process Executive.
> > Styx Infosoft Pvt Ltd
> > ahmedabad 380054
> > (091) 9979391229 (M)
> > Email:- kunallalwani@gmail.com


Re: strange problem in running c++ program... by Colin

Colin
Sat Dec 16 23:58:44 CST 2006

I only mentioned it because this is a 64bit Windows newsgroup.

"kunal" <kunallalwani@gmail.com> wrote in message
news:1166334625.463851.289640@16g2000cwy.googlegroups.com...
> Well sir i am sure that the opearting system installed is not a 64 bit
> OS. can you tell me any compiler that can run on this processor. So do
> you think any way out.
>> > Thanks in advance
>> > Kunal Ramesh Lalwani
>> > Sr Process Executive.
>> > Styx Infosoft Pvt Ltd
>> > ahmedabad 380054
>> > (091) 9979391229 (M)
>> > Email:- kunallalwani@gmail.com
>


Re: strange problem in running c++ program... by kunal

kunal
Sun Dec 17 00:20:08 CST 2006

Well sir the only thing is that i am looking for a solution since a
long time and i am still not sure that in which group i am supposed to
post this problem.

Thanks in advance
Kunal Ramesh Lalwani
Sr Process Executive.
Styx Infosoft Pvt Ltd
ahmedabad 380054
(091) 9979391229 (M)
Email:- kunallalwani@gmail.com


Re: strange problem in running c++ program... by Juergen

Juergen
Sun Dec 17 05:20:52 CST 2006

Hi,
you might have to enable the compiler options to support the target cpu.
as well as the target operating system.
regards jk



Re: strange problem in running c++ program... by Dshai

Dshai
Sun Dec 17 06:03:02 CST 2006

You might have better luck in microsoft.public.on.vc++ as that's a
newgroup specifically for c++.

Dshai

"Juergen Kluth" <JKluth@t-online.de> wrote in message
news:OgZQp1cIHHA.1124@TK2MSFTNGP03.phx.gbl...
> Hi,
> you might have to enable the compiler options to support the target cpu.
> as well as the target operating system.
> regards jk
>