build dll project use VisualD with the "Use MS-COFF object file..." setting selected failed

magicdmer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 26 00:12:40 PDT 2016


On Friday, 26 August 2016 at 07:00:37 UTC, rikki cattermole wrote:
> Okay so your Windows language is non-english, that'll be it.
> You need to be looking into the encoding that Visual Studio is 
> using for you files. Something to do with the BOM or hasn't 
> even been set to utf-8 isn't quite right.
>
> If in doubt, convert via e.g. notepad++ and see what VS does.

it's utf8 without bom,  i don't select the "MS-COFF" all is 
right,i can build it successfully.


More information about the Digitalmars-d-learn mailing list