Thread overview
[Issue 2168] New: cast extern enhancement?
Jun 24, 2008
d-bugmail
Nov 24, 2008
d-bugmail
Jan 19, 2010
Don
June 24, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2168

           Summary: cast extern enhancement?
           Product: D
           Version: 1.030
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: davidl@126.com


I'm not sure where this nntp://news.digitalmars.com/digitalmars.D.bugs:2556 links.

But seems this test case gets lost?

http://dstress.kuehne.cn/dstress/trunk/compile/extern_07.d

module dstress.compile.extern_07;

extern(C) void *wglGetProcAddress(char*);
extern(C) int function() glFunctionFoo;

int main(){
        glFunctionFoo = cast(extern(C) int function())
wglGetProcAddress("glFunctionFoo");
        return 0;
}


-- 

November 24, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2168


smjg@iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg@iname.com




------- Comment #1 from smjg@iname.com  2008-11-24 07:37 -------
What exactly is the bug you're reporting?

- that that DStress test case seems to have been lost?  If so, the product is wrongly set.

- that the code behaves incorrectly?  If so, please be specific.


-- 

January 19, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2168


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug@yahoo.com.au
           Severity|normal                      |enhancement


--- Comment #2 from Don <clugdbug@yahoo.com.au> 2010-01-19 02:47:17 PST ---
This was an enhancement request, to allow extern(C) inside cast().

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