I have a conflict between IdGlobal::Sleep and the windows API Sleep() in
winbase.h.
Since winbase.h isn't a namespace, I couldn't specify the Sleep() I was
currently
using and had to opt for Indy's.
Getting past that, I now have a problem with 'size_t' in utilcls.h
void* operator new(size_t);
and Idsslopensslheaders::size_t. Since I shouldn't be editing either of
these
files, how to I get the correct size_t resolved?
I have the INDY header files last in the lookup in the
Project|Options->Directories/Conditionals.
Need help on the ASP,
Thanks,
Trudy Reiser
::Sleep(1000);
Gambit
"TJR" <tru...@leapfrog-smart.com> wrote in message news:3b81353f_2@dnews...