*.OBJ files created while creating exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PrakashN
    New Member
    • Sep 2007
    • 43

    #1

    *.OBJ files created while creating exe

    While im creating exe .obj files are created. how to avoid this .. please help me..
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    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.

    Comment

    • PrakashN
      New Member
      • Sep 2007
      • 43

      #3
      Originally posted by hariharanmca
      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.


      How to delete automatically that files. Because im deleting bulk of files manually....

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        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

        Working...