PDA

View Full Version : ارور mingw32-g++.exe: no input files



میلاد قاضی پور
سه شنبه 09 اسفند 1390, 21:19 عصر
#include <highgui.h>

int main( int argc, char** argv )
{
IplImage* img = cvLoadImage( argv[1] ,666666);
cvNamedWindow( "Example1", CV_WINDOW_AUTOSIZE );
cvShowImage( "Example1", img );
cvWaitKey(0);
cvReleaseImage( &img );
cvDestroyWindow( "Example1" );
}



این اولین برنامه کتاب آموزش اوپن سی وی هست که سعی در اجراش دارم . اما همونطور که میبینید بعد از بیلد این ارور ظاهر میشه:




-------------- Build: Debug in tsc ---------------

Linking console executable: bin\Debug\tsc.exe
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings


*از کدها ارور نمیگیره.
*من از codeblocks10.05 استفاده میکنم
*mingw نصب شده

میلاد قاضی پور
چهارشنبه 10 اسفند 1390, 07:04 صبح
از خیر کدبلاکز گذشتم . با همون ویژوال استودیو انجام دادم ، شد.