We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Small typo
Updated Installing on Windows (markdown)
32bit via dmd needs "-L+"
Update and fix error about bot found +gtkd.lib and be more pedantic about using "-m64"
Small correction of the casing of the gtkd.lib filename in the installation chapter part 5.
Clarify which part of the sc.ini file to add the include: "-I%@P%\..\..\src"
The second form of compiling/linking hello.d isn't needed if you modified sc.ini as specified
Compiling with the command line specified in 3. didn't work for me (and, apparaently others). The alternative did work.
Added section "Testing Installation" with steps needed to compile and link a GtkD program.
GtkD 2.2 includes a build script for Windows.
Add note that setting GTK_BASEPATH might only be necessary if loading fails.
Avoid compiling-in dgen.d to the GtkD.lib static library (ordinarly results in duplicate main linker errors)
Added note about setting GTK_BASEPATH
Fix minor derps
Add GtkD.d removal instruction. cf. http://forum.dlang.org/post/[email protected]
dmd runs out of memory when using the -lib flag with GtkD.
Created Installing on Windows (markdown)