Mixed project c and c++ -> possible?
Posted: Sat Mar 17, 2018 9:08 am
Hi,
I've a library in cpp and some libs in c.
Exist a way to compile a mixed project?
I tried to rename the C files in cpp, but I'm submerged from errors.
For me, convert the cpp libs in C is very difficult, but convert C files in cpp is even more difficult.
The interested libs are espmqtt (writed in C) and this https://github.com/imxieyi/esp32-i2c-mpu6050 (writed in C++),
Thanks.
Stefano
I've a library in cpp and some libs in c.
Exist a way to compile a mixed project?
I tried to rename the C files in cpp, but I'm submerged from errors.
For me, convert the cpp libs in C is very difficult, but convert C files in cpp is even more difficult.
The interested libs are espmqtt (writed in C) and this https://github.com/imxieyi/esp32-i2c-mpu6050 (writed in C++),
Thanks.
Stefano