I use dmd 1.049 , dmd 1.050, dmd r215 to build dwt-win static lib. " dmd @AllFiles.txt -d -ofdwt.lib -lib -op -JE:\dmd\gui\res "
there is a error throw out by dmd: "internal\ole\win32\COM.d(378): Error: long has no effect in expression (0)" it repeat 5 times. the problem is , the line content is only a const : " public static const int S_OK = 0 ; ", I don't know where is wrong. please hlep me.