Displaying 3 results from an estimated 3 matches for "_maincrtstartup".
Did you mean:
maincrtstartup
2010 Jan 19
1
Linker Error when compiling Speex decoder
...ction "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD at Z)
1>MicSpeexDec.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
1>MicSpeexDec.obj : error LNK2001: unresolved external symbol __RTC_InitBase
1>LINK : error LNK2001: unresolved external symbol _mainCRTStartup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100118/c56e8787/attachment.htm
2017 Feb 27
2
lli can't find vsprintf
...in function _printf
hello.obj : error LNK2019: unresolved external symbol
___stdio_common_vsprintf referenced in function __vsnprintf_l
hello.obj : error LNK2019: unresolved external symbol
___stdio_common_vfprintf referenced in function __vfprintf_l
LINK : error LNK2001: unresolved external symbol _mainCRTStartup
hello.exe : fatal error LNK1120: 4 unresolved externals
On Sat, Feb 25, 2017 at 11:30 AM, don hinton <hintonda at gmail.com> wrote:
> I think you need to tell lli which shared libraries to load, via "-load
> option," in order to find missing symbols -- probably libcmt in thi...
2017 Feb 25
2
lli can't find vsprintf
Hi
i am wondering if someone could give me some tips on how to debug/solve
this problem. I am trying to use LLI on Windows. I build llvm and clang
using cmake.
clang -c hello.c -emit-llvm -o hello.bc
lli hello.bc
D:\llvm\examples\helloworld>lli hello.bc
LLVM ERROR: Program used external function '___stdio_common_vsprintf' which
could not be resolved!
But, I can generate the exe though