"Andrej Mitrovic" <[email protected]> wrote in message news:[email protected]... > On 6/11/11, Daniel Murphy <[email protected]> wrote: >> You could use it, for example, to provide a function with C++ linkage >> taking >> a C++ long parameter, something which I think is currently impossible in >> D. > > I assumed I must have been doing something wrong when I filed this: > http://d.puremagic.com/issues/show_bug.cgi?id=6121 . But I guess not. > I can't link DDMD with the DMD 2.053 backend because of this. I'd have > to change DMD's long types to int, which might not be a big issue but > I'd rather avoid having to patch every release..
Are you working on updating DDMD to a newer DMD, or just simply trying to use the newer backend? If the former, then that's fantastic and I look forward to it.
