Visual D 0.3.26 released

evilrat evilrat666 at gmail.com
Thu Apr 10 21:07:53 PDT 2014


On Friday, 11 April 2014 at 02:40:25 UTC, Derek wrote:
> I'm trying to use Visual D with the Windows API bindings (from
> here: http://dsource.org/projects/bindings/wiki/WindowsApi), but
> I'm getting linking errors for the functions declared in 
> windef.d:
>
> Error	1	Error 42: Symbol Undefined _D5win326windef8MAKELONGFttZk
> (uint win32.windef.MAKELONG(ushort,
> ushort))	C:\Users\Derek\Documents\Visual Studio
> 2012\Projects\WindowsApp1\WindowsApp1\	
>
> (One example)
>
> I reckon this means that I need to build a library for this and
> probably other files, but I haven't found any instructions to do
> so. Furthermore, all of the function in winuser.d link perfectly
> fine, so this just confuses me.
>
> So what do I need to do to make this compile and link correctly?

everything on dsource is quite outdated. try this instead

https://github.com/AndrejMitrovic/DWinProgramming/tree/master/WindowsAPI


More information about the Digitalmars-d-ide mailing list