Hello all,
I am trying to include the shellapi.h header file in my source code so that I can reference the ShellExecute function. At the top of my code I have included the statement:
#include <shellapi.h>
but I cannot compile the code. Every time that I try to I get a lot of errors all relating to the shellapi.h file itself. Do I need to include something else?
Any help greatly appreciated.
I am trying to include the shellapi.h header file in my source code so that I can reference the ShellExecute function. At the top of my code I have included the statement:
#include <shellapi.h>
but I cannot compile the code. Every time that I try to I get a lot of errors all relating to the shellapi.h file itself. Do I need to include something else?
Any help greatly appreciated.