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
While might be a weird way to use plibsys, i seem to have a library that uses plibsys, along with the actual executable using the library... so in a weird way is there some way to check if plibsys has been shutdown/initialized already, and account our program around that... seeing the code, it doesnt seem entirely impossible to say the current state of the library. doing this will allow my to shutdown my external library using plibsys, check if it shut it down (which it most likely has) and initializing it if i still have a need for plibsys still, but no need for my external library which also uses plibsys
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Library issues?
Check state of plibsys library initalization
Dec 28, 2020
While might be a weird way to use plibsys, i seem to have a library that uses plibsys, along with the actual executable using the library... so in a weird way is there some way to check if plibsys has been shutdown/initialized already, and account our program around that... seeing the code, it doesnt seem entirely impossible to say the current state of the library. doing this will allow my to shutdown my external library using plibsys, check if it shut it down (which it most likely has) and initializing it if i still have a need for plibsys still, but no need for my external library which also uses plibsys
The text was updated successfully, but these errors were encountered: