Hi can any one tell me how to read a exe file .I tried using CFile::Open(path,modeRead);
It was saying assertion but i want to know how read exefiles.
Thanking you
By Bala.J
Printable View
Hi can any one tell me how to read a exe file .I tried using CFile::Open(path,modeRead);
It was saying assertion but i want to know how read exefiles.
Thanking you
By Bala.J
1. If you read your documentation there is a line saying "One access permission and one share option are required" for CFile::Open,
2. Check to see if you have read access rights on your exe file.
Sincerely,
Tomaz
--- rating will attract gurus.