diff --git a/Common/nvMatrix.h b/Common/nvMatrix.h index 92879dcf..80037c4a 100644 --- a/Common/nvMatrix.h +++ b/Common/nvMatrix.h @@ -258,7 +258,7 @@ namespace nv s[2] = &r3[0]; s[3] = &r4[0]; - register int i,j,p,jj; + int i,j,p,jj; for (i=0; i<4; i++) { diff --git a/Samples/4_CUDA_Libraries/cudaNvSci/main.cpp b/Samples/4_CUDA_Libraries/cudaNvSci/main.cpp index c929bae8..461fc906 100644 --- a/Samples/4_CUDA_Libraries/cudaNvSci/main.cpp +++ b/Samples/4_CUDA_Libraries/cudaNvSci/main.cpp @@ -25,6 +25,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include #include diff --git a/bin/win64/RelWithDebInfo/freeglut.dll b/bin/win64/RelWithDebInfo/freeglut.dll new file mode 100755 index 00000000..6b44185c Binary files /dev/null and b/bin/win64/RelWithDebInfo/freeglut.dll differ diff --git a/bin/win64/RelWithDebInfo/glew64.dll b/bin/win64/RelWithDebInfo/glew64.dll new file mode 100755 index 00000000..f55897c7 Binary files /dev/null and b/bin/win64/RelWithDebInfo/glew64.dll differ diff --git a/bin/win64/minsizeRel/freeglut.dll b/bin/win64/minsizeRel/freeglut.dll new file mode 100755 index 00000000..6b44185c Binary files /dev/null and b/bin/win64/minsizeRel/freeglut.dll differ diff --git a/bin/win64/minsizeRel/glew64.dll b/bin/win64/minsizeRel/glew64.dll new file mode 100755 index 00000000..f55897c7 Binary files /dev/null and b/bin/win64/minsizeRel/glew64.dll differ