Click to See Complete Forum and Search --> : .exp file


Eric Smith
October 15th, 1999, 11:32 AM
Is the .exp file that VC creates when compiling a DLL important in any way?

ALM
October 25th, 1999, 05:44 PM
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

Eric Smith
October 25th, 1999, 05:59 PM
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.