Hello!

  I use C++ Builder 6 for developing apps. There is a NMHTTP
  component, but that has some bugs, so i tried to iclude Synapse.

  But i can't do that. I created the HPP-s, the PAS files are the same
  directory, i set the include path, library path, debug source path
  and the environment options. Than i included httpsend.hpp and
  httpsend.pas. After that i tried to compile, but there are bugs:

[C++ Error] synsock.hpp(508): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(509): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(510): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(511): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(512): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(513): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(514): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(515): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(516): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(517): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(518): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(519): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(520): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(521): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(522): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(523): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(524): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(525): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(526): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(527): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(528): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(529): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(530): E2040 Declaration terminated incorrectly
[C++ Error] synsock.hpp(530): E2228 Too many error or warning messages


these lines are (in synsock.hpp):

static const Word WSABASEERR = 0x2710;
static const Word WSAEINTR = 0x2714;
static const Word WSAEBADF = 0x2719;
static const Word WSAEACCES = 0x271d;
static const Word WSAEFAULT = 0x271e;
static const Word WSAEINVAL = 0x2726;
static const Word WSAEMFILE = 0x2728;
static const Word WSAEWOULDBLOCK = 0x2733;
static const Word WSAEINPROGRESS = 0x2734;
static const Word WSAEALREADY = 0x2735;
static const Word WSAENOTSOCK = 0x2736;
static const Word WSAEDESTADDRREQ = 0x2737;
static const Word WSAEMSGSIZE = 0x2738;
static const Word WSAEPROTOTYPE = 0x2739;
static const Word WSAENOPROTOOPT = 0x273a;
static const Word WSAEPROTONOSUPPORT = 0x273b;
static const Word WSAESOCKTNOSUPPORT = 0x273c;
static const Word WSAEOPNOTSUPP = 0x273d;
static const Word WSAEPFNOSUPPORT = 0x273e;
static const Word WSAEAFNOSUPPORT = 0x273f;
static const Word WSAEADDRINUSE = 0x2740;
static const Word WSAEADDRNOTAVAIL = 0x2741;
static const Word WSAENETDOWN = 0x2742;
static const Word WSAENETUNREACH = 0x2743;
...

Please help me! thx: Zé

-- 
Üdv: SKid


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to