poco-libraries
Read parameters - POCO C++
I am a beginner, trying to learn how to use POCO C++ library ( http://pocoproject.org/ ) Suppose I have an HTML which has some input elements (say 开发者_开发知识库a text-box, check-box, etc.)[详细]
2023-04-13 03:33 分类:问答How do I run POCO C++ server pages?
I\'m a beginner in C++ server pages. I have tried C++ Server Pages by micronovae, but couldnt connect ODBC it used to give link error \"undefined reference to SQLAllocHandle@12\", I could not resolve[详细]
2023-04-09 08:06 分类:问答Poco ApplicationServer linking issues with Eclipse and Mingw
I am attempting to get the basic ApplicationServer example from poco working.I am using: Windows 7 MinGW[详细]
2023-03-31 20:25 分类:问答Modules with Libtool and LoadLibrary() on Windows
I\'m trying to write a cross-platform program in c++ that will load certain modules (shared libraries) at runtime. To do this I\'m using the ClassLoader from Poco C++ Libraries. I\'ve written a compil[详细]
2023-03-29 12:56 分类:问答How to build 32-bit Poco libraries on Mac OS?
I\'d like to build 32-bit Poco libraries on Mac OS (since I have other fixed 32-bit dependencies). By default, Poco only builds for the x86_64 target, however.[详细]
2023-03-24 11:43 分类:问答POCO C++ and computer sleep and wake up
My problem is like this. I\'m creating a service with poco and I\'m using network drivers for random operations. The problem is that when machine goes to sl开发者_C百科eep windows 7 unpludges the netw[详细]
2023-03-24 02:12 分类:问答How to use the Poco C++ HTTPSessionFactory
How is the best, simplest way to set up t开发者_StackOverflow社区he HTTPSessionFactory to handle both HTTP and HTTPS? I know that I need to use HTTPSessionInstantiators, but I could really use a short[详细]
2023-03-13 12:53 分类:问答Poco HTTPServer connections still served after calling stop() and destructor
I am facing a problem using the Poco::HTTPServer. As descibed in the doc of TCPServer: After calling stop(), no new connections will be accepted and all[详细]
2023-03-13 06:45 分类:问答How to set a default option for an application?
Here is a small application i coded. Now i wanna make /h as default option, so that when a user runs it he can get a help message. Can anyone help me with this please?[详细]
2023-03-13 06:09 分类:问答How to listen for browser requests with POCO and c++
I would like to know what Poco classes to use in listening for a browser request. This is for a proxy server.[详细]
2023-03-08 21:01 分类:问答