Hi all.
I have a dll I wish to use with a godot project and I have no idea how to access it.
The library functions accept various data types (string, float, integer) as parameters, and return various data types.
Can somebody kind let me know how to get godot to recognise the dll and how to call the functions?
(I assume this is possible)
Thank you. :)