Http Request with Poco libary in Plugin
AnsweredHello,
I am trying to use POCO library to do a http request
Although the build had been successful
when I include this some poco code in the plugin,
it is not shown in plugin menu.
I am not a c++ developer so I might have made a mistake
I added linker in CMakeLists.txt
-
Hello Daniel,
it is not shown in plugin menu.
Most probably, the server failed to load the plugin.
Search for PluginManager messages similar to this in the server log
ERROR PluginManager(0x23acc08bcf0): Failed loading Server Plugin
See this thread for details
https://support.networkoptix.com/hc/en-us/community/posts/360048609934-The-server-can-t-load-the-plugin-dll
See the "Organizing third party library files" section in this chapter of the manual
https://support.networkoptix.com/hc/en-us/articles/360057029774-Step-3-Adding-object-detectionThe possible root cause is that POCO library is dynamically linked to the plugin binary file and can't be found when the plugin is being loaded.
What OS are building your plugin in? Could you share with us the source code of your plugin project?0
Please sign in to leave a comment.
Comments
1 comment