I have a lib file that was developed in VC++ and has MFC code - basically unmanaged code.

I just like to find out if I can use this lib file in my C# project?
If this is the case, is there any tweaks I have to perform in order to use it, ie call to call functions. Also do I have to go thru the process of removing MFC specific code etc?

Thanx