Can't call GetWindowTextW - Error:undefined identifier

Dan via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 17 13:28:56 PDT 2015


hi

I'm using those imports:

import core.runtime;
import core.sys.windows.windows;

when I call GetWindowTextW DMD compiler complains! 
(error:undefined identifier)

any solution?


More information about the Digitalmars-d-learn mailing list