PDA

Click to See Complete Forum and Search --> : "undeclared identifier"


Vlatko
Oct 1st, 2000, 07:14 AM
I want to use the mciSendString API Function in my app but the compiler reports an "undeclared identifier" error. How can i correct this. Should I include some *.h files or what?

Oct 1st, 2000, 12:02 PM
Try including Windows.h.

Vlatko
Oct 1st, 2000, 12:27 PM
Nope.I've tried that. It still reports the same error.

parksie
Oct 1st, 2000, 02:02 PM
Include mmsystem.h.