<div dir="ltr">Hello all<div>First ever mail to this list, so bear with me if I trample on any netiquette rules.<br></div><div><br></div><div>So, in short, I'm working on a simple external, taking a float and converting it to int, then to hex (no biggie) before sending it out via a "send" cordless message.</div><div><br></div><div>I'm using:</div><div><br></div><div>pd_symbol(gensym("code")->s_thing, gensym("content"));</div><div><br></div><div>Everything works fine and dandy IF i have a receive object in the patch waiting for that "code" target.</div><div>If, however, I remove it or have no receiver at all, PD hangs and crashes.</div><div><br></div><div>Since this is supposed to be a part of a libPD embedded mobile app, its my only means of communicating to the wrapper-app... </div><div>FYI: developing in C, on windows 7 with Eclipse Luna.<br></div><div>These crashes are happening in "regular" desktop PD, so not a libPD issue.</div><div>Tried using GDB by attaching it to PD, but can't really get any useful info from the debug messages shown in the debug perspective in Eclipse.</div><div><br></div><div><br></div><div>Any insight on the matter would be greatly appreciated!</div><div><br></div><div>Cheers,</div><div>Alex</div></div>