Hi. I really need help :(
I try install KDSoap. https://github.com/KDAB/KDSoap I did the following steps:
1. Install Windows SDK http://www.microsoft.com/en-us/downl...s.aspx?id=8279
2. Install QT http://qt-project.org/downloads. This version: Qt 5.0.1 for Windows 32-bit (VS 2010, 481 MB)
3. Download KDSoap https://github.com/KDAB/KDSoap
4. Add "configure.bat" to PATH.
5. Install perl http://www.activestate.com/activeperl/downloads
6. Install DirectX SDK http://www.microsoft.com/en-us/downl...s.aspx?id=6812
7. From Windows SDK 7.1 Command Prompt i call:
8. Install win_flexa http://sourceforge.net/projects/winflexbison/Code:
configure.bat -shared -debug -prefix c:/kdsoap
9. Install bisona http://gnuwin32.sourceforge.net/packages/bison.htm
10. Add flex and bison to PATH.
11. Call from Windows SDK 7.1 Command Prompt
Code:
nmake
I don't know what to do next :( In INSTALL.TXT its only co call:
andCode:
configure.bat -shared -debug -prefix c:/kdsoap
What to do to be able to use class from KDSoap in my applications? I'm beginner in Qt :(Code:
nmake
Thanks for help and sorry for my english.

