printf output is Not Display in Windows 7x64 (in Visual Studio 2012) [closed]
Hi every one,
Heading
const char* name="Hello";
int main(int argc, char** argv)
{
IplImage* img = cvLoadImage(argv[1]);
cvNamedWindow( name, CV_WINDOW_AUTOSIZE);
cvShowImage( name, img);
printf("HelloWorld...");
cvWaitKey(0);
cvReleaseImage(&img);
cvDestroyWindow (name);
}
Here i only can see the image but "HelloWorld..." could't display.
What changes can i do for Basic Setting in Propsheet or any other place... Please suggest me..
Thank you in advanced...
-1 for not searching this forum before posting :
Solution at http://answers.opencv.org/question/13565/printf-output-is-too-late/?answer=14958#post-id-14958 . Topic closed.
Hey man... my problem is different... OK.
look completely my question then comment..... by only reading title line can't predict the copy of anything.
By the way i find my answer....By Self...