Open PeteHaughie opened 4 months ago
I'm not so familiar to MINGW but it seems not correctly being linked to dll.
Maybe something should be done in addon_config.mk
?
~I've tried everything in my limited abilities to get it to link but I just can't seem to get it to work. I know it's a massive ask but do you think you'd be able to try it yourself? I realise you've previously said you're not updating the library anymore but it would be a great help getting my project off the ground.~
The format of the Makefile has a breaking change from some time in the last few years. The variable ADDON_DLLS_TO_COPY has changed to ADDONS_SHARED_LIBS_DLL.
Wow great news! Have you done the change and got fixed?
I'm having a hell of a time trying to get the examples to build on a clean Windows 11 install. It starts out fine and then just utterly shits the bed and I'm not sure why.
Installed to the root of the C: just for ease of use.
So far so good but thenโฆ
I don't know if it's because it's unable to find the dlls or something else.
If anyone has managed to solve this problem and could give me a pointer that would be amazing.