harshabi wrote:
Thx for all the help,
I did put it in the debugger and execute the code...
I am getting the following error
Unhandled exception at 0x12092ac1 in FolderEquality.exe: 0xC0000005: Access
violation reading location 0x00000000.
and it points to the statement
LNodeFileAddedElement->removeChild(LNodeAddedFileList->item(1));  
Reading location 0x00000000 is usually a result of dereferencing a null pointer. Why don't you look at the pointers involved and see which might be null?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to