(FIXED) Compile Error : cannot open input file 'msvcrt.lib'

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
flipnode
Posts: 15
Joined: Thu Jul 27, 2006 1:24 am

(FIXED) Compile Error : cannot open input file 'msvcrt.lib'

Post by flipnode »

When compiling the Irrlicht.NET source, I get this compile error.

Code: Select all

Error	1	fatal error LNK1181: cannot open input file 'msvcrt.lib'	Irrlicht.NET
When I compile this at work, I have no issues compiling the same source.

Am I missing an Microsoft Install or need to set a Visual Studio path to this libarary? Any help or a link would greatly help.

I've searched these forums and have not come across a solution for this.
Last edited by flipnode on Sat May 26, 2007 10:25 pm, edited 1 time in total.
flipnode
Posts: 15
Joined: Thu Jul 27, 2006 1:24 am

Solution : Add lib directory path

Post by flipnode »

I solved the problem.

Projects and Solutions -> VC++ Directories

Added Library File Directory

"C:\Program Files\Microsoft Visual Studio 8\VC\lib"
Locked