简体   繁体   English

在Windows 7上配置C ++的WSO2 Web服务框架(WSO2 WSF / C ++)

[英]configure WSO2 Web Services Framework for C++ (WSO2 WSF/C++) on windows 7

i use this documenet for configure on windows WSO2 Web Services Framework for C++ form the following documnet i able to start axis2_http_server and it's running on port on 9090 its display deployed application on http://localhost:9090/axis2/services but when i try to create hello.cpp sample application from the given documentation but not able to compile the hello.cpp src file 我使用此documenet在Windows WSO2 Web Services Framework for C ++上进行配置,形成以下文档,我能够启动axis2_http_server并且它在9090的端口上运行,其显示部署的应用程序位于http:// localhost:9090 / axis2 / services,但是当我尝试从给定的文档创建hello.cpp示例应用程序,但无法编译hello.cpp src文件

i install all listed Dependencies on my windows 7 box then also not able to compile hello.cpp i install visual c++ 2008 and also try with cygwin for gcc compiler then also not able to compile can any one help to set development environment for WSO2 Web Services Framework for C++ on windows 我在Windows 7盒子上安装了所有列出的依赖项,然后也无法编译hello.cpp。我安装了Visual c ++ 2008,还尝试使用cygwin进行gcc编译器,然后也无法编译,可以用任何帮助设置WSO2 Web服务的开发环境Windows上的C ++框架

Try using visual studio to build a project. 尝试使用Visual Studio构建项目。 Another option is to try and look at the samples makefile shipped with wsf/cpp and use a similar command. 另一个选择是尝试查看wsf / cpp附带的示例makefile,并使用类似的命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM