Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i make SOAP cliet for the webervice
http://www.webservicex.net/globalweather.asmx[^]

and i called itsfunctions and it work fine using Pure C and gsoap

now i want to run this code in eclipse

i tried but alot of functions has an error undifined refereance

like send, sendto, recv .... etc

these functions declare on .h files but i have no code for them on eclipse

can any one help me?
Posted

1 solution

What header are they defined in (within your project)? If they're in a header, it's likely that they require some library (make sure you've included proper libs and dlls). Make sure it's not a Windows library, although those look like standard socket functions.

Also, what is the exact error message you're getting from the compiler?
 
Share this answer
 
Comments
amertarekt 5-Dec-11 2:11am    
i solved it

i found these functions in libraries in eclipse

thank you
Albert Holguin 5-Dec-11 9:06am    
Cool, no prob...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900