[Issue 1232] exe outputs 0x00 to 0xFF
Bill Baxter
dnewsgroup at billbaxter.com
Tue May 15 13:35:08 PDT 2007
d-bugmail at puremagic.com wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=1232
>
>
> wbaxter at gmail.com changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|NEW |RESOLVED
> Resolution| |INVALID
>
>
>
>
> ------- Comment #1 from wbaxter at gmail.com 2007-05-15 15:27 -------
> The bug tracker is not the right place for posting help requests. Try the
> digitalmars.d.learn newsgroup.
Anyway, the problem seems to be that you're trying to link D code with a
C++ library. That doesn't work. D is not ABI compatible with C++, only
with C.
--bb
More information about the Digitalmars-d-bugs
mailing list