harish_s 0 Newbie Poster

Hi,

In my code, I am trying to open a directory of Solaris OS from Windows OS using FindFirstFile().

In Windows XP, the code is working fine but in Window 7 same code is not working.

FindFirstFile() returns INVALID HANDLE in Windows 7 and GetLastError() return error code 50,

which means "The request is not supported. "

Can anybody help me out why the same code working fine in Windows XP but not in Windows 7 ??

I tried with disabling all the firewalls in Windows 7 but the result were same. :(

Response awaited..

Thanks in advance