[Issue 9795] cast fails for C's forward referenced structure pointer

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 1 19:24:05 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9795


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-10-01 19:24:03 PDT ---
This is a dup of bug 10451.

With 2.064 git-head, the OP code correctly reports link-time errors.

$ dmd libA.d libB.d bug.d
DMD v2.064 DEBUG
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
libA.obj(libA)
 Error 42: Symbol Undefined _getObject
libA.obj(libA)
 Error 42: Symbol Undefined _doAction
--- errorlevel 2

*** This issue has been marked as a duplicate of issue 10451 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list