Re: /MT and /MD



i mean,

does /MT generate an app and /MD a DLL?
or,
does /MT statically link the libs and /MD dynamically?

mk

"marco 2" <rebel-6-out@xxxxxxxxx> schreef in bericht
news:44209855$0$2019$ba620dc5@xxxxxxxxxxxxxxxxxxxxxx
is /MT static
and
/MD dymanic?

mk




.



Relevant Pages

  • Re: DLL vs Shared Library
    ... libs on Linux. ... In RealLifeMS dlls are not versioned like ours are, so an app has ... DirectX version6 but what it gets is version 9, ... It's called "dll hell" ...
    (Ubuntu)
  • Re: Problem with in-proc server after upgrading to VS2005
    ... how do you load the dll from your VB6 app? ... Is it possible for a Win32 DLL to link 64-bit libs? ...
    (microsoft.public.vc.atl)
  • Re: /MT and /MD
    ... are>all< libraries and dll's ... does /MT generate an app and /MD a DLL? ... does /MT statically link the libs and /MD dynamically? ...
    (microsoft.public.vc.language)
  • Re: /MT and /MD
    ... does /MT generate an app and /MD a DLL? ... does /MT statically link the libs and /MD dynamically? ... /LD generates a DLL, the lack of /LD generates an EXE. ...
    (microsoft.public.vc.language)
  • Re: Shared Library Question
    ... I wrote a little app which uses a shared library (DLL). ... If you statically link to the library, ... shared libraries are working on your system, ...
    (comp.lang.c)

Loading