In file included from ../../0.3.6pl1/protocolhttp.cpp:18:
../../0.3.6pl1/protocolhttp.h: In constructor `ProtocolHTTP:rotocolHTTP(Connection*)':
../../0.3.6pl1/protocolhttp.h:34: error: no matching function for call to `Protocol:rotocol(Connection*&)'
../../0.3.6pl1/protocol.h:33: note: candidates are: Protocol:rotocol(const Protocol&)
../../0.3.6pl1/protocol.h:36: note: Protocol:rotocol(Connection_ptr)
make.exe: *** [../../0.3.6pl1/protocolhttp.o] Error 1
Execution terminated
H3|_P
I solved it, I've used ready project and I just compiled it![]()
It gave me a total of 78 errors and did not compile my .exe after following your tutorial. This has happened in the past when I tried to compile and I don't know what I'm doing wrong. Can someone help me?
Can someone help me out with this?
What errors?
Remove databaseodbc.cpp and databaseodbc.h from project options -> files.
Now I have this;
In file included from ../protocolhttp.cpp:18:
../protocolhttp.h: In constructor `ProtocolHTTP:rotocolHTTP(Connection*)':
../protocolhttp.h:34: error: no matching function for call to `Protocol:rotocol(Connection*&)'
../protocol.h:33: note: candidates are: Protocol:rotocol(const Protocol&)
../protocol.h:36: note: Protocol:rotocol(Connection_ptr)
make.exe: *** [../protocolhttp.o] Error 1
Execution terminated
Seems like a programming error in my eyes.
Maybe you should make your tutorial a little clearer because I followed every step exactly as it said
Originally Posted by Grehy View Post
Now I have this;
In file included from ../protocolhttp.cpp:18:
../protocolhttp.h: In constructor `ProtocolHTTP:rotocolHTTP(Connection*)':
../protocolhttp.h:34: error: no matching function for call to `Protocol:rotocol(Connection*&)'
../protocol.h:33: note: candidates are: Protocol:rotocol(const Protocol&)
../protocol.h:36: note: Protocol:rotocol(Connection_ptr)
make.exe: *** [../protocolhttp.o] Error 1
Execution terminated