Using project>add existing module, I add HttpJob
Then I add HttpUtils2Server.
The compilation fails because I had 2 copies of HttpUtils2Server.
I remove the HttpUtils2Server using project>remove Http2Server
The project then compiles smoothly.
But now, there is no way for me to check the HttpUtils2Server. I can neither find it from modules. It is in the project but cannot be viewed or accessed anyway.
Without seeing your code and what you did and how we hardly cant help...
All i can say is that it is working for me
httpserver is a library which must be put into additional library folder and then it must be marked in the libraries tab in the ide.
Maybe you fogort to do a right-click on libs-tab and choose RELOAD
Without seeing your code and what you did and how we hardly cant help...
All i can say is that it is working for me
httpserver is a library which must be put into additional library folder and then it must be marked in the libraries tab in the ide.
Maybe you fogort to do a right-click on libs-tab and choose RELOAD
Kindly test on this project files.
I cannot add HttpUtlis2Server as the system told me that I can add the server twice. I removed it. But where is the HttpUtils2Server?