How to use LargeInt library in VS 2010

Hey I am converting a project from VS 2003 TO VS 2010 amd am having a problem with using the LargeInt lbrary. In VS 2003, I have it declared as <LargeInt.h> but for some reason it is giving an error on VS 2010. I have tried <LargeInt> and am getting errors. Any suggestions!!!!!!!
Thanks in advance!!
I would suggest you check that the library and path to it is included in the project properties.
Thanks,
I have searched for the LibraryInt.h file and can't not find it in VS 2010 but find it in VS 2003(6.0). How can I use this library in VS 2010? Do I have to include it, if so how?
Thanks In Advance!!!
Quick question: is LibraryInt.h part of a static library or just a standalone file that you have together with its source? If a static library, right click on your project folder icon, and go to:
Configuration Properties->Linker->General and there enter the path to the library under Additional Include Directories.

Otherwise, assuming your standalone files are located elsewhere( not in solution/project folder), under the Project Properties, go to: Configuration Properties->C++->General-> Additional Include Directories and enter the path.

I am not finding the file in VS 2010; I am only finding the fie in VS 2003.
Topic archived. No new replies allowed.