LINK : fatal error LNK1104

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
aktlakfh1777
Posts: 17
Joined: Sun Dec 21, 2008 1:40 am

LINK : fatal error LNK1104

Post by aktlakfh1777 »

Code: Select all

LINK : fatal error LNK1104: 'libc.lib' can not open file. 
how to solve this problem...

i can't solve this.

i want to use 'IrrFreeType'.

so, i edit source code because it had many compile errors.

now, i try to compile it but, The error was caused by unknown things.

I use 'Visual C++ 2005 Express Edition ( Korean )'.

Code: Select all

------ Building: Project: IrrFreeType ------
컴파일하고 있습니다...(Compiling)
CGUITTFont.cpp

c:\documents and settings\jaehoon\바탕 화면\irrfreetype\cguittfont.cpp(83) : warning C4996: 'sprintf'이(가) deprecated로 선언되었습니다.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : 'sprintf' 선언을 참조하십시오.
        메시지: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\jaehoon\바탕 화면\irrfreetype\cguittfont.cpp(141) : warning C4996: 'sprintf'이(가) deprecated로 선언되었습니다.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : 'sprintf' 선언을 참조하십시오.
        메시지: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
링크하고 있습니다(linking)...
LINK : fatal error LNK1104: 'libc.lib' 파일을 열 수 없습니다.(can not open file.)
IrrFreeType - Error: 1, Warning: 3
Post Reply