search for: ___iob_func

Displaying 3 results from an estimated 3 matches for "___iob_func".

2008 Oct 01
2
VS2005 build stability?
...c.obj : error LNK2001: unresolved external symbol _fprintf 1>wav_io.obj : error LNK2001: unresolved external symbol _fprintf 1>libspeexdsp.lib(preprocess.obj) : error LNK2001: unresolved external symbol _fprintf 1>libspeex.lib(speex_header.obj) : error LNK2001: unresolved external symbol ___iob_func 1>libspeex.lib(modes_wb.obj) : error LNK2001: unresolved external symbol ___iob_func 1>libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol ___iob_func 1>libspeex.lib(nb_celp.obj) : error LNK2001: unresolved external symbol ___iob_func 1>libspeexdsp.lib(fftwrap.obj)...
2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
...flac.exe binary will no longer be static and it won't work without external runtimes (which would also be loaded from the exe's dir if they exist there). Linking with msvcmrt.lib won't find the function and unicode version msvcurt.lib causes this error: Error 1 error LNK2005: ___iob_func already defined in msvcurt.lib(MSVCR110.dll) G:\test\LIBCMT.lib(_file.obj) test Error 2 error LNK1169: one or more multiply defined symbols found G:\test\Release\test.exe test > > In stat_utf8, dealing with 32bit/64bit time_t? The following check > should really compil...
2013 Mar 19
2
Patch to add Unicode filename support for win32 flac
On 18.3.2013 12:25, Erik de Castro Lopo wrote: > JonY wrote: > >> Before anyone does anything, see __wgetmainargs >> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >> >> It can expand wildcards. Since it already provides argc/argv/env, it is >> more a less a drop-in replacement for the main() arguments. > +1 > > Erik Alright, here's