Compilation error - MIIM_STRING undeclared

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I left my (working) VC++ MFC project a few weeks ago to do some InstallShield stuff and now I've come back to it, it doesn't compile! I think I managed to trash my system somewhat in the meantime so that's probably the cause but I don't know how to fix it

If I do 'Go to definition' on MIIM_STRING, it takes me to WinUser.h and to code that is conditional on WINVER>=0x500. I'm running on XP so presumably that should be ok

It must be something to do with precompiled headers but I don't know much about them so I'm at a loss

Any suggestions where I should look

--- Al
 
Back
Top