Hi I'm trying to run this example and for some reason it compiles but fails to read file when I steep through code it fails in wmain
on the first if statement witch is
if (argc != 2)
{
wprintf(L"Usage: XmlLiteReader.exe name-of-input-file\n");
return 0;
}
can you please tell me why this is happening ?