From d37e8aaf531cb8de4254b80cc51503a3336d1952 Mon Sep 17 00:00:00 2001 From: alexandra iancu Date: Tue, 15 Apr 2014 11:32:53 +0300 Subject: [PATCH] update README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 83fdd4c..34c8855 100644 --- a/README +++ b/README @@ -1,3 +1,16 @@ +Changes 15-Apr-2014 + +The Visual Studio 2010 solution has been cleaned-up with respect to gSOAP files. It now expects gsoap to be on a folder on the same level with the provider as shown below: + +\ +| +----XMLA Code +| +----gsoap + +All the paths in the solution are now relative to the above layout. This was introduced in order to help compilation. Everything one has to do is to download the provider, download gsoap, respect the configuration above and build. Don't forget to build first the debug version so gsoap can generate files. + + How to build In theory you can build this with Windows SDK. In practice this was never tried yet. In the repo there is a Visual Studio 2010 solution that works.