www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

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

↑ ↓ ← 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
→ "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
→ 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