When building the libraries using the Visual Studio configuration files, 
THttpClient.cpp and THttpServer.cpp both have import #include <thrift/config.h> 
but cannot find the file.  For Windows, the file is already included in the 
./windows directory, but this is not part of the include path in the projects.  
So changing the source file to  #include <config.h>  fixes the build error 
because it's just looks in the existing source folders. Is this a bug or 
intentional?

Thanks,
Adam Marcionek

Reply via email to