<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hi,</div>
<div> </div>
<div>I have been trying to port libnice to symbian. I could build entire libnice code. But while building the test code, I am getting some linker errors. </div>
<div>The errors I am getting because the test code is trying to use apis in libnice.dll which are not exported. My question is should these symbols are also be exported? </div>
<div>For example, nice_candidate_ice_priority is not an exported function, but test-priority.c is using this function. So, should I export nice_candidate_ice_priority as well? I am assuming that the only symbols that supposed to be exported are the ones in
libnice.sym.</div>
<div> </div>
<div>In symbian, the functions are exported only when they are marked as EXPORT_C in their declarations. But in nix functions are exported by default unless they are marked as static .</div>
<div>As of now I have exported only symbols that are present in libnice.sym. Can somebody clarify if I should be exporting these symbols used in test code as well?</div>
<div> </div>
<div>Regards</div>
<div>Purushottam</div>
<div> </div>
<div> </div>
</font>
</body>
</html>