Visual D 0.3.26 released

Derek derekbrowncmu at gmail.com
Thu Apr 10 21:31:40 PDT 2014


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\	


More information about the Digitalmars-d-ide mailing list