www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - Rebuild All deletes lib file

reply tc4848 yahoo.com.sg (TC) writes:
Hi,

I have created a project which uses a dll.  To get it to link,  I used
IMPLIB to create a lib file which DM can use.

However, the lib file keeps getting deleted whenever I do a rebuild
all.  Why is that?



TC
Aug 03 2001
next sibling parent "Walter" <walter digitalmars.com> writes:
I don't know. Perhaps the lib is listed as a build target. -Walter

TC wrote in message <3b6b620c.5502897 news.digitalmars.com>...
Hi,

I have created a project which uses a dll.  To get it to link,  I used
IMPLIB to create a lib file which DM can use.

However, the lib file keeps getting deleted whenever I do a rebuild
all.  Why is that?



TC
Aug 03 2001
prev sibling parent Jan Knepper <jan smartsoft.cc> writes:
The usual procedure is to create the .LIB on the command line with IMPLIB
and just include it into the project as a .LIB file.

Jan



TC wrote:

 Hi,

 I have created a project which uses a dll.  To get it to link,  I used
 IMPLIB to create a lib file which DM can use.

 However, the lib file keeps getting deleted whenever I do a rebuild
 all.  Why is that?

 TC
Aug 04 2001