منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب
[سؤال] لماذا يظهر هذا الخطاء عند الضغط على F7 - نسخة قابلة للطباعة

+- منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب (http://vb4arb.com/vb)
+-- قسم : قسم لغات البرمجة الاخرى (http://vb4arb.com/vb/forumdisplay.php?fid=4)
+--- قسم : قسم لغة ++C (http://vb4arb.com/vb/forumdisplay.php?fid=19)
+---- قسم : قسم اسئلة ++C (http://vb4arb.com/vb/forumdisplay.php?fid=34)
+---- الموضوع : [سؤال] لماذا يظهر هذا الخطاء عند الضغط على F7 (/showthread.php?tid=1097)



لماذا يظهر هذا الخطاء عند الضغط على F7 - أسامة - 27-11-13

اسف لانى مبتدئ فى لغة c++
(27-11-13, 02:53 AM)أسامة كتب :
إقتباس :1>------ Build started: Project: By, Configuration: Debug Win32 ------
1> main.cpp
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(1): warning C4627: '#include "test.h"': skipped when looking for precompiled header use
1> Add directive to 'StdAfx.h' or rebuild precompiled header
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(13): error C2065: 'test' : undeclared identifier
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(13): error C2146: syntax error : missing ';' before identifier 'test'
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(13): error C2065: 'test' : undeclared identifier
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(14): error C2065: 'test' : undeclared identifier
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(14): error C2228: left of '.Driver64' must have class/struct/union
1> type is ''unknown-type''
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(15): error C2065: 'test' : undeclared identifier
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(15): error C2228: left of '.ProcessDetection' must have class/struct/union
1> type is ''unknown-type''
1>c:\users\ki\documents\visual studio 2010\projects\by\by\main.cpp(31): error C3861: '_beginthread': identifier not found
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
لايوجد خطاء فى الاكواد لاكن عند الانشاء يظهر هذه الاخطاء



RE: لماذا يظهر هذا الخطاء عند الضغط على F7 - oneyemenweb2 - 18-01-14

جرب غير الكمبيلر الى dev c++ او ارفع البرنامج الخطاء المكتبة ما قدر يدرجها وايضا بعض الاخطاء اللغوية مثلmissing ';' بيقلك نسيت فاصلة