You are welcome.. :wave:
Printable View
You are welcome.. :wave:
The code i am writing must also run on Windows 98 and therefore i define _WIN32_WINNT as 0x0400. These wts functions require that defined to 0x0501 for xp, so my code won't compile.Quote:
Originally Posted by kirants
That's why i need to load the wts library at runtime.
Thanks again
Yep. Got it. I removed that only for sake of simplicity since I was testing on XP aloneQuote:
Originally Posted by jase jennings