<div dir="ltr"><div><div><div><div><div><div>Hello all!<br><br></div>I'm creating an external which should only allow one copy loaded at the same time.<br></div>Is there a way to check this upon creation?<br><br></div>I tried going the same approach as checking if a receiver exists before attempting to send, but it doesn't seem to work.<br><br>if (gensym("class_name")->s_thing) {<br>    post("Exists!");<br>    return false;<br>}<br><br></div>Any help is greatly appreciated.<br><br><br></div>Best regards,<br></div>Alex Clément<br></div>