As salem c alluded to, you probably have UNICODE enabled, so it expects pointers to wide strings.
Post the actual compiler error message that made you suspect something is wrong with "DRAMS" string. The current error you pasted has nothing to do with this.
1-the second error MSB8059 is fixed by changing a project property (so forget about it)
my problem now it look like a Unicode wrong page look the code make error when I use EX version and the window title show garbge chars when I use EXA version
Note that if you want your app to support the wider unicode character set, you will want to use wide strings in Windows. But if you're just trying to get it to work and are fine with it only supporting ASCII, then you're good.