While im creating exe .obj files are created. how to avoid this .. please help me..
*.OBJ files created while creating exe
Collapse
X
-
This will happen while compilation we cannot avoid it.
It will delete automatically after creating EXE.
In some cases it will not delete.
No problem if you delete manually, After exe created. -
Originally posted by hariharanmcaThis will happen while compilation we cannot avoid it.
It will delete automatically after creating EXE.
In some cases it will not delete.
No problem if you delete manually.
How to delete automatically that files. Because im deleting bulk of files manually....Comment
-
Check errors in *.log file which is in application path.
(I said it will delete after exe created) In some cases only it will not delete some of *.obj files which you have to delete yourself.Comment
Comment