g33 Posted April 5, 2019 Report Share Posted April 5, 2019 I get an error when I try to create a dummy target socket - sc_export instance not bound to interface at end of construction. Is there anyway to satisfy the condition? Quote Link to comment Share on other sites More sharing options...
David Black Posted April 6, 2019 Report Share Posted April 6, 2019 Bind it... or change the binding policy to SC_ZERO_OR_MORE_BOUND but risk a NULL dereference crash if you forget to check for binding at run time. Quote Link to comment Share on other sites More sharing options...
g33 Posted April 9, 2019 Author Report Share Posted April 9, 2019 HI David, Thanks for your reply! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.