CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: .exp file

  1. #1
    Join Date
    May 1999
    Location
    CA
    Posts
    188

    .exp file

    Is the .exp file that VC creates when compiling a DLL important in any way?



  2. #2
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    Re: .exp file

    I don't think so. I'm not exactly sure what it contains but it seems like a temporary file used by the linker to generate the import library. I always delete it when I'm doing disk clean-up -- no problems.

    Alvaro


  3. #3
    Join Date
    May 1999
    Location
    CA
    Posts
    188

    Re: .exp file

    Oh. That was strange. I just finished asking a question about VxDs and had imagined you were running about deleting Vxd files and experiencing no ill effects.

    I see it was the .exp file.

    Thanks.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured