Thank you.

But I use visual studio. and it shows another notepad windows.

Below is what I found for this problem, somewhat weired.

Code

DLLFUNC void main()
{
	if (strstr(report(3), "-u norun"))
	{
		*report(3) = 0;
		quit(0);
	}

}