Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Status
Not open for further replies.

mnady

Newbie level 4
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

hairo said:
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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top