You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having some issues trying to make the proposed test_package in #1 to work in Windows, mainly because the typicall __cdecl import/export. The Pluma lib is being compiled statically (but it warns a lot about inconsistent dll linkage), so when we link it from a consumer shared library, we have some inconsistencies.
Can you please tell me about the current status of this lib for Windows? Usage examples?
The text was updated successfully, but these errors were encountered:
I'm using Pluma because I needed a portable way to integrate plugins into one of my side-projects: CxxProf
It's worth noting that Pluma seems not to be in use widely, it's also not actively maintained. Here's the Sourceforge link. The fact that it's originally hosted on Sourceforge tells a lot by itself. I'm currently looking for alternatives, but haven't found a suitable option yet.
I am having some issues trying to make the proposed
test_package
in #1 to work in Windows, mainly because the typicall __cdecl import/export. The Pluma lib is being compiled statically (but it warns a lot about inconsistent dll linkage), so when we link it from a consumer shared library, we have some inconsistencies.Can you please tell me about the current status of this lib for Windows? Usage examples?
The text was updated successfully, but these errors were encountered: