Jump to content
Tuts 4 You

Errors, while compiling NTL library


qpt^J

Recommended Posts

Posted

hey all,

I want to compile this lib in msvc++ 6

I followed this tour: http://www.shoup.net/ntl/doc/tour-win.html

File -> New -> Projects

project name: ntl

location[default]: c:\Program Files\Microsoft Visual Studio\MyProjects\ntl

Click on Win32 static library

Click on OK

pre-compiled headers[default]: no

MFC support[default]: no

Click on Finish

Click on OK

Project -> Add to Project -> Files

select all files in c:\mystuff\WinNTL-xxx\src and click on OK.

Project -> Settings -> C/C++

Category: Preprocessor.

Additional include directories: c:\mystuff\WinNTL-xxx\include.

Click on OK.

Build -> build ntl.lib

but couldnt compile this lib.
/>http://pastebin.com/BrYx7nRa

Compiler shows more than 2500 errors, cant understand why. Please someone help me to figure out what am i doing wrong

thanks :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...