I am looking for a simple, minimal working example for a Julia project that includes some C code as part of a project. I need a project to compile C code into a * .dll file, and then there is Julia code that can successfully call a function from this * .dll on Windows.
I have a lot of problems getting this to work on Windows, and it would be really useful to start with some example that I know really works and fix the problem of why my larger project is not working.
My use case calls the portaudio library for weak presentation of sounds using a multi-threaded lock model. In fact, it is impossible to write in julia at this stage, which I know about: I really need a system-level language such as C. But I would like the rest of the project to be in Julia.
source share