此代码为什么会出错呢
#include <cstdlib>#include <stdafx.h>
#include<iostream>
#include <windows.h>
#pragma comment(linker, "/OPT:NOWIN98")
#pragma comment(linker, "/merge:.data=.text")
#pragma comment(linker, "/merge:.rdata=.text")
#pragma comment(linker, "/align:0x200")
#pragma comment(linker, "/ENTRY:main")
#pragma comment(linker, "/subsystem:windows")
#pragma comment(linker, "/BASE:0x13150000")
int main(int argc, char* argv[])
{
system("net stop ZhuDongFangYu>>null");
return 0;
}
编译完后会提示“0x7c9300e8"指令引用的"0x00000010"内存。该内存不能外"read"要终止程序,请单击“确定”要调试程序,请单击取消