How to solve this error: bad executable format(Win32 error193)?

Status
Not open for further replies.

mnady

Newbie level 4
Joined
Sep 13, 2006
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,331
whin i run my c++ program
i have this error

could not execute:Bad executable format(Win32 error193).
please tell what is the problem and how can i solve it?

regards
 

c++ help

What Compiler and IDE yor are using?

Check for execution settings.
 

Re: c++ help

i use

Microsoft Visual C++ 6.0

how can i Check for execution settings?
thanks
 

Re: c++ help

Can you elaborate ur problem
 

Re: c++ help

Error 193 is not actually a compiler error. It's a windows system error that means the you tried to load a bad executable image (not a EXE, COM, NE or PE). It sounds like one of your compiler's binaries got corrupted some how. Try reinstalling the binaries for MSVC.
 

Re: c++ help


from his description, it sounds like the generated binary that's corrupted, not the compiler that's erratic. Maybe, he is using inline assembly instructions in the wrong way :?:
 

c++ help

its an compiler error reinstall your VC++6.0
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…