History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCL-135
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: vitronix
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
sipXtapi: sipXcallLib

pcre.lib for windows mobile 5/6

Created: 2008-03-20 08:02   Updated: 2008-03-20 08:02
Component/s: sipXtapi
Affects Version/s: 3.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: windows mobile 6


 Description  « Hide
Hi,
While compiling sipXtapi for WM6. i get this link errors:

5> Creating library bin\sipXtapi.lib and object bin\sipXtapi.exp
5>sipXportLib.lib(UtlRegex.obj) : error LNK2001: unresolved external symbol pcre_malloc
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_fullinfo referenced in function "public: __cdecl RegEx::RegEx(char const *,int,unsigned long)" (??0RegEx@@QAA@PBDHK@Z)
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_study referenced in function "public: __cdecl RegEx::RegEx(char const *,int,unsigned long)" (??0RegEx@@QAA@PBDHK@Z)
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_compile referenced in function "public: __cdecl RegEx::RegEx(char const *,int,unsigned long)" (??0RegEx@@QAA@PBDHK@Z)
5>sipXportLib.lib(UtlRegex.obj) : error LNK2001: unresolved external symbol pcre_free
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_exec referenced in function "public: bool __cdecl RegEx::Search(char const *,int,int)" (?Search@RegEx@@QAA_NPBDHH@Z)
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_get_substring_list referenced in function "public: char const * __cdecl RegEx::Match(int)" (?Match@RegEx@@QAAPBDH@Z)
5>sipXportLib.lib(UtlRegex.obj) : error LNK2019: unresolved external symbol pcre_free_substring_list referenced in function "private: void __cdecl RegEx::ClearMatchList(void)" (?ClearMatchList@RegEx@@AAAXXZ)
5>sipXtackLib.lib(res_query.obj) : error LNK2019: unresolved external symbol _errno referenced in function res_search
5>sipXmediaLib.lib(MsgQueue.obj) : error LNK2019: unresolved external symbol CreateEventA referenced in function "private: bool __cdecl CMsgQueue::CreateMessageEvent(void)" (?CreateMessageEvent@CMsgQueue@@AAA_NXZ)
5>sipXmediaLib.lib(RTCPTimer.obj) : error LNK2001: unresolved external symbol CreateEventA
5>bin\sipXtapi.dll : fatal error LNK1120: 10 unresolved externals

I can compile sipXportLib.lib
sipXtackLib.lib
sipXcallLib.lib
sipXmediaLib.lib
for windows mobile 6, but i can't find prce.lib or libpcre.lib for WM5/6. There are only pcre.lib for win32. So it seems it could not link this lib ?!
So Where can i get pcre.lib for WinCe/WM ?
thanks


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.