Hi
Im using the old VC++ 6 (for some stupid reasons). Im coding a simple WINAPI call to do a recursive file search using 'FindFirstFile' .
Im not been able to concatenate two string. In fact Im not been able to use strings at all, Im currently using char* . I want to use the strings.
when I use : using namespace std; I get the error: error C2871: 'std' : does not exist or is not a namespace
I want to do a simple file search inside a path, recursively.
Im posting this problem after scrapping my brain for 2 days .... :)
regards
Raj

