-
```
this code is invalid:
#ifdef __cplusplus
extern "C" {
#endif
# include
#ifdef __cplusplus
}
#endif
with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty
sure that thi…
-
Using c++ compiler I get `undefined reference to fft_setup()` from the linker when using the library as submodule, you should add the following to the `fft.h` header, like the headers of the kiss libr…
-
```
this code is invalid:
#ifdef __cplusplus
extern "C" {
#endif
# include
#ifdef __cplusplus
}
#endif
with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty
sure that thi…
-
```
this code is invalid:
#ifdef __cplusplus
extern "C" {
#endif
# include
#ifdef __cplusplus
}
#endif
with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty
sure that thi…
-
```
this code is invalid:
#ifdef __cplusplus
extern "C" {
#endif
# include
#ifdef __cplusplus
}
#endif
with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty
sure that thi…
-
```
this code is invalid:
#ifdef __cplusplus
extern "C" {
#endif
# include
#ifdef __cplusplus
}
#endif
with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty
sure that thi…
-
`test cases/windows/19 msvc cplusplus define/meson.build` is testing `project_version()` instead of intended compiler version.
Code in question:
https://github.com/mesonbuild/meson/blob/53e11488d9…
-
According to the Abseil doc:
* https://github.com/abseil/abseil-cpp?tab=readme-ov-file#support
support for C++14 will be revisited on 2024-12-15:
* https://github.com/google/oss-policies-info…
-
I tried compiling SDL with Emscripten following the `README-emscripten.md` documentation.
Building SDL and examples work.
But building the tests fails:
```c
[ 50%] Building C object test/CMa…
-
## 当使用c++引用esp_tts.h头文件,导致报错问题
- 原因:
esp-tts/esp_tts_chinese/include/esp_tts.h 文件中131-133行错误。
- 解决方式:
将
```
#ifdef __cplusplus
extern "C" {
#endif
```
改为
```
#ifdef __cplusplus
}
#…