I am using Xerces to parse XML file. XMLstring::tran scode was working fine on windows 2000 but the same program is giving memory error at XMLstring::tran scode.
But one more thing is if I run the program in debug mode everything was working fine, I am not able to get why it was running successfully in debug mode?
Any ideas to solve this problem.
Thanks
smk
User Profile
Collapse
-
Xerces - Windows XP problem
-
Thank you very much
I got it -
Reading random data from file
Hi,
I am having a file in this format
*************** *************** *************** *************** **********
*************** *************** *************** *************** **********
*** ***
*** Program Summary File ***
*** ======= ====== ======= ==== ... -
Hi,
Using FindFirstFile and FindNextFile functions you can browse through the directory tree and can get all the files names. These functions will return WIN32_FIND_DATA structure, which has the information about the file attributes.The below example will be helpfull.
...Code:#include "windows.h" int main(int argc, char *argv[]) { WIN32_FIND_DATA FindFileData;Leave a comment:
No activity results to display
Show More
Leave a comment: