Hi,
Thanks for your reply.
Accoring to your statement, server_test_thread works well in the C project, if yes, create a main.cpp that includes the below head file (such as tcpecho.h), then call the tcpecho_init in the C file (tcpecho.c) to call the server_test_thread finally, it should works well.
*/
#ifndef LWIP_TCPECHO_H
#define LWIP_TCPECHO_H
#ifdef __cplusplus
extern "C" {
#endif
void tcpecho_init(void);
#ifdef __cplusplus
}
#endif
#endif /* LWIP_TCPECHO_H */
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------