> Err? Am I psychic now as well? What was the error? Details, details... (sorry 'bout that. ;)
I was getting a compilation error because it couldn't find a declaration for StrCatBuff. Adding the "#define _WIN32_IE 0x0600" fixed that. I rebooted after installing the Platform SDK, removed the #define, and it compiles (sorry). > I don't think you should need to change stdafx.h - it builds fine here, > though I do have the platform SDK. Now I get a link error until I reordered the library search path to find the Platform SDK version of shlwapi instead of the DevStudio version. I guess that's OK and to be expected, eh? Just something for others to be aware of. Glenn ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
