Andrei's Google Talk

Jonathan M Davis jmdavisprog at gmail.com
Fri Aug 6 16:18:26 PDT 2010


On Friday, August 06, 2010 15:27:36 Walter Bright wrote:
> BCS wrote:
> > While you fix that, could you also add support for another linker to the
> > win32 version?
> 
> Which one are you thinking about?

Presumably Microsoft's linker if that's at all possible.

Unfortunately, having to use dmc for C or C++ in order to link it with D code in 
Windows would make D a non-starter for any project that couldn't be in pure D 
where I work. Most of our stuff is cross-platform between Linux and Windows, 
using gcc on Linux and Visual Studio on Windows, and I don't think that there's 
any hope of getting anyone to switch to using dmc. If D code could be linked 
with code generated by Microsoft's compiler, then I'd have a much better chance 
of getting folks where I work to use D. As it is, it would have to be for 
standalone projects only, and most of our projects aren't standalone.

- Jonathan M Davis


More information about the Digitalmars-d mailing list