Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i really need help with that !!! please help ExitProcess

Status
Not open for further replies.

matex

Programmer
Jan 28, 2006
1
PL
why when i am writing smth like in borland c++:

//---------------------------------------------------------------------------

#include <windows.h>

int main(int argc, char* argv[])
{
__asm
{

push ExitProcess

}
return 0;
}
//---------------------------------------------------------------------------
there still is this error:
INVALID COMBINATION OF OPCODE AND OPERANDS E2329, please
help me how to fix it, i really need this way and this is reallyyyyy needed, what should i turn on/off to compile and run smth klike it
?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top