Hi Dw.
I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the SDK but when I start to create the sample, when I try to put the required includes they are not located where the rest of the Visual C++ include files are located but the XFS is installed as follows: "C:\Program Files\XFS" where as the rest of the VC++ are located here: "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include"
If I try to call #include <xfsadm.h> it doesn't find it.
I'm not a pro with C++ I'm good in VB.
Any help in solving this problem? Thanks