Hi all, <br><br>I am working on libtheora. I have built static libraries for libtheora,libogg and libvorbis . I'm trying to create a testbench and work on the encoder and the decoder.<br>The encoderwin in the experimental is throwing errors<br>
<br>Compiling...<br>getopt_long.c<br>C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\win32\experimental\wincompat\getopt_long.c(58) : warning C4273: 'opterrmsg' : inconsistent dll linkage. dllexport assumed.<br>
C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\win32\experimental\wincompat\getopt_long.c(398) : warning C4273: 'getopt_long' : inconsistent dll linkage. dllexport assumed.<br>Linking...<br> Creating library Debug/testbench.lib and object Debug/testbench.exp<br>
LINK : warning LNK4049: locally defined symbol "_optarg" imported<br>LINK : warning LNK4049: locally defined symbol "_optopt" imported<br>LINK : warning LNK4049: locally defined symbol "_opterr" imported<br>
LINK : warning LNK4049: locally defined symbol "_optind" imported<br>getopt_long.obj : error LNK2001: unresolved external symbol __imp__optreset<br>Debug/testbench.exe : fatal error LNK1120: 1 unresolved externals<br>
Error executing link.exe.<br><br>testbench.exe - 2 error(s), 6 warning(s)<br><br><br>regards,<br>sahana<br><br><br>