1
GLBasic - en / Re: GLBASIC updates this year?
« on: 2022-Oct-05 »
You can try fmod or soloud instead?
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.
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.
Using 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.
DIM uni[35][35][35]