>Ok I ran into issues with two functions trying this. >The first function was: >pj_exception_throw_ () : in except.c The PJ_DEF() macro was present in the function declaration but not in the except.h header file. >My solution take the PJ_DEF off. I can see no reason for pj_exception_throw_ () being called at the application level. Well, the linker has corrected my assumption here. pj_exception_throw_() needs to be exported. But it is a noreturn function. So the macros just do not work out right. I went with PJ_DECL(void) pj_exception_throw_()...which is not correct in that it takes the no return aspect off. Just want to clarify this for Benny when he looks into this. Thanks, David Clark At 06:11 AM 1/23/2008, you wrote: >The correct link is > >http://www.pjsip.org/pjlib/docs/html/group__pj__dll__target.htm > >I'll fix the wiki shortly. > >On 1/23/08, David Clark <vdc1048 at tx.rr.com> wrote: > > Ok I went to the link here and to the specific .dll page but that > > link did not come up. The broken link is: > > http://trac.pjsip.org/pjlib/docs/html/group__pj__dll__target.htm > > comes up page not found. Did it move? > > > > Thanks, > > David Clark > > > > > > At 05:59 AM 11/22/2007, you wrote: > > >programmer wrote: > > > > Hi Benny.. > > > > > > > > a couple of months ago I spent > > > > a lot of time trying to build the > > > > windows pjmedia.dll file; > > > > it should be very useful to put > > > > these istructions and steps > > > > in a chapter of the your documentation. > > > > > >Just added this in the FAQ: http://www.pjsip.org/trac/wiki/FAQ#dll > > > > > >Thanks for the suggestion! > > > > > >cheers, > > > -benny > > > > > > > > > > Thanks so much for your work! > > > > > > > > cheers, andrea > > > > > > > > > > > >_______________________________________________ > > >Visit our blog: http://blog.pjsip.org > > > > > >pjsip mailing list > > >pjsip at lists.pjsip.org > > >http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > > > >-- > > >No virus found in this incoming message. > > >Checked by AVG Free Edition. > > >Version: 7.5.503 / Virus Database: 269.16.4/1145 - Release Date: > > >11/22/2007 11:49 AM > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip at lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > >-- >Perry Ismangil >http://www.pjsip.org > >_______________________________________________ >Visit our blog: http://blog.pjsip.org > >pjsip mailing list >pjsip at lists.pjsip.org >http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.5.516 / Virus Database: 269.19.9/1237 - Release Date: >1/22/2008 11:04 AM