PDA

View Full Version : ارور visual studio 2010



hosseinlo81
شنبه 01 مهر 1391, 13:05 عصر
سلام دوستان من هر کدی مینویسم این ارورو میده مشکل چیه.البته قسمت اولش که آدرس برنامه است.'"C:\Users\hossein81\documents\visual studio 2010\Projects\s53\Debug\s53.exe"' i
s not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .

systole
سه شنبه 04 مهر 1391, 18:10 عصر
سلام
اگه اون قطعه کد رو قرار بدید راحتتر میشه نظر داد.:متفکر:

hosseinlo81
چهارشنبه 05 مهر 1391, 09:54 صبح
سلام
البته هر کدی که با ورودی و خروجی سروکار داشته باشه.
// s53.cpp : Defines the entry point for the console application.

//

#include "stdafx.h"

#include<iostream>

 

int _tmain(int argc, _TCHAR* argv[])

{using std::cout;

cout <<"the size of an int is:\t\t"<<size of (int) <<"bytes.\n";

cout <<"the size of ashortint is:\t\t"<<size of (short) <<"bytes.\n";

cout <<"the size of alongint is:\t\t"<<size of (long) <<"bytes.\n";

cout <<"the size of a char is:\t\t"<<size of (char) <<"bytes.\n";

cout <<"the size of afloat is:\t\t"<<size of (float) <<"bytes.\n";

cout <<"the size of adouble is:\t\t"<<size of (double) <<"bytes.\n";

cout <<"the size of abool is:\t\t"<<size of (bool) <<"bytes.\n";

return 0;

}

 

pe32_64
جمعه 07 مهر 1391, 19:40 عصر
گاهی وقتها آنتی ویروس ها این فایلها ی اجرایی رو پاک می کنند.
ببینید بعد از این پیغام ، فایل اجرایی ساخته شده ،هست یا پاک شده ؟

hosseinlo81
شنبه 08 مهر 1391, 12:52 عصر
البته چند تا نکته رو یاد اوری کنم
۱-ویندوز ۸ رو نصب کردم اونم ۶۴ بیتی رو
۲-فایل اجرایی ساخته میشه ولی بعدش پیغام ارور بالا رو میده
۳-آنتی ویروس رو هم غیر فعال کردم ولی مشکل حل نشد
۴-در ضمن تو HELPدر قسمت about visual studioپیغام زیر رو میده
Warning:this computer program is protected by copyright lawand international treaties.unauthorized reproduction or distribution of this program,or any portion of it, may result in severe civil and criminal penaltiea,and wil be prosecuted to the maximum extent possible under the law

hosseinlo81
دوشنبه 01 آبان 1391, 17:36 عصر
دوستان عزیز کسی نتونست مشکل مارو حل کنه؟