STM32 Work on C, but don't work on C++ #3103
-
Hi. Now, I wanted to integrate it into my current project, where I am using C++. But when I include “mongoose.h” in my “main.c”, it gives me compiler errors. I only get this when I include the #include "mongoose.h” library. Thank's a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Our CI/CD pipeline builds test code and examples on C and C++ in several compilers. |
Beta Was this translation helpful? Give feedback.
Our CI/CD pipeline builds test code and examples on C and C++ in several compilers.
See one of our examples and compare to yours. https://github.com/cesanta/mongoose/tree/master/tutorials
The way to use your compiler or your choice of language in your OS is beyond our support. There is a tutorial for that, and it goes as deep as we can: https://mongoose.ws/documentation/tutorials/tools/