gtkd.lib: Error 43: Not a Valid Library File

Enjoys Math via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jan 26 14:30:24 PST 2016


On Tuesday, 26 January 2016 at 22:10:42 UTC, Enjoys Math wrote:
> I get this message either compiling at command line -or- in 
> VisualD.
>
> At command line when I add -m64, I get another error:
>
>
> C:\MyProjects\___LIGHTSHOWAPP\___LIGHTSHOWAPP>dmd -m64 main.d 
> -L+gtkd
> LINK : fatal error LNK1181: cannot open input file '+gtkd.obj'
> --- errorlevel 1181

Got it to compile and run at command line!

The proper command line is:
dmd main.d -m64 -Lgtkd.lib

(without +, with .lib)


More information about the Digitalmars-d-learn mailing list