benjy355
New member
I got it working, most of the way, now I'm just getting an "ambiguous symbol" error on the MessageBox function.
Error 1 error C2872: 'MessageBox' : ambiguous symbol c:\users\*****\documents\visual studio 2005\projects\*****\*****\Form1.h 18
Code:
int mrint = MessageBox(NULL, "Blah", "Caption", MB_OK|MB_ICONINFORMATION);
Last edited: