Opened 6 years ago

Closed 6 years ago

#2067 closed defect (fixed)

Fix various linker error when building as dll on Visual Studio 2015

Reported by: riza Owned by: bennylp
Priority: normal Milestone: release-2.8
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

When building pjsip as dll on Visual Studio 2015, we got a linker error

error LNK2001: unresolved external symbol

This ticket will also move pjsip_use_compact_form (an undocumented runtime option to enable compact form for SIP encoding) to pjsip_cfg_t.use_compact_form.

Users still be able to use compact form using compile time options PJSIP_ENCODE_SHORT_HNAME.

Change History (1)

comment:1 Changed 6 years ago by riza

  • Resolution set to fixed
  • Status changed from new to closed

In 5701:

Close #2067: Fix linker error when building as dll on VS2015.

Note: See TracTickets for help on using tickets.