Unanswered webservices.lib load problem

  • Tuesday, April 24, 2012 10:14 AM
     
      Has Code

    Hi all!
    I wrote a application use WWSAPI connect to Exchange server (send mail) and does some things.I wrote this app in windows 7 , and now I want run this app in XP (of course I know WWSAPI doesn't support XP) for others function (not relate to wwsapi library), but this app don't run because I use load static webservices.dll 

    #include "webservices.h"

    #pragma comment(lib,"webservices.lib")

    And it's crashed. I couldn't dynamic load webservices.dll  because in proxy class use many structs, enums belong to webservice.h

    Can anyone tell me how to build this app run in XP without error?

    Thanks

    Bao Doan

     


    • Edited by thaibao Tuesday, April 24, 2012 10:16 AM
    •