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++ - crtdll.dll?

↑ ↓ ← Steven <steven+dm myiris.com> writes:
Just a quick question.

Is it possible to link to crtdll (or msvcrt.dll) rather than have the c 
standard library included in the executable?  I worry about file size way 
too much :).  I notice you can link to a dll that comes with digitalmars 
instead but that would involve having to put that dll on any other machine 
that needs to run the program.
Jul 25 2002
↑ ↓ → "Walter" <walter digitalmars.com> writes:
"Steven" <steven+dm myiris.com> wrote in message
news:ahpk4k$844$1 digitaldaemon.com...
 Just a quick question.

 Is it possible to link to crtdll (or msvcrt.dll) rather than have the c
 standard library included in the executable?

Unfortunately, that won't work. It's too dependent on VC.
Jul 25 2002