Hello,
I need to a webservice that could be use in c++ and php
and easily work on linux and windows compilers (my windows compiler is visual c++ 6)
can anyone help me on this?
You mean you want to write one, or do you want to find out if there already is one?
>>(my windows compiler is visual c++ 6)
You should replace it with VC++ 2010 (the Express version is free).
You mean you want to write one, or do you want to find out if there already is one?
>>(my windows compiler is visual c++ 6)
You should replace it with VC++ 2010 (the Express version is free).
I want to find a web service with c++ and PHP APIs.
is VC++ 2010 work without .net framework?
because I don't like to use .net framework and I want compile my app in linux too.
anyone?
>>is VC++ 2010 work without .net framework?
The c++ prograsms it produces do not need .net framework unless it calls functions that require it.
Check gSOAP. You can generate web service client or server code.
Thanks a lot
I'll try gSOAP in vc++ 2010
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.