www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - version 8.52 & console app code size

reply eMyListsDDg <emylistsddg gmail.com> writes:
OS= Win XP

i dl'd version 8.52 and tested a simple "hello.c"

it compiled fine with the -mn flag:  dmc hello.c -mn

however, i tried the "-ms" flag for small code & data and it wouldn't compile
returning,  Warning 2: file not found SDS.lib


is the "ms" flag allowed when running on a win XP OS? 


also the install did create a dir, ..\dev\dm\stlport\stlport\config , though
not much there. does one still need to dl the STLport 4.5.3 too and copy into
the stlport dir with this version if wanting to make use of <iostream>?


tia


  
Apr 21 2012
parent =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <xtzgzorex gmail.com> writes:
On 22-04-2012 07:31, eMyListsDDg wrote:
 OS= Win XP

 i dl'd version 8.52 and tested a simple "hello.c"

 it compiled fine with the -mn flag:  dmc hello.c -mn

 however, i tried the "-ms" flag for small code&  data and it wouldn't compile
returning,  Warning 2: file not found SDS.lib


 is the "ms" flag allowed when running on a win XP OS?


 also the install did create a dir, ..\dev\dm\stlport\stlport\config , though
not much there. does one still need to dl the STLport 4.5.3 too and copy into
the stlport dir with this version if wanting to make use of<iostream>?


 tia
I assume you meant to post to the C++ newsgroup? This one is for the D language. -- - Alex
Apr 22 2012