Visual D 0.3.26 released

evilrat evilrat666 at gmail.com
Thu Apr 10 21:55:57 PDT 2014


On Friday, 11 April 2014 at 04:31:42 UTC, Derek wrote:
> On Friday, 11 April 2014 at 04:07:55 UTC, evilrat wrote:
>> everything on dsource is quite outdated. try this instead
>>
>> https://github.com/AndrejMitrovic/DWinProgramming/tree/master/WindowsAPI
>
> I downloaded that and ran dmd_build.bat, it produced 
> dmd_win32_x32.lib which I put in the dmd2/windows/lib folder. I 
> then added it to my linker library files. This made MAKELONG 
> link, but LOWORD and HIWORD still don't link (again, really 
> weird because they're defined in the same file):
>
> Error	1	Error 42: Symbol Undefined _D5win326windef6LOWORDFmZt 
> (ushort 
> win32.windef.LOWORD(ulong))	C:\Users\Derek\Documents\Visual 
> Studio 2012\Projects\WindowsApp1\WindowsApp1\	
>
> Error	2	Error 42: Symbol Undefined _D5win326windef6HIWORDFmZt 
> (ushort 
> win32.windef.HIWORD(ulong))	C:\Users\Derek\Documents\Visual 
> Studio 2012\Projects\WindowsApp1\WindowsApp1\	

if they are templates try make them plain function


More information about the Digitalmars-d-ide mailing list