Hi,
I am trying to use a function CopyFileEx(from,to).
But it gives me - error C2065: 'CopyFileEx' : undeclared identifier
anything i need to declare
# define _WIN32_WINNT 0x500 is done. it is still giving an error.
Please help.
Thanks
manasi
Visual C++4
|