JoelSatkas
JoelSatkas
No, dlls for windows and .so for linux.
> It seems to be related to https://github.com/SergiusTheBest/plog/issues/178. Oh yea, this is exactly the problem for me too, i guess i will close this issue then?
Ahh, i see why you asked. Yes on windows, as long as we make unique metadata for the dll before compiling, when loading the dll it will load each one...
Well, the thing is that there is only 1 .so file that is copied multiple times. Long story why that is. Basically its the same .so file (compiled once) that...
Thats correct. The lib has an init function that takes in the name it will use for the plog output file. The lib loader will loop over the number of...
Awesome, thank you! I have prepared a sample project that shows the issue, it can be found here: https://github.com/JoelSatkas/PlogIssueSampleCode Its quick and dirty but its roughly what my real project...
Oh your right, sorry for that. It should now be public.
Thats great news Sergey, thank you!
Thank you @SergiusTheBest. I tried it and it does indeed resolve my issue and all i needed to do was include that Initializer header. Can I ask if you know...
> Perhaps [this helps or is related](https://github.com/google/autocxx/issues/592)? It is somewhat related but i think there is a deeper issue, or else my lack of rust skills is blocking me. I...