Results 1 to 4 of 4

Thread: Qt + gSoap + Visual Studio 2005

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    1

    Default Re: Qt + gSoap + Visual Studio 2005

    hi everybody,

    This is a post more for gSOAP than Qt.

    It's about the "error LNK2001: unresolved external symbol _namespaces" reported by xgoan.

    Since this is one of the few places i've found mentioning this problem, i just want to post the solution for anyone suffering the same problem.

    The fix is to #include the nsmap file that is generated by gSOAP in your own cpp files:

    #include "soapH.h" // or whatever it is called, you must already have it
    #include "whatever.nsmap" // this is what you have to add to fix the problem

    The solution was originally posted in an spanish forum:
    http://www.programacion.com/foros/37/msg/171805

    enjoy!

  2. #2
    Join Date
    Dec 2007
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt + gSoap + Visual Studio 2005

    Hi,

    there is also a Qt based application server that supports XML-RPC based on web services: FEAST.

    http://trolltech.com/partners/direct...ers/clausmark/

    http://dist.trolltech.com/pdf/Clausm...nBrief_web.pdf

    http://www.clausmark.com/feast_en.phtml

    FEAST handles the concurrent user situation as well as taking care of
    backend data sources with connection pooling etc. Actually FEAST is more
    then a server; it is development framework for distributed applications
    based on Qt.

    FEAST uses SOAP HTTP as the communication protocol (it does not rely on
    gSOAP though and does away with several of the limitations of gSOAP) so it is easy to use over the internet through firewalls
    etc.

    /Niklas

Similar Threads

  1. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41
  2. Qt 4.1.0 on Visual Studio 2005
    By nErnie in forum Installation and Deployment
    Replies: 8
    Last Post: 6th July 2006, 00:56
  3. Menu shortcuts in Visual Studio?
    By kw in forum Qt Programming
    Replies: 1
    Last Post: 16th March 2006, 23:30
  4. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13:40
  5. Where does VS save its inviornment vars?
    By high_flyer in forum Installation and Deployment
    Replies: 5
    Last Post: 4th February 2006, 10:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.