Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

XML lite reader example

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 935

Trending Articles