Re: [Mingw-w64-public] Role of DLL_EXPORT in pthread.h

2021-09-21 Thread David Chappaz
On Tue, 21 Sept 2021 at 06:25, LIU Hao wrote: > > When building one DLL which is linked against other one, this macro will > be visible to both DLLs' headers, so it's very unreliable. > After looking around for some details, I've eventually found a good source of information here: https://www.g

[Mingw-w64-public] Role of DLL_EXPORT in pthread.h

2021-09-20 Thread David Chappaz
Hi I'm having an issue in a system that has a few layers on top of mingw-w64, but it's not clear to me which layer is causing it, and this is where I'd value your expert feedback. I'm quite a bit outside of my comfort zone discussing these fairly technical software aspects, so please be forgiving