GdiPlus

jcc7 jcc7_member at pathlink.com
Mon Jul 10 09:34:09 PDT 2006


In article <e8tu3h$1g3q$1 at digitaldaemon.com>, Polis says...
>
>In article <e8tq9k$1atj$1 at digitaldaemon.com>, Polis says...
>>
>>I am trying to convert the GdiPlus in D, but I keep getting this error:
>>
>>E:\Programmieren\DFrontend\dmd\bin\..\..\dm\bin\link.exe
>>test,,,user32+kernel32/noi;
>
>Sorry it wasn't the full message:
>
>E:\Programmieren\DFrontend\dmd\bin\..\..\dm\bin\link.exe
>test,,,E:\Programmieren\DFrontend\dm\lib\gdiplus.lib+user32+kernel32/noi;
>
>
>OPTLINK (R) for Win32  Release 7.50B1
>
>Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
>
>
>
>test.obj(test) 
>
>Error 42: Symbol Undefined __init_3std7windows7gdiplus7gdiplus8Graphics
>
>test.obj(test) 
>
>Error 42: Symbol Undefined
>_D3std7windows7gdiplus11gdiplusbase11GdiplusBase3newFkZPv
>
>--- errorlevel 2
>
>this was the complete message

I'm still not sure what the problem is (since I don't really know what you're
trying to compile), but it's probably related to one of the problems listed on
this page:
http://www.prowiki.org/wiki4d/wiki.cgi?ErrorMessages/LinkerErrors

Are you referring to external functions in your code that aren't provided in a
lib that you provide in the command line? That's my guess of what the problem
is.

jcc7



More information about the Digitalmars-d mailing list