Page 1 of 1

New SDK CreatePort & DeleteMsgPort deprecated

Posted: Wed Oct 16, 2013 6:16 pm
by JosDuchIt
I get the message that CreatePort and DeleteMsgPort are deprecated.
I don't find a hint what to use instead (not metioned as deprecated in the exec.doc autodoc.
Is there an other place whrere to look for hints ?

Re: New SDK CreatePort & DeleteMsgPort deprecated

Posted: Wed Oct 16, 2013 6:22 pm
by javierdlr

Re: New SDK CreatePort & DeleteMsgPort deprecated

Posted: Wed Oct 16, 2013 7:38 pm
by trixie
@JosDuchIt

Those functions were in fact deprecated years ago; I'm quite sure it was noted in the Autodocs. AllocSysObject() and FreeSysObject() are the answer to your question.