Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please sen me solution for this
Posted
Comments
Richard MacCutchan 5-Jul-14 3:23am    
Solution for what? We have no idea what your code does, what happens when you compile it or try to run it. Please edit your question and provide proper details of your problem.

1 solution

It's probably a date stamp issue.
Have a look at the files, and check out the date and time stamp info for the source, any intermediate files, and the EXE itself.

Chance are that you have a timestamp that is wildly wrong, which means that the file doesn't get compiled correctly and the exe produced. Try deleting the intermediate files and the EXE itself and do a full rebuild, or (if your system has it) use the Clean option followed by a Full Rebuild.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900