On Thu, 25 Jul 2013 10:12:54 GMT, dolphin wrote:
1 I complied GTKD on windows 7, but it does not work in my project. I write D project with esclipse and DDT.
2 if there need install GStreamer.msi on windows 7 befor build gstreamerd.lib?
Yes, you'll need to install GStreamer, it's not needed to compile the gstreamerD lib but your app won't run without it.
3 and what's dll of gstreamer and GTK need attached in D project?
gtkd.lib and gstreamerd.lib
I meet too many erro when run my project,like following:
-------- Build Commands: --------
-od"bin"
-of"bin\MYD.exe"-I"src"
"src\gtk\PopupMenu.d"
OPTLINK (R) for Win32 Release 8.00.12
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
bin\MYD.obj(MYD)
Error 42: Symbol Undefined D3gtk5Label5Label7_ClassZ
bin\MYD.obj(MYD)
.......
To build the PopupMenu demo (or any other gtkd app) you'll need to link with the gtkd.lib library.