Quote from: Cliff3D on 2023-Aug-21BTW the forum suggests that the current steam version is 16.026, while I have IDE Version 16.793? Are GLB and GLB's IDE on different version numbers?
Fixed, thx for the hint.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Cliff3D on 2023-Aug-21BTW the forum suggests that the current steam version is 16.026, while I have IDE Version 16.793? Are GLB and GLB's IDE on different version numbers?
Quote from: SnooPI on 2023-May-02On Firefox the contrast is very bad and the fonts are too small
Quote from: Kitty Hello on 2021-Sep-30
I ordered a Strato HiDrive account and will set up a Git repository. So we can use Git to act together. But, I failed to clone it. Maybe my work-configuration messes with the private account... I'll have to see.
QuoteUsing the "C" API
The glue file soloud_c.cpp can be found under the "src/c_api" directory.
You can either link to the generated DLL, which exposes the "C" API, or you can include SoLoud C++ sources (or static library) to your project along with the soloud_c.cpp file.
In your C sources, include soloud_c.h header file.