ÿþ<html> <head> <META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16"> </head> <body> <pre> <table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3> Build Log </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre> <h3>Build started: Project: project4, Configuration: Debug|Win32</h3> </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2> Command Lines </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "x:\6610\Project4\VS_Project\Debug\RSP00001C19521224.rsp" with contents [ /Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_UNICODE&quot; /D &quot;UNICODE&quot; /Gm /EHsc /RTC1 /MDd /Fo&quot;Debug\\&quot; /Fd&quot;Debug\vc80.pdb&quot; /W3 /c /Wp64 /ZI /TP .\vector.cpp .\texture.cpp .\main.cpp ] Creating command line "cl.exe @x:\6610\Project4\VS_Project\Debug\RSP00001C19521224.rsp /nologo /errorReport:prompt" Creating temporary file "x:\6610\Project4\VS_Project\Debug\RSP00001D19521224.rsp" with contents [ /Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_UNICODE&quot; /D &quot;UNICODE&quot; /Gm /EHsc /RTC1 /MDd /Fo&quot;Debug\\&quot; /Fd&quot;Debug\vc80.pdb&quot; /W3 /c /Wp64 /ZI /TC .\glew.c ] Creating command line "cl.exe @x:\6610\Project4\VS_Project\Debug\RSP00001D19521224.rsp /nologo /errorReport:prompt" Creating temporary file "x:\6610\Project4\VS_Project\Debug\TMP00001E19521224.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ &quot;.\\Debug\\project4.exe.embed.manifest&quot; ] Creating command line "rc.exe /fo".\Debug\project4.exe.embed.manifest.res" x:\6610\Project4\VS_Project\Debug\TMP00001E19521224.tmp" Creating temporary file "x:\6610\Project4\VS_Project\Debug\RSP00001F19521224.rsp" with contents [ /OUT:&quot;Debug\project4.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\project4.exe.intermediate.manifest&quot; /DEBUG /PDB:&quot;x:\6610\Project4\VS_Project\Debug\project4.pdb&quot; /SUBSYSTEM:CONSOLE /MACHINE:X86 opengl32.lib glu32.lib glut32.lib glew32mxsd.lib glew32mxd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib &quot;.\Debug\glew.obj&quot; &quot;.\Debug\main.obj&quot; &quot;.\Debug\texture.obj&quot; &quot;.\Debug\vector.obj&quot; &quot;.\Debug\project4.exe.embed.manifest.res&quot; ] Creating command line "link.exe @x:\6610\Project4\VS_Project\Debug\RSP00001F19521224.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "x:\6610\Project4\VS_Project\Debug\RSP00002019521224.rsp" with contents [ /out:.\Debug\project4.exe.embed.manifest /notify_update /manifest .\Debug\project4.exe.intermediate.manifest ] Creating command line "mt.exe @x:\6610\Project4\VS_Project\Debug\RSP00002019521224.rsp /nologo" Creating temporary file "x:\6610\Project4\VS_Project\Debug\BAT00002119521224.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% &gt; .\Debug\mt.dep ] Creating command line "x:\6610\Project4\VS_Project\Debug\BAT00002119521224.bat" Creating temporary file "x:\6610\Project4\VS_Project\Debug\TMP00002219521224.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ &quot;.\\Debug\\project4.exe.embed.manifest&quot; ] Creating command line "rc.exe /fo".\Debug\project4.exe.embed.manifest.res" x:\6610\Project4\VS_Project\Debug\TMP00002219521224.tmp" Creating temporary file "x:\6610\Project4\VS_Project\Debug\RSP00002319521224.rsp" with contents [ /OUT:&quot;Debug\project4.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\project4.exe.intermediate.manifest&quot; /DEBUG /PDB:&quot;x:\6610\Project4\VS_Project\Debug\project4.pdb&quot; /SUBSYSTEM:CONSOLE /MACHINE:X86 opengl32.lib glu32.lib glut32.lib glew32mxsd.lib glew32mxd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib &quot;.\Debug\glew.obj&quot; &quot;.\Debug\main.obj&quot; &quot;.\Debug\texture.obj&quot; &quot;.\Debug\vector.obj&quot; &quot;.\Debug\project4.exe.embed.manifest.res&quot; ] Creating command line "link.exe @x:\6610\Project4\VS_Project\Debug\RSP00002319521224.rsp /NOLOGO /ERRORREPORT:PROMPT" </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2> Output Window </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling... main.cpp x:\6610\project4\vs_project\include\glui.h(205) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(796) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(810) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(811) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(852) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(894) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(955) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(999) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1286) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1386) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1481) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1531) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1646) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\main.cpp(281) : warning C4996: 'strncpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy' Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' texture.cpp x:\6610\project4\vs_project\include\glui.h(205) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(796) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(810) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(811) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(852) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(894) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(955) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(999) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1286) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1386) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1481) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1531) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1646) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\texture.cpp(123) : warning C4996: 'fopen' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen' Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' vector.cpp x:\6610\project4\vs_project\include\glui.h(205) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(796) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(810) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(811) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(852) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(894) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(955) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(999) : warning C4996: 'strcpy' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1286) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1386) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1481) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1531) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' x:\6610\project4\vs_project\include\glui.h(1646) : warning C4996: 'sprintf' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' Generating Code... Compiling... glew.c x:\6610\project4\vs_project\glew.c(214) : warning C4273: '__glewCopyTexSubImage3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8262) : see previous definition of '__glewCopyTexSubImage3D' x:\6610\project4\vs_project\glew.c(215) : warning C4273: '__glewDrawRangeElements' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8263) : see previous definition of '__glewDrawRangeElements' x:\6610\project4\vs_project\glew.c(216) : warning C4273: '__glewTexImage3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8264) : see previous definition of '__glewTexImage3D' x:\6610\project4\vs_project\glew.c(217) : warning C4273: '__glewTexSubImage3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8265) : see previous definition of '__glewTexSubImage3D' x:\6610\project4\vs_project\glew.c(219) : warning C4273: '__glewActiveTexture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8267) : see previous definition of '__glewActiveTexture' x:\6610\project4\vs_project\glew.c(220) : warning C4273: '__glewClientActiveTexture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8268) : see previous definition of '__glewClientActiveTexture' x:\6610\project4\vs_project\glew.c(221) : warning C4273: '__glewCompressedTexImage1D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8269) : see previous definition of '__glewCompressedTexImage1D' x:\6610\project4\vs_project\glew.c(222) : warning C4273: '__glewCompressedTexImage2D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8270) : see previous definition of '__glewCompressedTexImage2D' x:\6610\project4\vs_project\glew.c(223) : warning C4273: '__glewCompressedTexImage3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8271) : see previous definition of '__glewCompressedTexImage3D' x:\6610\project4\vs_project\glew.c(224) : warning C4273: '__glewCompressedTexSubImage1D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8272) : see previous definition of '__glewCompressedTexSubImage1D' x:\6610\project4\vs_project\glew.c(225) : warning C4273: '__glewCompressedTexSubImage2D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8273) : see previous definition of '__glewCompressedTexSubImage2D' x:\6610\project4\vs_project\glew.c(226) : warning C4273: '__glewCompressedTexSubImage3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8274) : see previous definition of '__glewCompressedTexSubImage3D' x:\6610\project4\vs_project\glew.c(227) : warning C4273: '__glewGetCompressedTexImage' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8275) : see previous definition of '__glewGetCompressedTexImage' x:\6610\project4\vs_project\glew.c(228) : warning C4273: '__glewLoadTransposeMatrixd' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8276) : see previous definition of '__glewLoadTransposeMatrixd' x:\6610\project4\vs_project\glew.c(229) : warning C4273: '__glewLoadTransposeMatrixf' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8277) : see previous definition of '__glewLoadTransposeMatrixf' x:\6610\project4\vs_project\glew.c(230) : warning C4273: '__glewMultTransposeMatrixd' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8278) : see previous definition of '__glewMultTransposeMatrixd' x:\6610\project4\vs_project\glew.c(231) : warning C4273: '__glewMultTransposeMatrixf' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8279) : see previous definition of '__glewMultTransposeMatrixf' x:\6610\project4\vs_project\glew.c(232) : warning C4273: '__glewMultiTexCoord1d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8280) : see previous definition of '__glewMultiTexCoord1d' x:\6610\project4\vs_project\glew.c(233) : warning C4273: '__glewMultiTexCoord1dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8281) : see previous definition of '__glewMultiTexCoord1dv' x:\6610\project4\vs_project\glew.c(234) : warning C4273: '__glewMultiTexCoord1f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8282) : see previous definition of '__glewMultiTexCoord1f' x:\6610\project4\vs_project\glew.c(235) : warning C4273: '__glewMultiTexCoord1fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8283) : see previous definition of '__glewMultiTexCoord1fv' x:\6610\project4\vs_project\glew.c(236) : warning C4273: '__glewMultiTexCoord1i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8284) : see previous definition of '__glewMultiTexCoord1i' x:\6610\project4\vs_project\glew.c(237) : warning C4273: '__glewMultiTexCoord1iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8285) : see previous definition of '__glewMultiTexCoord1iv' x:\6610\project4\vs_project\glew.c(238) : warning C4273: '__glewMultiTexCoord1s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8286) : see previous definition of '__glewMultiTexCoord1s' x:\6610\project4\vs_project\glew.c(239) : warning C4273: '__glewMultiTexCoord1sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8287) : see previous definition of '__glewMultiTexCoord1sv' x:\6610\project4\vs_project\glew.c(240) : warning C4273: '__glewMultiTexCoord2d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8288) : see previous definition of '__glewMultiTexCoord2d' x:\6610\project4\vs_project\glew.c(241) : warning C4273: '__glewMultiTexCoord2dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8289) : see previous definition of '__glewMultiTexCoord2dv' x:\6610\project4\vs_project\glew.c(242) : warning C4273: '__glewMultiTexCoord2f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8290) : see previous definition of '__glewMultiTexCoord2f' x:\6610\project4\vs_project\glew.c(243) : warning C4273: '__glewMultiTexCoord2fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8291) : see previous definition of '__glewMultiTexCoord2fv' x:\6610\project4\vs_project\glew.c(244) : warning C4273: '__glewMultiTexCoord2i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8292) : see previous definition of '__glewMultiTexCoord2i' x:\6610\project4\vs_project\glew.c(245) : warning C4273: '__glewMultiTexCoord2iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8293) : see previous definition of '__glewMultiTexCoord2iv' x:\6610\project4\vs_project\glew.c(246) : warning C4273: '__glewMultiTexCoord2s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8294) : see previous definition of '__glewMultiTexCoord2s' x:\6610\project4\vs_project\glew.c(247) : warning C4273: '__glewMultiTexCoord2sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8295) : see previous definition of '__glewMultiTexCoord2sv' x:\6610\project4\vs_project\glew.c(248) : warning C4273: '__glewMultiTexCoord3d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8296) : see previous definition of '__glewMultiTexCoord3d' x:\6610\project4\vs_project\glew.c(249) : warning C4273: '__glewMultiTexCoord3dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8297) : see previous definition of '__glewMultiTexCoord3dv' x:\6610\project4\vs_project\glew.c(250) : warning C4273: '__glewMultiTexCoord3f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8298) : see previous definition of '__glewMultiTexCoord3f' x:\6610\project4\vs_project\glew.c(251) : warning C4273: '__glewMultiTexCoord3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8299) : see previous definition of '__glewMultiTexCoord3fv' x:\6610\project4\vs_project\glew.c(252) : warning C4273: '__glewMultiTexCoord3i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8300) : see previous definition of '__glewMultiTexCoord3i' x:\6610\project4\vs_project\glew.c(253) : warning C4273: '__glewMultiTexCoord3iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8301) : see previous definition of '__glewMultiTexCoord3iv' x:\6610\project4\vs_project\glew.c(254) : warning C4273: '__glewMultiTexCoord3s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8302) : see previous definition of '__glewMultiTexCoord3s' x:\6610\project4\vs_project\glew.c(255) : warning C4273: '__glewMultiTexCoord3sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8303) : see previous definition of '__glewMultiTexCoord3sv' x:\6610\project4\vs_project\glew.c(256) : warning C4273: '__glewMultiTexCoord4d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8304) : see previous definition of '__glewMultiTexCoord4d' x:\6610\project4\vs_project\glew.c(257) : warning C4273: '__glewMultiTexCoord4dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8305) : see previous definition of '__glewMultiTexCoord4dv' x:\6610\project4\vs_project\glew.c(258) : warning C4273: '__glewMultiTexCoord4f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8306) : see previous definition of '__glewMultiTexCoord4f' x:\6610\project4\vs_project\glew.c(259) : warning C4273: '__glewMultiTexCoord4fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8307) : see previous definition of '__glewMultiTexCoord4fv' x:\6610\project4\vs_project\glew.c(260) : warning C4273: '__glewMultiTexCoord4i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8308) : see previous definition of '__glewMultiTexCoord4i' x:\6610\project4\vs_project\glew.c(261) : warning C4273: '__glewMultiTexCoord4iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8309) : see previous definition of '__glewMultiTexCoord4iv' x:\6610\project4\vs_project\glew.c(262) : warning C4273: '__glewMultiTexCoord4s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8310) : see previous definition of '__glewMultiTexCoord4s' x:\6610\project4\vs_project\glew.c(263) : warning C4273: '__glewMultiTexCoord4sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8311) : see previous definition of '__glewMultiTexCoord4sv' x:\6610\project4\vs_project\glew.c(264) : warning C4273: '__glewSampleCoverage' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8312) : see previous definition of '__glewSampleCoverage' x:\6610\project4\vs_project\glew.c(266) : warning C4273: '__glewBlendColor' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8314) : see previous definition of '__glewBlendColor' x:\6610\project4\vs_project\glew.c(267) : warning C4273: '__glewBlendEquation' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8315) : see previous definition of '__glewBlendEquation' x:\6610\project4\vs_project\glew.c(268) : warning C4273: '__glewBlendFuncSeparate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8316) : see previous definition of '__glewBlendFuncSeparate' x:\6610\project4\vs_project\glew.c(269) : warning C4273: '__glewFogCoordPointer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8317) : see previous definition of '__glewFogCoordPointer' x:\6610\project4\vs_project\glew.c(270) : warning C4273: '__glewFogCoordd' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8318) : see previous definition of '__glewFogCoordd' x:\6610\project4\vs_project\glew.c(271) : warning C4273: '__glewFogCoorddv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8319) : see previous definition of '__glewFogCoorddv' x:\6610\project4\vs_project\glew.c(272) : warning C4273: '__glewFogCoordf' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8320) : see previous definition of '__glewFogCoordf' x:\6610\project4\vs_project\glew.c(273) : warning C4273: '__glewFogCoordfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8321) : see previous definition of '__glewFogCoordfv' x:\6610\project4\vs_project\glew.c(274) : warning C4273: '__glewMultiDrawArrays' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8322) : see previous definition of '__glewMultiDrawArrays' x:\6610\project4\vs_project\glew.c(275) : warning C4273: '__glewMultiDrawElements' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8323) : see previous definition of '__glewMultiDrawElements' x:\6610\project4\vs_project\glew.c(276) : warning C4273: '__glewPointParameterf' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8324) : see previous definition of '__glewPointParameterf' x:\6610\project4\vs_project\glew.c(277) : warning C4273: '__glewPointParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8325) : see previous definition of '__glewPointParameterfv' x:\6610\project4\vs_project\glew.c(278) : warning C4273: '__glewSecondaryColor3b' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8326) : see previous definition of '__glewSecondaryColor3b' x:\6610\project4\vs_project\glew.c(279) : warning C4273: '__glewSecondaryColor3bv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8327) : see previous definition of '__glewSecondaryColor3bv' x:\6610\project4\vs_project\glew.c(280) : warning C4273: '__glewSecondaryColor3d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8328) : see previous definition of '__glewSecondaryColor3d' x:\6610\project4\vs_project\glew.c(281) : warning C4273: '__glewSecondaryColor3dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8329) : see previous definition of '__glewSecondaryColor3dv' x:\6610\project4\vs_project\glew.c(282) : warning C4273: '__glewSecondaryColor3f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8330) : see previous definition of '__glewSecondaryColor3f' x:\6610\project4\vs_project\glew.c(283) : warning C4273: '__glewSecondaryColor3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8331) : see previous definition of '__glewSecondaryColor3fv' x:\6610\project4\vs_project\glew.c(284) : warning C4273: '__glewSecondaryColor3i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8332) : see previous definition of '__glewSecondaryColor3i' x:\6610\project4\vs_project\glew.c(285) : warning C4273: '__glewSecondaryColor3iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8333) : see previous definition of '__glewSecondaryColor3iv' x:\6610\project4\vs_project\glew.c(286) : warning C4273: '__glewSecondaryColor3s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8334) : see previous definition of '__glewSecondaryColor3s' x:\6610\project4\vs_project\glew.c(287) : warning C4273: '__glewSecondaryColor3sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8335) : see previous definition of '__glewSecondaryColor3sv' x:\6610\project4\vs_project\glew.c(288) : warning C4273: '__glewSecondaryColor3ub' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8336) : see previous definition of '__glewSecondaryColor3ub' x:\6610\project4\vs_project\glew.c(289) : warning C4273: '__glewSecondaryColor3ubv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8337) : see previous definition of '__glewSecondaryColor3ubv' x:\6610\project4\vs_project\glew.c(290) : warning C4273: '__glewSecondaryColor3ui' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8338) : see previous definition of '__glewSecondaryColor3ui' x:\6610\project4\vs_project\glew.c(291) : warning C4273: '__glewSecondaryColor3uiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8339) : see previous definition of '__glewSecondaryColor3uiv' x:\6610\project4\vs_project\glew.c(292) : warning C4273: '__glewSecondaryColor3us' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8340) : see previous definition of '__glewSecondaryColor3us' x:\6610\project4\vs_project\glew.c(293) : warning C4273: '__glewSecondaryColor3usv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8341) : see previous definition of '__glewSecondaryColor3usv' x:\6610\project4\vs_project\glew.c(294) : warning C4273: '__glewSecondaryColorPointer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8342) : see previous definition of '__glewSecondaryColorPointer' x:\6610\project4\vs_project\glew.c(295) : warning C4273: '__glewWindowPos2d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8343) : see previous definition of '__glewWindowPos2d' x:\6610\project4\vs_project\glew.c(296) : warning C4273: '__glewWindowPos2dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8344) : see previous definition of '__glewWindowPos2dv' x:\6610\project4\vs_project\glew.c(297) : warning C4273: '__glewWindowPos2f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8345) : see previous definition of '__glewWindowPos2f' x:\6610\project4\vs_project\glew.c(298) : warning C4273: '__glewWindowPos2fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8346) : see previous definition of '__glewWindowPos2fv' x:\6610\project4\vs_project\glew.c(299) : warning C4273: '__glewWindowPos2i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8347) : see previous definition of '__glewWindowPos2i' x:\6610\project4\vs_project\glew.c(300) : warning C4273: '__glewWindowPos2iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8348) : see previous definition of '__glewWindowPos2iv' x:\6610\project4\vs_project\glew.c(301) : warning C4273: '__glewWindowPos2s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8349) : see previous definition of '__glewWindowPos2s' x:\6610\project4\vs_project\glew.c(302) : warning C4273: '__glewWindowPos2sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8350) : see previous definition of '__glewWindowPos2sv' x:\6610\project4\vs_project\glew.c(303) : warning C4273: '__glewWindowPos3d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8351) : see previous definition of '__glewWindowPos3d' x:\6610\project4\vs_project\glew.c(304) : warning C4273: '__glewWindowPos3dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8352) : see previous definition of '__glewWindowPos3dv' x:\6610\project4\vs_project\glew.c(305) : warning C4273: '__glewWindowPos3f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8353) : see previous definition of '__glewWindowPos3f' x:\6610\project4\vs_project\glew.c(306) : warning C4273: '__glewWindowPos3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8354) : see previous definition of '__glewWindowPos3fv' x:\6610\project4\vs_project\glew.c(307) : warning C4273: '__glewWindowPos3i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8355) : see previous definition of '__glewWindowPos3i' x:\6610\project4\vs_project\glew.c(308) : warning C4273: '__glewWindowPos3iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8356) : see previous definition of '__glewWindowPos3iv' x:\6610\project4\vs_project\glew.c(309) : warning C4273: '__glewWindowPos3s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8357) : see previous definition of '__glewWindowPos3s' x:\6610\project4\vs_project\glew.c(310) : warning C4273: '__glewWindowPos3sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8358) : see previous definition of '__glewWindowPos3sv' x:\6610\project4\vs_project\glew.c(312) : warning C4273: '__glewBeginQuery' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8360) : see previous definition of '__glewBeginQuery' x:\6610\project4\vs_project\glew.c(313) : warning C4273: '__glewBindBuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8361) : see previous definition of '__glewBindBuffer' x:\6610\project4\vs_project\glew.c(314) : warning C4273: '__glewBufferData' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8362) : see previous definition of '__glewBufferData' x:\6610\project4\vs_project\glew.c(315) : warning C4273: '__glewBufferSubData' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8363) : see previous definition of '__glewBufferSubData' x:\6610\project4\vs_project\glew.c(316) : warning C4273: '__glewDeleteBuffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8364) : see previous definition of '__glewDeleteBuffers' x:\6610\project4\vs_project\glew.c(317) : warning C4273: '__glewDeleteQueries' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8365) : see previous definition of '__glewDeleteQueries' x:\6610\project4\vs_project\glew.c(318) : warning C4273: '__glewEndQuery' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8366) : see previous definition of '__glewEndQuery' x:\6610\project4\vs_project\glew.c(319) : warning C4273: '__glewGenBuffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8367) : see previous definition of '__glewGenBuffers' x:\6610\project4\vs_project\glew.c(320) : warning C4273: '__glewGenQueries' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8368) : see previous definition of '__glewGenQueries' x:\6610\project4\vs_project\glew.c(321) : warning C4273: '__glewGetBufferParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8369) : see previous definition of '__glewGetBufferParameteriv' x:\6610\project4\vs_project\glew.c(322) : warning C4273: '__glewGetBufferPointerv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8370) : see previous definition of '__glewGetBufferPointerv' x:\6610\project4\vs_project\glew.c(323) : warning C4273: '__glewGetBufferSubData' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8371) : see previous definition of '__glewGetBufferSubData' x:\6610\project4\vs_project\glew.c(324) : warning C4273: '__glewGetQueryObjectiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8372) : see previous definition of '__glewGetQueryObjectiv' x:\6610\project4\vs_project\glew.c(325) : warning C4273: '__glewGetQueryObjectuiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8373) : see previous definition of '__glewGetQueryObjectuiv' x:\6610\project4\vs_project\glew.c(326) : warning C4273: '__glewGetQueryiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8374) : see previous definition of '__glewGetQueryiv' x:\6610\project4\vs_project\glew.c(327) : warning C4273: '__glewIsBuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8375) : see previous definition of '__glewIsBuffer' x:\6610\project4\vs_project\glew.c(328) : warning C4273: '__glewIsQuery' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8376) : see previous definition of '__glewIsQuery' x:\6610\project4\vs_project\glew.c(329) : warning C4273: '__glewMapBuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8377) : see previous definition of '__glewMapBuffer' x:\6610\project4\vs_project\glew.c(330) : warning C4273: '__glewUnmapBuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8378) : see previous definition of '__glewUnmapBuffer' x:\6610\project4\vs_project\glew.c(332) : warning C4273: '__glewAttachShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8380) : see previous definition of '__glewAttachShader' x:\6610\project4\vs_project\glew.c(333) : warning C4273: '__glewBindAttribLocation' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8381) : see previous definition of '__glewBindAttribLocation' x:\6610\project4\vs_project\glew.c(334) : warning C4273: '__glewBlendEquationSeparate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8382) : see previous definition of '__glewBlendEquationSeparate' x:\6610\project4\vs_project\glew.c(335) : warning C4273: '__glewCompileShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8383) : see previous definition of '__glewCompileShader' x:\6610\project4\vs_project\glew.c(336) : warning C4273: '__glewCreateProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8384) : see previous definition of '__glewCreateProgram' x:\6610\project4\vs_project\glew.c(337) : warning C4273: '__glewCreateShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8385) : see previous definition of '__glewCreateShader' x:\6610\project4\vs_project\glew.c(338) : warning C4273: '__glewDeleteProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8386) : see previous definition of '__glewDeleteProgram' x:\6610\project4\vs_project\glew.c(339) : warning C4273: '__glewDeleteShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8387) : see previous definition of '__glewDeleteShader' x:\6610\project4\vs_project\glew.c(340) : warning C4273: '__glewDetachShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8388) : see previous definition of '__glewDetachShader' x:\6610\project4\vs_project\glew.c(341) : warning C4273: '__glewDisableVertexAttribArray' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8389) : see previous definition of '__glewDisableVertexAttribArray' x:\6610\project4\vs_project\glew.c(342) : warning C4273: '__glewDrawBuffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8390) : see previous definition of '__glewDrawBuffers' x:\6610\project4\vs_project\glew.c(343) : warning C4273: '__glewEnableVertexAttribArray' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8391) : see previous definition of '__glewEnableVertexAttribArray' x:\6610\project4\vs_project\glew.c(344) : warning C4273: '__glewGetActiveAttrib' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8392) : see previous definition of '__glewGetActiveAttrib' x:\6610\project4\vs_project\glew.c(345) : warning C4273: '__glewGetActiveUniform' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8393) : see previous definition of '__glewGetActiveUniform' x:\6610\project4\vs_project\glew.c(346) : warning C4273: '__glewGetAttachedShaders' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8394) : see previous definition of '__glewGetAttachedShaders' x:\6610\project4\vs_project\glew.c(347) : warning C4273: '__glewGetAttribLocation' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8395) : see previous definition of '__glewGetAttribLocation' x:\6610\project4\vs_project\glew.c(348) : warning C4273: '__glewGetProgramInfoLog' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8396) : see previous definition of '__glewGetProgramInfoLog' x:\6610\project4\vs_project\glew.c(349) : warning C4273: '__glewGetProgramiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8397) : see previous definition of '__glewGetProgramiv' x:\6610\project4\vs_project\glew.c(350) : warning C4273: '__glewGetShaderInfoLog' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8398) : see previous definition of '__glewGetShaderInfoLog' x:\6610\project4\vs_project\glew.c(351) : warning C4273: '__glewGetShaderSource' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8399) : see previous definition of '__glewGetShaderSource' x:\6610\project4\vs_project\glew.c(352) : warning C4273: '__glewGetShaderiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8400) : see previous definition of '__glewGetShaderiv' x:\6610\project4\vs_project\glew.c(353) : warning C4273: '__glewGetUniformLocation' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8401) : see previous definition of '__glewGetUniformLocation' x:\6610\project4\vs_project\glew.c(354) : warning C4273: '__glewGetUniformfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8402) : see previous definition of '__glewGetUniformfv' x:\6610\project4\vs_project\glew.c(355) : warning C4273: '__glewGetUniformiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8403) : see previous definition of '__glewGetUniformiv' x:\6610\project4\vs_project\glew.c(356) : warning C4273: '__glewGetVertexAttribPointerv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8404) : see previous definition of '__glewGetVertexAttribPointerv' x:\6610\project4\vs_project\glew.c(357) : warning C4273: '__glewGetVertexAttribdv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8405) : see previous definition of '__glewGetVertexAttribdv' x:\6610\project4\vs_project\glew.c(358) : warning C4273: '__glewGetVertexAttribfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8406) : see previous definition of '__glewGetVertexAttribfv' x:\6610\project4\vs_project\glew.c(359) : warning C4273: '__glewGetVertexAttribiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8407) : see previous definition of '__glewGetVertexAttribiv' x:\6610\project4\vs_project\glew.c(360) : warning C4273: '__glewIsProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8408) : see previous definition of '__glewIsProgram' x:\6610\project4\vs_project\glew.c(361) : warning C4273: '__glewIsShader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8409) : see previous definition of '__glewIsShader' x:\6610\project4\vs_project\glew.c(362) : warning C4273: '__glewLinkProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8410) : see previous definition of '__glewLinkProgram' x:\6610\project4\vs_project\glew.c(363) : warning C4273: '__glewShaderSource' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8411) : see previous definition of '__glewShaderSource' x:\6610\project4\vs_project\glew.c(364) : warning C4273: '__glewStencilFuncSeparate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8412) : see previous definition of '__glewStencilFuncSeparate' x:\6610\project4\vs_project\glew.c(365) : warning C4273: '__glewStencilMaskSeparate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8413) : see previous definition of '__glewStencilMaskSeparate' x:\6610\project4\vs_project\glew.c(366) : warning C4273: '__glewStencilOpSeparate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8414) : see previous definition of '__glewStencilOpSeparate' x:\6610\project4\vs_project\glew.c(367) : warning C4273: '__glewUniform1f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8415) : see previous definition of '__glewUniform1f' x:\6610\project4\vs_project\glew.c(368) : warning C4273: '__glewUniform1fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8416) : see previous definition of '__glewUniform1fv' x:\6610\project4\vs_project\glew.c(369) : warning C4273: '__glewUniform1i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8417) : see previous definition of '__glewUniform1i' x:\6610\project4\vs_project\glew.c(370) : warning C4273: '__glewUniform1iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8418) : see previous definition of '__glewUniform1iv' x:\6610\project4\vs_project\glew.c(371) : warning C4273: '__glewUniform2f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8419) : see previous definition of '__glewUniform2f' x:\6610\project4\vs_project\glew.c(372) : warning C4273: '__glewUniform2fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8420) : see previous definition of '__glewUniform2fv' x:\6610\project4\vs_project\glew.c(373) : warning C4273: '__glewUniform2i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8421) : see previous definition of '__glewUniform2i' x:\6610\project4\vs_project\glew.c(374) : warning C4273: '__glewUniform2iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8422) : see previous definition of '__glewUniform2iv' x:\6610\project4\vs_project\glew.c(375) : warning C4273: '__glewUniform3f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8423) : see previous definition of '__glewUniform3f' x:\6610\project4\vs_project\glew.c(376) : warning C4273: '__glewUniform3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8424) : see previous definition of '__glewUniform3fv' x:\6610\project4\vs_project\glew.c(377) : warning C4273: '__glewUniform3i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8425) : see previous definition of '__glewUniform3i' x:\6610\project4\vs_project\glew.c(378) : warning C4273: '__glewUniform3iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8426) : see previous definition of '__glewUniform3iv' x:\6610\project4\vs_project\glew.c(379) : warning C4273: '__glewUniform4f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8427) : see previous definition of '__glewUniform4f' x:\6610\project4\vs_project\glew.c(380) : warning C4273: '__glewUniform4fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8428) : see previous definition of '__glewUniform4fv' x:\6610\project4\vs_project\glew.c(381) : warning C4273: '__glewUniform4i' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8429) : see previous definition of '__glewUniform4i' x:\6610\project4\vs_project\glew.c(382) : warning C4273: '__glewUniform4iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8430) : see previous definition of '__glewUniform4iv' x:\6610\project4\vs_project\glew.c(383) : warning C4273: '__glewUniformMatrix2fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8431) : see previous definition of '__glewUniformMatrix2fv' x:\6610\project4\vs_project\glew.c(384) : warning C4273: '__glewUniformMatrix3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8432) : see previous definition of '__glewUniformMatrix3fv' x:\6610\project4\vs_project\glew.c(385) : warning C4273: '__glewUniformMatrix4fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8433) : see previous definition of '__glewUniformMatrix4fv' x:\6610\project4\vs_project\glew.c(386) : warning C4273: '__glewUseProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8434) : see previous definition of '__glewUseProgram' x:\6610\project4\vs_project\glew.c(387) : warning C4273: '__glewValidateProgram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8435) : see previous definition of '__glewValidateProgram' x:\6610\project4\vs_project\glew.c(388) : warning C4273: '__glewVertexAttrib1d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8436) : see previous definition of '__glewVertexAttrib1d' x:\6610\project4\vs_project\glew.c(389) : warning C4273: '__glewVertexAttrib1dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8437) : see previous definition of '__glewVertexAttrib1dv' x:\6610\project4\vs_project\glew.c(390) : warning C4273: '__glewVertexAttrib1f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8438) : see previous definition of '__glewVertexAttrib1f' x:\6610\project4\vs_project\glew.c(391) : warning C4273: '__glewVertexAttrib1fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8439) : see previous definition of '__glewVertexAttrib1fv' x:\6610\project4\vs_project\glew.c(392) : warning C4273: '__glewVertexAttrib1s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8440) : see previous definition of '__glewVertexAttrib1s' x:\6610\project4\vs_project\glew.c(393) : warning C4273: '__glewVertexAttrib1sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8441) : see previous definition of '__glewVertexAttrib1sv' x:\6610\project4\vs_project\glew.c(394) : warning C4273: '__glewVertexAttrib2d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8442) : see previous definition of '__glewVertexAttrib2d' x:\6610\project4\vs_project\glew.c(395) : warning C4273: '__glewVertexAttrib2dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8443) : see previous definition of '__glewVertexAttrib2dv' x:\6610\project4\vs_project\glew.c(396) : warning C4273: '__glewVertexAttrib2f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8444) : see previous definition of '__glewVertexAttrib2f' x:\6610\project4\vs_project\glew.c(397) : warning C4273: '__glewVertexAttrib2fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8445) : see previous definition of '__glewVertexAttrib2fv' x:\6610\project4\vs_project\glew.c(398) : warning C4273: '__glewVertexAttrib2s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8446) : see previous definition of '__glewVertexAttrib2s' x:\6610\project4\vs_project\glew.c(399) : warning C4273: '__glewVertexAttrib2sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8447) : see previous definition of '__glewVertexAttrib2sv' x:\6610\project4\vs_project\glew.c(400) : warning C4273: '__glewVertexAttrib3d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8448) : see previous definition of '__glewVertexAttrib3d' x:\6610\project4\vs_project\glew.c(401) : warning C4273: '__glewVertexAttrib3dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8449) : see previous definition of '__glewVertexAttrib3dv' x:\6610\project4\vs_project\glew.c(402) : warning C4273: '__glewVertexAttrib3f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8450) : see previous definition of '__glewVertexAttrib3f' x:\6610\project4\vs_project\glew.c(403) : warning C4273: '__glewVertexAttrib3fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8451) : see previous definition of '__glewVertexAttrib3fv' x:\6610\project4\vs_project\glew.c(404) : warning C4273: '__glewVertexAttrib3s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8452) : see previous definition of '__glewVertexAttrib3s' x:\6610\project4\vs_project\glew.c(405) : warning C4273: '__glewVertexAttrib3sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8453) : see previous definition of '__glewVertexAttrib3sv' x:\6610\project4\vs_project\glew.c(406) : warning C4273: '__glewVertexAttrib4Nbv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8454) : see previous definition of '__glewVertexAttrib4Nbv' x:\6610\project4\vs_project\glew.c(407) : warning C4273: '__glewVertexAttrib4Niv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8455) : see previous definition of '__glewVertexAttrib4Niv' x:\6610\project4\vs_project\glew.c(408) : warning C4273: '__glewVertexAttrib4Nsv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8456) : see previous definition of '__glewVertexAttrib4Nsv' x:\6610\project4\vs_project\glew.c(409) : warning C4273: '__glewVertexAttrib4Nub' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8457) : see previous definition of '__glewVertexAttrib4Nub' x:\6610\project4\vs_project\glew.c(410) : warning C4273: '__glewVertexAttrib4Nubv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8458) : see previous definition of '__glewVertexAttrib4Nubv' x:\6610\project4\vs_project\glew.c(411) : warning C4273: '__glewVertexAttrib4Nuiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8459) : see previous definition of '__glewVertexAttrib4Nuiv' x:\6610\project4\vs_project\glew.c(412) : warning C4273: '__glewVertexAttrib4Nusv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8460) : see previous definition of '__glewVertexAttrib4Nusv' x:\6610\project4\vs_project\glew.c(413) : warning C4273: '__glewVertexAttrib4bv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8461) : see previous definition of '__glewVertexAttrib4bv' x:\6610\project4\vs_project\glew.c(414) : warning C4273: '__glewVertexAttrib4d' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8462) : see previous definition of '__glewVertexAttrib4d' x:\6610\project4\vs_project\glew.c(415) : warning C4273: '__glewVertexAttrib4dv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8463) : see previous definition of '__glewVertexAttrib4dv' x:\6610\project4\vs_project\glew.c(416) : warning C4273: '__glewVertexAttrib4f' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8464) : see previous definition of '__glewVertexAttrib4f' x:\6610\project4\vs_project\glew.c(417) : warning C4273: '__glewVertexAttrib4fv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8465) : see previous definition of '__glewVertexAttrib4fv' x:\6610\project4\vs_project\glew.c(418) : warning C4273: '__glewVertexAttrib4iv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8466) : see previous definition of '__glewVertexAttrib4iv' x:\6610\project4\vs_project\glew.c(419) : warning C4273: '__glewVertexAttrib4s' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8467) : see previous definition of '__glewVertexAttrib4s' x:\6610\project4\vs_project\glew.c(420) : warning C4273: '__glewVertexAttrib4sv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8468) : see previous definition of '__glewVertexAttrib4sv' x:\6610\project4\vs_project\glew.c(421) : warning C4273: '__glewVertexAttrib4ubv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8469) : see previous definition of '__glewVertexAttrib4ubv' x:\6610\project4\vs_project\glew.c(422) : warning C4273: '__glewVertexAttrib4uiv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8470) : see previous definition of '__glewVertexAttrib4uiv' x:\6610\project4\vs_project\glew.c(423) : warning C4273: '__glewVertexAttrib4usv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8471) : see previous definition of '__glewVertexAttrib4usv' x:\6610\project4\vs_project\glew.c(424) : warning C4273: '__glewVertexAttribPointer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8472) : see previous definition of '__glewVertexAttribPointer' x:\6610\project4\vs_project\glew.c(426) : warning C4273: '__glewTbufferMask3DFX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8474) : see previous definition of '__glewTbufferMask3DFX' x:\6610\project4\vs_project\glew.c(428) : warning C4273: '__glewDrawElementArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8476) : see previous definition of '__glewDrawElementArrayAPPLE' x:\6610\project4\vs_project\glew.c(429) : warning C4273: '__glewDrawRangeElementArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8477) : see previous definition of '__glewDrawRangeElementArrayAPPLE' x:\6610\project4\vs_project\glew.c(430) : warning C4273: '__glewElementPointerAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8478) : see previous definition of '__glewElementPointerAPPLE' x:\6610\project4\vs_project\glew.c(431) : warning C4273: '__glewMultiDrawElementArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8479) : see previous definition of '__glewMultiDrawElementArrayAPPLE' x:\6610\project4\vs_project\glew.c(432) : warning C4273: '__glewMultiDrawRangeElementArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8480) : see previous definition of '__glewMultiDrawRangeElementArrayAPPLE' x:\6610\project4\vs_project\glew.c(434) : warning C4273: '__glewDeleteFencesAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8482) : see previous definition of '__glewDeleteFencesAPPLE' x:\6610\project4\vs_project\glew.c(435) : warning C4273: '__glewFinishFenceAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8483) : see previous definition of '__glewFinishFenceAPPLE' x:\6610\project4\vs_project\glew.c(436) : warning C4273: '__glewFinishObjectAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8484) : see previous definition of '__glewFinishObjectAPPLE' x:\6610\project4\vs_project\glew.c(437) : warning C4273: '__glewGenFencesAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8485) : see previous definition of '__glewGenFencesAPPLE' x:\6610\project4\vs_project\glew.c(438) : warning C4273: '__glewIsFenceAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8486) : see previous definition of '__glewIsFenceAPPLE' x:\6610\project4\vs_project\glew.c(439) : warning C4273: '__glewSetFenceAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8487) : see previous definition of '__glewSetFenceAPPLE' x:\6610\project4\vs_project\glew.c(440) : warning C4273: '__glewTestFenceAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8488) : see previous definition of '__glewTestFenceAPPLE' x:\6610\project4\vs_project\glew.c(441) : warning C4273: '__glewTestObjectAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8489) : see previous definition of '__glewTestObjectAPPLE' x:\6610\project4\vs_project\glew.c(443) : warning C4273: '__glewGetTexParameterPointervAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8491) : see previous definition of '__glewGetTexParameterPointervAPPLE' x:\6610\project4\vs_project\glew.c(444) : warning C4273: '__glewTextureRangeAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8492) : see previous definition of '__glewTextureRangeAPPLE' x:\6610\project4\vs_project\glew.c(446) : warning C4273: '__glewBindVertexArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8494) : see previous definition of '__glewBindVertexArrayAPPLE' x:\6610\project4\vs_project\glew.c(447) : warning C4273: '__glewDeleteVertexArraysAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8495) : see previous definition of '__glewDeleteVertexArraysAPPLE' x:\6610\project4\vs_project\glew.c(448) : warning C4273: '__glewGenVertexArraysAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8496) : see previous definition of '__glewGenVertexArraysAPPLE' x:\6610\project4\vs_project\glew.c(449) : warning C4273: '__glewIsVertexArrayAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8497) : see previous definition of '__glewIsVertexArrayAPPLE' x:\6610\project4\vs_project\glew.c(451) : warning C4273: '__glewFlushVertexArrayRangeAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8499) : see previous definition of '__glewFlushVertexArrayRangeAPPLE' x:\6610\project4\vs_project\glew.c(452) : warning C4273: '__glewVertexArrayParameteriAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8500) : see previous definition of '__glewVertexArrayParameteriAPPLE' x:\6610\project4\vs_project\glew.c(453) : warning C4273: '__glewVertexArrayRangeAPPLE' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8501) : see previous definition of '__glewVertexArrayRangeAPPLE' x:\6610\project4\vs_project\glew.c(455) : warning C4273: '__glewClampColorARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8503) : see previous definition of '__glewClampColorARB' x:\6610\project4\vs_project\glew.c(457) : warning C4273: '__glewDrawBuffersARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8505) : see previous definition of '__glewDrawBuffersARB' x:\6610\project4\vs_project\glew.c(459) : warning C4273: '__glewColorSubTable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8507) : see previous definition of '__glewColorSubTable' x:\6610\project4\vs_project\glew.c(460) : warning C4273: '__glewColorTable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8508) : see previous definition of '__glewColorTable' x:\6610\project4\vs_project\glew.c(461) : warning C4273: '__glewColorTableParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8509) : see previous definition of '__glewColorTableParameterfv' x:\6610\project4\vs_project\glew.c(462) : warning C4273: '__glewColorTableParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8510) : see previous definition of '__glewColorTableParameteriv' x:\6610\project4\vs_project\glew.c(463) : warning C4273: '__glewConvolutionFilter1D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8511) : see previous definition of '__glewConvolutionFilter1D' x:\6610\project4\vs_project\glew.c(464) : warning C4273: '__glewConvolutionFilter2D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8512) : see previous definition of '__glewConvolutionFilter2D' x:\6610\project4\vs_project\glew.c(465) : warning C4273: '__glewConvolutionParameterf' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8513) : see previous definition of '__glewConvolutionParameterf' x:\6610\project4\vs_project\glew.c(466) : warning C4273: '__glewConvolutionParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8514) : see previous definition of '__glewConvolutionParameterfv' x:\6610\project4\vs_project\glew.c(467) : warning C4273: '__glewConvolutionParameteri' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8515) : see previous definition of '__glewConvolutionParameteri' x:\6610\project4\vs_project\glew.c(468) : warning C4273: '__glewConvolutionParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8516) : see previous definition of '__glewConvolutionParameteriv' x:\6610\project4\vs_project\glew.c(469) : warning C4273: '__glewCopyColorSubTable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8517) : see previous definition of '__glewCopyColorSubTable' x:\6610\project4\vs_project\glew.c(470) : warning C4273: '__glewCopyColorTable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8518) : see previous definition of '__glewCopyColorTable' x:\6610\project4\vs_project\glew.c(471) : warning C4273: '__glewCopyConvolutionFilter1D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8519) : see previous definition of '__glewCopyConvolutionFilter1D' x:\6610\project4\vs_project\glew.c(472) : warning C4273: '__glewCopyConvolutionFilter2D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8520) : see previous definition of '__glewCopyConvolutionFilter2D' x:\6610\project4\vs_project\glew.c(473) : warning C4273: '__glewGetColorTable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8521) : see previous definition of '__glewGetColorTable' x:\6610\project4\vs_project\glew.c(474) : warning C4273: '__glewGetColorTableParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8522) : see previous definition of '__glewGetColorTableParameterfv' x:\6610\project4\vs_project\glew.c(475) : warning C4273: '__glewGetColorTableParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8523) : see previous definition of '__glewGetColorTableParameteriv' x:\6610\project4\vs_project\glew.c(476) : warning C4273: '__glewGetConvolutionFilter' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8524) : see previous definition of '__glewGetConvolutionFilter' x:\6610\project4\vs_project\glew.c(477) : warning C4273: '__glewGetConvolutionParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8525) : see previous definition of '__glewGetConvolutionParameterfv' x:\6610\project4\vs_project\glew.c(478) : warning C4273: '__glewGetConvolutionParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8526) : see previous definition of '__glewGetConvolutionParameteriv' x:\6610\project4\vs_project\glew.c(479) : warning C4273: '__glewGetHistogram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8527) : see previous definition of '__glewGetHistogram' x:\6610\project4\vs_project\glew.c(480) : warning C4273: '__glewGetHistogramParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8528) : see previous definition of '__glewGetHistogramParameterfv' x:\6610\project4\vs_project\glew.c(481) : warning C4273: '__glewGetHistogramParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8529) : see previous definition of '__glewGetHistogramParameteriv' x:\6610\project4\vs_project\glew.c(482) : warning C4273: '__glewGetMinmax' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8530) : see previous definition of '__glewGetMinmax' x:\6610\project4\vs_project\glew.c(483) : warning C4273: '__glewGetMinmaxParameterfv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8531) : see previous definition of '__glewGetMinmaxParameterfv' x:\6610\project4\vs_project\glew.c(484) : warning C4273: '__glewGetMinmaxParameteriv' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8532) : see previous definition of '__glewGetMinmaxParameteriv' x:\6610\project4\vs_project\glew.c(485) : warning C4273: '__glewGetSeparableFilter' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8533) : see previous definition of '__glewGetSeparableFilter' x:\6610\project4\vs_project\glew.c(486) : warning C4273: '__glewHistogram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8534) : see previous definition of '__glewHistogram' x:\6610\project4\vs_project\glew.c(487) : warning C4273: '__glewMinmax' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8535) : see previous definition of '__glewMinmax' x:\6610\project4\vs_project\glew.c(488) : warning C4273: '__glewResetHistogram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8536) : see previous definition of '__glewResetHistogram' x:\6610\project4\vs_project\glew.c(489) : warning C4273: '__glewResetMinmax' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8537) : see previous definition of '__glewResetMinmax' x:\6610\project4\vs_project\glew.c(490) : warning C4273: '__glewSeparableFilter2D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8538) : see previous definition of '__glewSeparableFilter2D' x:\6610\project4\vs_project\glew.c(492) : warning C4273: '__glewCurrentPaletteMatrixARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8540) : see previous definition of '__glewCurrentPaletteMatrixARB' x:\6610\project4\vs_project\glew.c(493) : warning C4273: '__glewMatrixIndexPointerARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8541) : see previous definition of '__glewMatrixIndexPointerARB' x:\6610\project4\vs_project\glew.c(494) : warning C4273: '__glewMatrixIndexubvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8542) : see previous definition of '__glewMatrixIndexubvARB' x:\6610\project4\vs_project\glew.c(495) : warning C4273: '__glewMatrixIndexuivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8543) : see previous definition of '__glewMatrixIndexuivARB' x:\6610\project4\vs_project\glew.c(496) : warning C4273: '__glewMatrixIndexusvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8544) : see previous definition of '__glewMatrixIndexusvARB' x:\6610\project4\vs_project\glew.c(498) : warning C4273: '__glewSampleCoverageARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8546) : see previous definition of '__glewSampleCoverageARB' x:\6610\project4\vs_project\glew.c(500) : warning C4273: '__glewActiveTextureARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8548) : see previous definition of '__glewActiveTextureARB' x:\6610\project4\vs_project\glew.c(501) : warning C4273: '__glewClientActiveTextureARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8549) : see previous definition of '__glewClientActiveTextureARB' x:\6610\project4\vs_project\glew.c(502) : warning C4273: '__glewMultiTexCoord1dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8550) : see previous definition of '__glewMultiTexCoord1dARB' x:\6610\project4\vs_project\glew.c(503) : warning C4273: '__glewMultiTexCoord1dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8551) : see previous definition of '__glewMultiTexCoord1dvARB' x:\6610\project4\vs_project\glew.c(504) : warning C4273: '__glewMultiTexCoord1fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8552) : see previous definition of '__glewMultiTexCoord1fARB' x:\6610\project4\vs_project\glew.c(505) : warning C4273: '__glewMultiTexCoord1fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8553) : see previous definition of '__glewMultiTexCoord1fvARB' x:\6610\project4\vs_project\glew.c(506) : warning C4273: '__glewMultiTexCoord1iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8554) : see previous definition of '__glewMultiTexCoord1iARB' x:\6610\project4\vs_project\glew.c(507) : warning C4273: '__glewMultiTexCoord1ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8555) : see previous definition of '__glewMultiTexCoord1ivARB' x:\6610\project4\vs_project\glew.c(508) : warning C4273: '__glewMultiTexCoord1sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8556) : see previous definition of '__glewMultiTexCoord1sARB' x:\6610\project4\vs_project\glew.c(509) : warning C4273: '__glewMultiTexCoord1svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8557) : see previous definition of '__glewMultiTexCoord1svARB' x:\6610\project4\vs_project\glew.c(510) : warning C4273: '__glewMultiTexCoord2dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8558) : see previous definition of '__glewMultiTexCoord2dARB' x:\6610\project4\vs_project\glew.c(511) : warning C4273: '__glewMultiTexCoord2dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8559) : see previous definition of '__glewMultiTexCoord2dvARB' x:\6610\project4\vs_project\glew.c(512) : warning C4273: '__glewMultiTexCoord2fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8560) : see previous definition of '__glewMultiTexCoord2fARB' x:\6610\project4\vs_project\glew.c(513) : warning C4273: '__glewMultiTexCoord2fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8561) : see previous definition of '__glewMultiTexCoord2fvARB' x:\6610\project4\vs_project\glew.c(514) : warning C4273: '__glewMultiTexCoord2iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8562) : see previous definition of '__glewMultiTexCoord2iARB' x:\6610\project4\vs_project\glew.c(515) : warning C4273: '__glewMultiTexCoord2ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8563) : see previous definition of '__glewMultiTexCoord2ivARB' x:\6610\project4\vs_project\glew.c(516) : warning C4273: '__glewMultiTexCoord2sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8564) : see previous definition of '__glewMultiTexCoord2sARB' x:\6610\project4\vs_project\glew.c(517) : warning C4273: '__glewMultiTexCoord2svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8565) : see previous definition of '__glewMultiTexCoord2svARB' x:\6610\project4\vs_project\glew.c(518) : warning C4273: '__glewMultiTexCoord3dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8566) : see previous definition of '__glewMultiTexCoord3dARB' x:\6610\project4\vs_project\glew.c(519) : warning C4273: '__glewMultiTexCoord3dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8567) : see previous definition of '__glewMultiTexCoord3dvARB' x:\6610\project4\vs_project\glew.c(520) : warning C4273: '__glewMultiTexCoord3fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8568) : see previous definition of '__glewMultiTexCoord3fARB' x:\6610\project4\vs_project\glew.c(521) : warning C4273: '__glewMultiTexCoord3fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8569) : see previous definition of '__glewMultiTexCoord3fvARB' x:\6610\project4\vs_project\glew.c(522) : warning C4273: '__glewMultiTexCoord3iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8570) : see previous definition of '__glewMultiTexCoord3iARB' x:\6610\project4\vs_project\glew.c(523) : warning C4273: '__glewMultiTexCoord3ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8571) : see previous definition of '__glewMultiTexCoord3ivARB' x:\6610\project4\vs_project\glew.c(524) : warning C4273: '__glewMultiTexCoord3sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8572) : see previous definition of '__glewMultiTexCoord3sARB' x:\6610\project4\vs_project\glew.c(525) : warning C4273: '__glewMultiTexCoord3svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8573) : see previous definition of '__glewMultiTexCoord3svARB' x:\6610\project4\vs_project\glew.c(526) : warning C4273: '__glewMultiTexCoord4dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8574) : see previous definition of '__glewMultiTexCoord4dARB' x:\6610\project4\vs_project\glew.c(527) : warning C4273: '__glewMultiTexCoord4dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8575) : see previous definition of '__glewMultiTexCoord4dvARB' x:\6610\project4\vs_project\glew.c(528) : warning C4273: '__glewMultiTexCoord4fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8576) : see previous definition of '__glewMultiTexCoord4fARB' x:\6610\project4\vs_project\glew.c(529) : warning C4273: '__glewMultiTexCoord4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8577) : see previous definition of '__glewMultiTexCoord4fvARB' x:\6610\project4\vs_project\glew.c(530) : warning C4273: '__glewMultiTexCoord4iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8578) : see previous definition of '__glewMultiTexCoord4iARB' x:\6610\project4\vs_project\glew.c(531) : warning C4273: '__glewMultiTexCoord4ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8579) : see previous definition of '__glewMultiTexCoord4ivARB' x:\6610\project4\vs_project\glew.c(532) : warning C4273: '__glewMultiTexCoord4sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8580) : see previous definition of '__glewMultiTexCoord4sARB' x:\6610\project4\vs_project\glew.c(533) : warning C4273: '__glewMultiTexCoord4svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8581) : see previous definition of '__glewMultiTexCoord4svARB' x:\6610\project4\vs_project\glew.c(535) : warning C4273: '__glewBeginQueryARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8583) : see previous definition of '__glewBeginQueryARB' x:\6610\project4\vs_project\glew.c(536) : warning C4273: '__glewDeleteQueriesARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8584) : see previous definition of '__glewDeleteQueriesARB' x:\6610\project4\vs_project\glew.c(537) : warning C4273: '__glewEndQueryARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8585) : see previous definition of '__glewEndQueryARB' x:\6610\project4\vs_project\glew.c(538) : warning C4273: '__glewGenQueriesARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8586) : see previous definition of '__glewGenQueriesARB' x:\6610\project4\vs_project\glew.c(539) : warning C4273: '__glewGetQueryObjectivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8587) : see previous definition of '__glewGetQueryObjectivARB' x:\6610\project4\vs_project\glew.c(540) : warning C4273: '__glewGetQueryObjectuivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8588) : see previous definition of '__glewGetQueryObjectuivARB' x:\6610\project4\vs_project\glew.c(541) : warning C4273: '__glewGetQueryivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8589) : see previous definition of '__glewGetQueryivARB' x:\6610\project4\vs_project\glew.c(542) : warning C4273: '__glewIsQueryARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8590) : see previous definition of '__glewIsQueryARB' x:\6610\project4\vs_project\glew.c(544) : warning C4273: '__glewPointParameterfARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8592) : see previous definition of '__glewPointParameterfARB' x:\6610\project4\vs_project\glew.c(545) : warning C4273: '__glewPointParameterfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8593) : see previous definition of '__glewPointParameterfvARB' x:\6610\project4\vs_project\glew.c(547) : warning C4273: '__glewAttachObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8595) : see previous definition of '__glewAttachObjectARB' x:\6610\project4\vs_project\glew.c(548) : warning C4273: '__glewCompileShaderARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8596) : see previous definition of '__glewCompileShaderARB' x:\6610\project4\vs_project\glew.c(549) : warning C4273: '__glewCreateProgramObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8597) : see previous definition of '__glewCreateProgramObjectARB' x:\6610\project4\vs_project\glew.c(550) : warning C4273: '__glewCreateShaderObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8598) : see previous definition of '__glewCreateShaderObjectARB' x:\6610\project4\vs_project\glew.c(551) : warning C4273: '__glewDeleteObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8599) : see previous definition of '__glewDeleteObjectARB' x:\6610\project4\vs_project\glew.c(552) : warning C4273: '__glewDetachObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8600) : see previous definition of '__glewDetachObjectARB' x:\6610\project4\vs_project\glew.c(553) : warning C4273: '__glewGetActiveUniformARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8601) : see previous definition of '__glewGetActiveUniformARB' x:\6610\project4\vs_project\glew.c(554) : warning C4273: '__glewGetAttachedObjectsARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8602) : see previous definition of '__glewGetAttachedObjectsARB' x:\6610\project4\vs_project\glew.c(555) : warning C4273: '__glewGetHandleARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8603) : see previous definition of '__glewGetHandleARB' x:\6610\project4\vs_project\glew.c(556) : warning C4273: '__glewGetInfoLogARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8604) : see previous definition of '__glewGetInfoLogARB' x:\6610\project4\vs_project\glew.c(557) : warning C4273: '__glewGetObjectParameterfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8605) : see previous definition of '__glewGetObjectParameterfvARB' x:\6610\project4\vs_project\glew.c(558) : warning C4273: '__glewGetObjectParameterivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8606) : see previous definition of '__glewGetObjectParameterivARB' x:\6610\project4\vs_project\glew.c(559) : warning C4273: '__glewGetShaderSourceARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8607) : see previous definition of '__glewGetShaderSourceARB' x:\6610\project4\vs_project\glew.c(560) : warning C4273: '__glewGetUniformLocationARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8608) : see previous definition of '__glewGetUniformLocationARB' x:\6610\project4\vs_project\glew.c(561) : warning C4273: '__glewGetUniformfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8609) : see previous definition of '__glewGetUniformfvARB' x:\6610\project4\vs_project\glew.c(562) : warning C4273: '__glewGetUniformivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8610) : see previous definition of '__glewGetUniformivARB' x:\6610\project4\vs_project\glew.c(563) : warning C4273: '__glewLinkProgramARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8611) : see previous definition of '__glewLinkProgramARB' x:\6610\project4\vs_project\glew.c(564) : warning C4273: '__glewShaderSourceARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8612) : see previous definition of '__glewShaderSourceARB' x:\6610\project4\vs_project\glew.c(565) : warning C4273: '__glewUniform1fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8613) : see previous definition of '__glewUniform1fARB' x:\6610\project4\vs_project\glew.c(566) : warning C4273: '__glewUniform1fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8614) : see previous definition of '__glewUniform1fvARB' x:\6610\project4\vs_project\glew.c(567) : warning C4273: '__glewUniform1iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8615) : see previous definition of '__glewUniform1iARB' x:\6610\project4\vs_project\glew.c(568) : warning C4273: '__glewUniform1ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8616) : see previous definition of '__glewUniform1ivARB' x:\6610\project4\vs_project\glew.c(569) : warning C4273: '__glewUniform2fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8617) : see previous definition of '__glewUniform2fARB' x:\6610\project4\vs_project\glew.c(570) : warning C4273: '__glewUniform2fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8618) : see previous definition of '__glewUniform2fvARB' x:\6610\project4\vs_project\glew.c(571) : warning C4273: '__glewUniform2iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8619) : see previous definition of '__glewUniform2iARB' x:\6610\project4\vs_project\glew.c(572) : warning C4273: '__glewUniform2ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8620) : see previous definition of '__glewUniform2ivARB' x:\6610\project4\vs_project\glew.c(573) : warning C4273: '__glewUniform3fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8621) : see previous definition of '__glewUniform3fARB' x:\6610\project4\vs_project\glew.c(574) : warning C4273: '__glewUniform3fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8622) : see previous definition of '__glewUniform3fvARB' x:\6610\project4\vs_project\glew.c(575) : warning C4273: '__glewUniform3iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8623) : see previous definition of '__glewUniform3iARB' x:\6610\project4\vs_project\glew.c(576) : warning C4273: '__glewUniform3ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8624) : see previous definition of '__glewUniform3ivARB' x:\6610\project4\vs_project\glew.c(577) : warning C4273: '__glewUniform4fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8625) : see previous definition of '__glewUniform4fARB' x:\6610\project4\vs_project\glew.c(578) : warning C4273: '__glewUniform4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8626) : see previous definition of '__glewUniform4fvARB' x:\6610\project4\vs_project\glew.c(579) : warning C4273: '__glewUniform4iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8627) : see previous definition of '__glewUniform4iARB' x:\6610\project4\vs_project\glew.c(580) : warning C4273: '__glewUniform4ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8628) : see previous definition of '__glewUniform4ivARB' x:\6610\project4\vs_project\glew.c(581) : warning C4273: '__glewUniformMatrix2fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8629) : see previous definition of '__glewUniformMatrix2fvARB' x:\6610\project4\vs_project\glew.c(582) : warning C4273: '__glewUniformMatrix3fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8630) : see previous definition of '__glewUniformMatrix3fvARB' x:\6610\project4\vs_project\glew.c(583) : warning C4273: '__glewUniformMatrix4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8631) : see previous definition of '__glewUniformMatrix4fvARB' x:\6610\project4\vs_project\glew.c(584) : warning C4273: '__glewUseProgramObjectARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8632) : see previous definition of '__glewUseProgramObjectARB' x:\6610\project4\vs_project\glew.c(585) : warning C4273: '__glewValidateProgramARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8633) : see previous definition of '__glewValidateProgramARB' x:\6610\project4\vs_project\glew.c(587) : warning C4273: '__glewCompressedTexImage1DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8635) : see previous definition of '__glewCompressedTexImage1DARB' x:\6610\project4\vs_project\glew.c(588) : warning C4273: '__glewCompressedTexImage2DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8636) : see previous definition of '__glewCompressedTexImage2DARB' x:\6610\project4\vs_project\glew.c(589) : warning C4273: '__glewCompressedTexImage3DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8637) : see previous definition of '__glewCompressedTexImage3DARB' x:\6610\project4\vs_project\glew.c(590) : warning C4273: '__glewCompressedTexSubImage1DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8638) : see previous definition of '__glewCompressedTexSubImage1DARB' x:\6610\project4\vs_project\glew.c(591) : warning C4273: '__glewCompressedTexSubImage2DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8639) : see previous definition of '__glewCompressedTexSubImage2DARB' x:\6610\project4\vs_project\glew.c(592) : warning C4273: '__glewCompressedTexSubImage3DARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8640) : see previous definition of '__glewCompressedTexSubImage3DARB' x:\6610\project4\vs_project\glew.c(593) : warning C4273: '__glewGetCompressedTexImageARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8641) : see previous definition of '__glewGetCompressedTexImageARB' x:\6610\project4\vs_project\glew.c(595) : warning C4273: '__glewLoadTransposeMatrixdARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8643) : see previous definition of '__glewLoadTransposeMatrixdARB' x:\6610\project4\vs_project\glew.c(596) : warning C4273: '__glewLoadTransposeMatrixfARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8644) : see previous definition of '__glewLoadTransposeMatrixfARB' x:\6610\project4\vs_project\glew.c(597) : warning C4273: '__glewMultTransposeMatrixdARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8645) : see previous definition of '__glewMultTransposeMatrixdARB' x:\6610\project4\vs_project\glew.c(598) : warning C4273: '__glewMultTransposeMatrixfARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8646) : see previous definition of '__glewMultTransposeMatrixfARB' x:\6610\project4\vs_project\glew.c(600) : warning C4273: '__glewVertexBlendARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8648) : see previous definition of '__glewVertexBlendARB' x:\6610\project4\vs_project\glew.c(601) : warning C4273: '__glewWeightPointerARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8649) : see previous definition of '__glewWeightPointerARB' x:\6610\project4\vs_project\glew.c(602) : warning C4273: '__glewWeightbvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8650) : see previous definition of '__glewWeightbvARB' x:\6610\project4\vs_project\glew.c(603) : warning C4273: '__glewWeightdvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8651) : see previous definition of '__glewWeightdvARB' x:\6610\project4\vs_project\glew.c(604) : warning C4273: '__glewWeightfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8652) : see previous definition of '__glewWeightfvARB' x:\6610\project4\vs_project\glew.c(605) : warning C4273: '__glewWeightivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8653) : see previous definition of '__glewWeightivARB' x:\6610\project4\vs_project\glew.c(606) : warning C4273: '__glewWeightsvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8654) : see previous definition of '__glewWeightsvARB' x:\6610\project4\vs_project\glew.c(607) : warning C4273: '__glewWeightubvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8655) : see previous definition of '__glewWeightubvARB' x:\6610\project4\vs_project\glew.c(608) : warning C4273: '__glewWeightuivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8656) : see previous definition of '__glewWeightuivARB' x:\6610\project4\vs_project\glew.c(609) : warning C4273: '__glewWeightusvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8657) : see previous definition of '__glewWeightusvARB' x:\6610\project4\vs_project\glew.c(611) : warning C4273: '__glewBindBufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8659) : see previous definition of '__glewBindBufferARB' x:\6610\project4\vs_project\glew.c(612) : warning C4273: '__glewBufferDataARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8660) : see previous definition of '__glewBufferDataARB' x:\6610\project4\vs_project\glew.c(613) : warning C4273: '__glewBufferSubDataARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8661) : see previous definition of '__glewBufferSubDataARB' x:\6610\project4\vs_project\glew.c(614) : warning C4273: '__glewDeleteBuffersARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8662) : see previous definition of '__glewDeleteBuffersARB' x:\6610\project4\vs_project\glew.c(615) : warning C4273: '__glewGenBuffersARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8663) : see previous definition of '__glewGenBuffersARB' x:\6610\project4\vs_project\glew.c(616) : warning C4273: '__glewGetBufferParameterivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8664) : see previous definition of '__glewGetBufferParameterivARB' x:\6610\project4\vs_project\glew.c(617) : warning C4273: '__glewGetBufferPointervARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8665) : see previous definition of '__glewGetBufferPointervARB' x:\6610\project4\vs_project\glew.c(618) : warning C4273: '__glewGetBufferSubDataARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8666) : see previous definition of '__glewGetBufferSubDataARB' x:\6610\project4\vs_project\glew.c(619) : warning C4273: '__glewIsBufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8667) : see previous definition of '__glewIsBufferARB' x:\6610\project4\vs_project\glew.c(620) : warning C4273: '__glewMapBufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8668) : see previous definition of '__glewMapBufferARB' x:\6610\project4\vs_project\glew.c(621) : warning C4273: '__glewUnmapBufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8669) : see previous definition of '__glewUnmapBufferARB' x:\6610\project4\vs_project\glew.c(623) : warning C4273: '__glewBindProgramARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8671) : see previous definition of '__glewBindProgramARB' x:\6610\project4\vs_project\glew.c(624) : warning C4273: '__glewDeleteProgramsARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8672) : see previous definition of '__glewDeleteProgramsARB' x:\6610\project4\vs_project\glew.c(625) : warning C4273: '__glewDisableVertexAttribArrayARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8673) : see previous definition of '__glewDisableVertexAttribArrayARB' x:\6610\project4\vs_project\glew.c(626) : warning C4273: '__glewEnableVertexAttribArrayARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8674) : see previous definition of '__glewEnableVertexAttribArrayARB' x:\6610\project4\vs_project\glew.c(627) : warning C4273: '__glewGenProgramsARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8675) : see previous definition of '__glewGenProgramsARB' x:\6610\project4\vs_project\glew.c(628) : warning C4273: '__glewGetProgramEnvParameterdvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8676) : see previous definition of '__glewGetProgramEnvParameterdvARB' x:\6610\project4\vs_project\glew.c(629) : warning C4273: '__glewGetProgramEnvParameterfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8677) : see previous definition of '__glewGetProgramEnvParameterfvARB' x:\6610\project4\vs_project\glew.c(630) : warning C4273: '__glewGetProgramLocalParameterdvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8678) : see previous definition of '__glewGetProgramLocalParameterdvARB' x:\6610\project4\vs_project\glew.c(631) : warning C4273: '__glewGetProgramLocalParameterfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8679) : see previous definition of '__glewGetProgramLocalParameterfvARB' x:\6610\project4\vs_project\glew.c(632) : warning C4273: '__glewGetProgramStringARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8680) : see previous definition of '__glewGetProgramStringARB' x:\6610\project4\vs_project\glew.c(633) : warning C4273: '__glewGetProgramivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8681) : see previous definition of '__glewGetProgramivARB' x:\6610\project4\vs_project\glew.c(634) : warning C4273: '__glewGetVertexAttribPointervARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8682) : see previous definition of '__glewGetVertexAttribPointervARB' x:\6610\project4\vs_project\glew.c(635) : warning C4273: '__glewGetVertexAttribdvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8683) : see previous definition of '__glewGetVertexAttribdvARB' x:\6610\project4\vs_project\glew.c(636) : warning C4273: '__glewGetVertexAttribfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8684) : see previous definition of '__glewGetVertexAttribfvARB' x:\6610\project4\vs_project\glew.c(637) : warning C4273: '__glewGetVertexAttribivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8685) : see previous definition of '__glewGetVertexAttribivARB' x:\6610\project4\vs_project\glew.c(638) : warning C4273: '__glewIsProgramARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8686) : see previous definition of '__glewIsProgramARB' x:\6610\project4\vs_project\glew.c(639) : warning C4273: '__glewProgramEnvParameter4dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8687) : see previous definition of '__glewProgramEnvParameter4dARB' x:\6610\project4\vs_project\glew.c(640) : warning C4273: '__glewProgramEnvParameter4dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8688) : see previous definition of '__glewProgramEnvParameter4dvARB' x:\6610\project4\vs_project\glew.c(641) : warning C4273: '__glewProgramEnvParameter4fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8689) : see previous definition of '__glewProgramEnvParameter4fARB' x:\6610\project4\vs_project\glew.c(642) : warning C4273: '__glewProgramEnvParameter4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8690) : see previous definition of '__glewProgramEnvParameter4fvARB' x:\6610\project4\vs_project\glew.c(643) : warning C4273: '__glewProgramLocalParameter4dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8691) : see previous definition of '__glewProgramLocalParameter4dARB' x:\6610\project4\vs_project\glew.c(644) : warning C4273: '__glewProgramLocalParameter4dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8692) : see previous definition of '__glewProgramLocalParameter4dvARB' x:\6610\project4\vs_project\glew.c(645) : warning C4273: '__glewProgramLocalParameter4fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8693) : see previous definition of '__glewProgramLocalParameter4fARB' x:\6610\project4\vs_project\glew.c(646) : warning C4273: '__glewProgramLocalParameter4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8694) : see previous definition of '__glewProgramLocalParameter4fvARB' x:\6610\project4\vs_project\glew.c(647) : warning C4273: '__glewProgramStringARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8695) : see previous definition of '__glewProgramStringARB' x:\6610\project4\vs_project\glew.c(648) : warning C4273: '__glewVertexAttrib1dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8696) : see previous definition of '__glewVertexAttrib1dARB' x:\6610\project4\vs_project\glew.c(649) : warning C4273: '__glewVertexAttrib1dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8697) : see previous definition of '__glewVertexAttrib1dvARB' x:\6610\project4\vs_project\glew.c(650) : warning C4273: '__glewVertexAttrib1fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8698) : see previous definition of '__glewVertexAttrib1fARB' x:\6610\project4\vs_project\glew.c(651) : warning C4273: '__glewVertexAttrib1fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8699) : see previous definition of '__glewVertexAttrib1fvARB' x:\6610\project4\vs_project\glew.c(652) : warning C4273: '__glewVertexAttrib1sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8700) : see previous definition of '__glewVertexAttrib1sARB' x:\6610\project4\vs_project\glew.c(653) : warning C4273: '__glewVertexAttrib1svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8701) : see previous definition of '__glewVertexAttrib1svARB' x:\6610\project4\vs_project\glew.c(654) : warning C4273: '__glewVertexAttrib2dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8702) : see previous definition of '__glewVertexAttrib2dARB' x:\6610\project4\vs_project\glew.c(655) : warning C4273: '__glewVertexAttrib2dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8703) : see previous definition of '__glewVertexAttrib2dvARB' x:\6610\project4\vs_project\glew.c(656) : warning C4273: '__glewVertexAttrib2fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8704) : see previous definition of '__glewVertexAttrib2fARB' x:\6610\project4\vs_project\glew.c(657) : warning C4273: '__glewVertexAttrib2fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8705) : see previous definition of '__glewVertexAttrib2fvARB' x:\6610\project4\vs_project\glew.c(658) : warning C4273: '__glewVertexAttrib2sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8706) : see previous definition of '__glewVertexAttrib2sARB' x:\6610\project4\vs_project\glew.c(659) : warning C4273: '__glewVertexAttrib2svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8707) : see previous definition of '__glewVertexAttrib2svARB' x:\6610\project4\vs_project\glew.c(660) : warning C4273: '__glewVertexAttrib3dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8708) : see previous definition of '__glewVertexAttrib3dARB' x:\6610\project4\vs_project\glew.c(661) : warning C4273: '__glewVertexAttrib3dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8709) : see previous definition of '__glewVertexAttrib3dvARB' x:\6610\project4\vs_project\glew.c(662) : warning C4273: '__glewVertexAttrib3fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8710) : see previous definition of '__glewVertexAttrib3fARB' x:\6610\project4\vs_project\glew.c(663) : warning C4273: '__glewVertexAttrib3fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8711) : see previous definition of '__glewVertexAttrib3fvARB' x:\6610\project4\vs_project\glew.c(664) : warning C4273: '__glewVertexAttrib3sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8712) : see previous definition of '__glewVertexAttrib3sARB' x:\6610\project4\vs_project\glew.c(665) : warning C4273: '__glewVertexAttrib3svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8713) : see previous definition of '__glewVertexAttrib3svARB' x:\6610\project4\vs_project\glew.c(666) : warning C4273: '__glewVertexAttrib4NbvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8714) : see previous definition of '__glewVertexAttrib4NbvARB' x:\6610\project4\vs_project\glew.c(667) : warning C4273: '__glewVertexAttrib4NivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8715) : see previous definition of '__glewVertexAttrib4NivARB' x:\6610\project4\vs_project\glew.c(668) : warning C4273: '__glewVertexAttrib4NsvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8716) : see previous definition of '__glewVertexAttrib4NsvARB' x:\6610\project4\vs_project\glew.c(669) : warning C4273: '__glewVertexAttrib4NubARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8717) : see previous definition of '__glewVertexAttrib4NubARB' x:\6610\project4\vs_project\glew.c(670) : warning C4273: '__glewVertexAttrib4NubvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8718) : see previous definition of '__glewVertexAttrib4NubvARB' x:\6610\project4\vs_project\glew.c(671) : warning C4273: '__glewVertexAttrib4NuivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8719) : see previous definition of '__glewVertexAttrib4NuivARB' x:\6610\project4\vs_project\glew.c(672) : warning C4273: '__glewVertexAttrib4NusvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8720) : see previous definition of '__glewVertexAttrib4NusvARB' x:\6610\project4\vs_project\glew.c(673) : warning C4273: '__glewVertexAttrib4bvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8721) : see previous definition of '__glewVertexAttrib4bvARB' x:\6610\project4\vs_project\glew.c(674) : warning C4273: '__glewVertexAttrib4dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8722) : see previous definition of '__glewVertexAttrib4dARB' x:\6610\project4\vs_project\glew.c(675) : warning C4273: '__glewVertexAttrib4dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8723) : see previous definition of '__glewVertexAttrib4dvARB' x:\6610\project4\vs_project\glew.c(676) : warning C4273: '__glewVertexAttrib4fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8724) : see previous definition of '__glewVertexAttrib4fARB' x:\6610\project4\vs_project\glew.c(677) : warning C4273: '__glewVertexAttrib4fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8725) : see previous definition of '__glewVertexAttrib4fvARB' x:\6610\project4\vs_project\glew.c(678) : warning C4273: '__glewVertexAttrib4ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8726) : see previous definition of '__glewVertexAttrib4ivARB' x:\6610\project4\vs_project\glew.c(679) : warning C4273: '__glewVertexAttrib4sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8727) : see previous definition of '__glewVertexAttrib4sARB' x:\6610\project4\vs_project\glew.c(680) : warning C4273: '__glewVertexAttrib4svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8728) : see previous definition of '__glewVertexAttrib4svARB' x:\6610\project4\vs_project\glew.c(681) : warning C4273: '__glewVertexAttrib4ubvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8729) : see previous definition of '__glewVertexAttrib4ubvARB' x:\6610\project4\vs_project\glew.c(682) : warning C4273: '__glewVertexAttrib4uivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8730) : see previous definition of '__glewVertexAttrib4uivARB' x:\6610\project4\vs_project\glew.c(683) : warning C4273: '__glewVertexAttrib4usvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8731) : see previous definition of '__glewVertexAttrib4usvARB' x:\6610\project4\vs_project\glew.c(684) : warning C4273: '__glewVertexAttribPointerARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8732) : see previous definition of '__glewVertexAttribPointerARB' x:\6610\project4\vs_project\glew.c(686) : warning C4273: '__glewBindAttribLocationARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8734) : see previous definition of '__glewBindAttribLocationARB' x:\6610\project4\vs_project\glew.c(687) : warning C4273: '__glewGetActiveAttribARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8735) : see previous definition of '__glewGetActiveAttribARB' x:\6610\project4\vs_project\glew.c(688) : warning C4273: '__glewGetAttribLocationARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8736) : see previous definition of '__glewGetAttribLocationARB' x:\6610\project4\vs_project\glew.c(690) : warning C4273: '__glewWindowPos2dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8738) : see previous definition of '__glewWindowPos2dARB' x:\6610\project4\vs_project\glew.c(691) : warning C4273: '__glewWindowPos2dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8739) : see previous definition of '__glewWindowPos2dvARB' x:\6610\project4\vs_project\glew.c(692) : warning C4273: '__glewWindowPos2fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8740) : see previous definition of '__glewWindowPos2fARB' x:\6610\project4\vs_project\glew.c(693) : warning C4273: '__glewWindowPos2fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8741) : see previous definition of '__glewWindowPos2fvARB' x:\6610\project4\vs_project\glew.c(694) : warning C4273: '__glewWindowPos2iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8742) : see previous definition of '__glewWindowPos2iARB' x:\6610\project4\vs_project\glew.c(695) : warning C4273: '__glewWindowPos2ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8743) : see previous definition of '__glewWindowPos2ivARB' x:\6610\project4\vs_project\glew.c(696) : warning C4273: '__glewWindowPos2sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8744) : see previous definition of '__glewWindowPos2sARB' x:\6610\project4\vs_project\glew.c(697) : warning C4273: '__glewWindowPos2svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8745) : see previous definition of '__glewWindowPos2svARB' x:\6610\project4\vs_project\glew.c(698) : warning C4273: '__glewWindowPos3dARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8746) : see previous definition of '__glewWindowPos3dARB' x:\6610\project4\vs_project\glew.c(699) : warning C4273: '__glewWindowPos3dvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8747) : see previous definition of '__glewWindowPos3dvARB' x:\6610\project4\vs_project\glew.c(700) : warning C4273: '__glewWindowPos3fARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8748) : see previous definition of '__glewWindowPos3fARB' x:\6610\project4\vs_project\glew.c(701) : warning C4273: '__glewWindowPos3fvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8749) : see previous definition of '__glewWindowPos3fvARB' x:\6610\project4\vs_project\glew.c(702) : warning C4273: '__glewWindowPos3iARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8750) : see previous definition of '__glewWindowPos3iARB' x:\6610\project4\vs_project\glew.c(703) : warning C4273: '__glewWindowPos3ivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8751) : see previous definition of '__glewWindowPos3ivARB' x:\6610\project4\vs_project\glew.c(704) : warning C4273: '__glewWindowPos3sARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8752) : see previous definition of '__glewWindowPos3sARB' x:\6610\project4\vs_project\glew.c(705) : warning C4273: '__glewWindowPos3svARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8753) : see previous definition of '__glewWindowPos3svARB' x:\6610\project4\vs_project\glew.c(707) : warning C4273: '__glewDrawBuffersATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8755) : see previous definition of '__glewDrawBuffersATI' x:\6610\project4\vs_project\glew.c(709) : warning C4273: '__glewDrawElementArrayATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8757) : see previous definition of '__glewDrawElementArrayATI' x:\6610\project4\vs_project\glew.c(710) : warning C4273: '__glewDrawRangeElementArrayATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8758) : see previous definition of '__glewDrawRangeElementArrayATI' x:\6610\project4\vs_project\glew.c(711) : warning C4273: '__glewElementPointerATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8759) : see previous definition of '__glewElementPointerATI' x:\6610\project4\vs_project\glew.c(713) : warning C4273: '__glewGetTexBumpParameterfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8761) : see previous definition of '__glewGetTexBumpParameterfvATI' x:\6610\project4\vs_project\glew.c(714) : warning C4273: '__glewGetTexBumpParameterivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8762) : see previous definition of '__glewGetTexBumpParameterivATI' x:\6610\project4\vs_project\glew.c(715) : warning C4273: '__glewTexBumpParameterfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8763) : see previous definition of '__glewTexBumpParameterfvATI' x:\6610\project4\vs_project\glew.c(716) : warning C4273: '__glewTexBumpParameterivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8764) : see previous definition of '__glewTexBumpParameterivATI' x:\6610\project4\vs_project\glew.c(718) : warning C4273: '__glewAlphaFragmentOp1ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8766) : see previous definition of '__glewAlphaFragmentOp1ATI' x:\6610\project4\vs_project\glew.c(719) : warning C4273: '__glewAlphaFragmentOp2ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8767) : see previous definition of '__glewAlphaFragmentOp2ATI' x:\6610\project4\vs_project\glew.c(720) : warning C4273: '__glewAlphaFragmentOp3ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8768) : see previous definition of '__glewAlphaFragmentOp3ATI' x:\6610\project4\vs_project\glew.c(721) : warning C4273: '__glewBeginFragmentShaderATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8769) : see previous definition of '__glewBeginFragmentShaderATI' x:\6610\project4\vs_project\glew.c(722) : warning C4273: '__glewBindFragmentShaderATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8770) : see previous definition of '__glewBindFragmentShaderATI' x:\6610\project4\vs_project\glew.c(723) : warning C4273: '__glewColorFragmentOp1ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8771) : see previous definition of '__glewColorFragmentOp1ATI' x:\6610\project4\vs_project\glew.c(724) : warning C4273: '__glewColorFragmentOp2ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8772) : see previous definition of '__glewColorFragmentOp2ATI' x:\6610\project4\vs_project\glew.c(725) : warning C4273: '__glewColorFragmentOp3ATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8773) : see previous definition of '__glewColorFragmentOp3ATI' x:\6610\project4\vs_project\glew.c(726) : warning C4273: '__glewDeleteFragmentShaderATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8774) : see previous definition of '__glewDeleteFragmentShaderATI' x:\6610\project4\vs_project\glew.c(727) : warning C4273: '__glewEndFragmentShaderATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8775) : see previous definition of '__glewEndFragmentShaderATI' x:\6610\project4\vs_project\glew.c(728) : warning C4273: '__glewGenFragmentShadersATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8776) : see previous definition of '__glewGenFragmentShadersATI' x:\6610\project4\vs_project\glew.c(729) : warning C4273: '__glewPassTexCoordATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8777) : see previous definition of '__glewPassTexCoordATI' x:\6610\project4\vs_project\glew.c(730) : warning C4273: '__glewSampleMapATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8778) : see previous definition of '__glewSampleMapATI' x:\6610\project4\vs_project\glew.c(731) : warning C4273: '__glewSetFragmentShaderConstantATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8779) : see previous definition of '__glewSetFragmentShaderConstantATI' x:\6610\project4\vs_project\glew.c(733) : warning C4273: '__glewMapObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8781) : see previous definition of '__glewMapObjectBufferATI' x:\6610\project4\vs_project\glew.c(734) : warning C4273: '__glewUnmapObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8782) : see previous definition of '__glewUnmapObjectBufferATI' x:\6610\project4\vs_project\glew.c(736) : warning C4273: '__glPNTrianglewesfATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8784) : see previous definition of '__glPNTrianglewesfATI' x:\6610\project4\vs_project\glew.c(737) : warning C4273: '__glPNTrianglewesiATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8785) : see previous definition of '__glPNTrianglewesiATI' x:\6610\project4\vs_project\glew.c(739) : warning C4273: '__glewStencilFuncSeparateATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8787) : see previous definition of '__glewStencilFuncSeparateATI' x:\6610\project4\vs_project\glew.c(740) : warning C4273: '__glewStencilOpSeparateATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8788) : see previous definition of '__glewStencilOpSeparateATI' x:\6610\project4\vs_project\glew.c(742) : warning C4273: '__glewArrayObjectATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8790) : see previous definition of '__glewArrayObjectATI' x:\6610\project4\vs_project\glew.c(743) : warning C4273: '__glewFreeObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8791) : see previous definition of '__glewFreeObjectBufferATI' x:\6610\project4\vs_project\glew.c(744) : warning C4273: '__glewGetArrayObjectfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8792) : see previous definition of '__glewGetArrayObjectfvATI' x:\6610\project4\vs_project\glew.c(745) : warning C4273: '__glewGetArrayObjectivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8793) : see previous definition of '__glewGetArrayObjectivATI' x:\6610\project4\vs_project\glew.c(746) : warning C4273: '__glewGetObjectBufferfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8794) : see previous definition of '__glewGetObjectBufferfvATI' x:\6610\project4\vs_project\glew.c(747) : warning C4273: '__glewGetObjectBufferivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8795) : see previous definition of '__glewGetObjectBufferivATI' x:\6610\project4\vs_project\glew.c(748) : warning C4273: '__glewGetVariantArrayObjectfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8796) : see previous definition of '__glewGetVariantArrayObjectfvATI' x:\6610\project4\vs_project\glew.c(749) : warning C4273: '__glewGetVariantArrayObjectivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8797) : see previous definition of '__glewGetVariantArrayObjectivATI' x:\6610\project4\vs_project\glew.c(750) : warning C4273: '__glewIsObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8798) : see previous definition of '__glewIsObjectBufferATI' x:\6610\project4\vs_project\glew.c(751) : warning C4273: '__glewNewObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8799) : see previous definition of '__glewNewObjectBufferATI' x:\6610\project4\vs_project\glew.c(752) : warning C4273: '__glewUpdateObjectBufferATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8800) : see previous definition of '__glewUpdateObjectBufferATI' x:\6610\project4\vs_project\glew.c(753) : warning C4273: '__glewVariantArrayObjectATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8801) : see previous definition of '__glewVariantArrayObjectATI' x:\6610\project4\vs_project\glew.c(755) : warning C4273: '__glewGetVertexAttribArrayObjectfvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8803) : see previous definition of '__glewGetVertexAttribArrayObjectfvATI' x:\6610\project4\vs_project\glew.c(756) : warning C4273: '__glewGetVertexAttribArrayObjectivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8804) : see previous definition of '__glewGetVertexAttribArrayObjectivATI' x:\6610\project4\vs_project\glew.c(757) : warning C4273: '__glewVertexAttribArrayObjectATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8805) : see previous definition of '__glewVertexAttribArrayObjectATI' x:\6610\project4\vs_project\glew.c(759) : warning C4273: '__glewClientActiveVertexStreamATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8807) : see previous definition of '__glewClientActiveVertexStreamATI' x:\6610\project4\vs_project\glew.c(760) : warning C4273: '__glewNormalStream3bATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8808) : see previous definition of '__glewNormalStream3bATI' x:\6610\project4\vs_project\glew.c(761) : warning C4273: '__glewNormalStream3bvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8809) : see previous definition of '__glewNormalStream3bvATI' x:\6610\project4\vs_project\glew.c(762) : warning C4273: '__glewNormalStream3dATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8810) : see previous definition of '__glewNormalStream3dATI' x:\6610\project4\vs_project\glew.c(763) : warning C4273: '__glewNormalStream3dvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8811) : see previous definition of '__glewNormalStream3dvATI' x:\6610\project4\vs_project\glew.c(764) : warning C4273: '__glewNormalStream3fATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8812) : see previous definition of '__glewNormalStream3fATI' x:\6610\project4\vs_project\glew.c(765) : warning C4273: '__glewNormalStream3fvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8813) : see previous definition of '__glewNormalStream3fvATI' x:\6610\project4\vs_project\glew.c(766) : warning C4273: '__glewNormalStream3iATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8814) : see previous definition of '__glewNormalStream3iATI' x:\6610\project4\vs_project\glew.c(767) : warning C4273: '__glewNormalStream3ivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8815) : see previous definition of '__glewNormalStream3ivATI' x:\6610\project4\vs_project\glew.c(768) : warning C4273: '__glewNormalStream3sATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8816) : see previous definition of '__glewNormalStream3sATI' x:\6610\project4\vs_project\glew.c(769) : warning C4273: '__glewNormalStream3svATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8817) : see previous definition of '__glewNormalStream3svATI' x:\6610\project4\vs_project\glew.c(770) : warning C4273: '__glewVertexBlendEnvfATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8818) : see previous definition of '__glewVertexBlendEnvfATI' x:\6610\project4\vs_project\glew.c(771) : warning C4273: '__glewVertexBlendEnviATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8819) : see previous definition of '__glewVertexBlendEnviATI' x:\6610\project4\vs_project\glew.c(772) : warning C4273: '__glewVertexStream2dATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8820) : see previous definition of '__glewVertexStream2dATI' x:\6610\project4\vs_project\glew.c(773) : warning C4273: '__glewVertexStream2dvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8821) : see previous definition of '__glewVertexStream2dvATI' x:\6610\project4\vs_project\glew.c(774) : warning C4273: '__glewVertexStream2fATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8822) : see previous definition of '__glewVertexStream2fATI' x:\6610\project4\vs_project\glew.c(775) : warning C4273: '__glewVertexStream2fvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8823) : see previous definition of '__glewVertexStream2fvATI' x:\6610\project4\vs_project\glew.c(776) : warning C4273: '__glewVertexStream2iATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8824) : see previous definition of '__glewVertexStream2iATI' x:\6610\project4\vs_project\glew.c(777) : warning C4273: '__glewVertexStream2ivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8825) : see previous definition of '__glewVertexStream2ivATI' x:\6610\project4\vs_project\glew.c(778) : warning C4273: '__glewVertexStream2sATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8826) : see previous definition of '__glewVertexStream2sATI' x:\6610\project4\vs_project\glew.c(779) : warning C4273: '__glewVertexStream2svATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8827) : see previous definition of '__glewVertexStream2svATI' x:\6610\project4\vs_project\glew.c(780) : warning C4273: '__glewVertexStream3dATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8828) : see previous definition of '__glewVertexStream3dATI' x:\6610\project4\vs_project\glew.c(781) : warning C4273: '__glewVertexStream3dvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8829) : see previous definition of '__glewVertexStream3dvATI' x:\6610\project4\vs_project\glew.c(782) : warning C4273: '__glewVertexStream3fATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8830) : see previous definition of '__glewVertexStream3fATI' x:\6610\project4\vs_project\glew.c(783) : warning C4273: '__glewVertexStream3fvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8831) : see previous definition of '__glewVertexStream3fvATI' x:\6610\project4\vs_project\glew.c(784) : warning C4273: '__glewVertexStream3iATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8832) : see previous definition of '__glewVertexStream3iATI' x:\6610\project4\vs_project\glew.c(785) : warning C4273: '__glewVertexStream3ivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8833) : see previous definition of '__glewVertexStream3ivATI' x:\6610\project4\vs_project\glew.c(786) : warning C4273: '__glewVertexStream3sATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8834) : see previous definition of '__glewVertexStream3sATI' x:\6610\project4\vs_project\glew.c(787) : warning C4273: '__glewVertexStream3svATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8835) : see previous definition of '__glewVertexStream3svATI' x:\6610\project4\vs_project\glew.c(788) : warning C4273: '__glewVertexStream4dATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8836) : see previous definition of '__glewVertexStream4dATI' x:\6610\project4\vs_project\glew.c(789) : warning C4273: '__glewVertexStream4dvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8837) : see previous definition of '__glewVertexStream4dvATI' x:\6610\project4\vs_project\glew.c(790) : warning C4273: '__glewVertexStream4fATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8838) : see previous definition of '__glewVertexStream4fATI' x:\6610\project4\vs_project\glew.c(791) : warning C4273: '__glewVertexStream4fvATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8839) : see previous definition of '__glewVertexStream4fvATI' x:\6610\project4\vs_project\glew.c(792) : warning C4273: '__glewVertexStream4iATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8840) : see previous definition of '__glewVertexStream4iATI' x:\6610\project4\vs_project\glew.c(793) : warning C4273: '__glewVertexStream4ivATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8841) : see previous definition of '__glewVertexStream4ivATI' x:\6610\project4\vs_project\glew.c(794) : warning C4273: '__glewVertexStream4sATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8842) : see previous definition of '__glewVertexStream4sATI' x:\6610\project4\vs_project\glew.c(795) : warning C4273: '__glewVertexStream4svATI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8843) : see previous definition of '__glewVertexStream4svATI' x:\6610\project4\vs_project\glew.c(797) : warning C4273: '__glewBlendColorEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8845) : see previous definition of '__glewBlendColorEXT' x:\6610\project4\vs_project\glew.c(799) : warning C4273: '__glewBlendEquationSeparateEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8847) : see previous definition of '__glewBlendEquationSeparateEXT' x:\6610\project4\vs_project\glew.c(801) : warning C4273: '__glewBlendFuncSeparateEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8849) : see previous definition of '__glewBlendFuncSeparateEXT' x:\6610\project4\vs_project\glew.c(803) : warning C4273: '__glewBlendEquationEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8851) : see previous definition of '__glewBlendEquationEXT' x:\6610\project4\vs_project\glew.c(805) : warning C4273: '__glewColorSubTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8853) : see previous definition of '__glewColorSubTableEXT' x:\6610\project4\vs_project\glew.c(806) : warning C4273: '__glewCopyColorSubTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8854) : see previous definition of '__glewCopyColorSubTableEXT' x:\6610\project4\vs_project\glew.c(808) : warning C4273: '__glewLockArraysEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8856) : see previous definition of '__glewLockArraysEXT' x:\6610\project4\vs_project\glew.c(809) : warning C4273: '__glewUnlockArraysEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8857) : see previous definition of '__glewUnlockArraysEXT' x:\6610\project4\vs_project\glew.c(811) : warning C4273: '__glewConvolutionFilter1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8859) : see previous definition of '__glewConvolutionFilter1DEXT' x:\6610\project4\vs_project\glew.c(812) : warning C4273: '__glewConvolutionFilter2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8860) : see previous definition of '__glewConvolutionFilter2DEXT' x:\6610\project4\vs_project\glew.c(813) : warning C4273: '__glewConvolutionParameterfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8861) : see previous definition of '__glewConvolutionParameterfEXT' x:\6610\project4\vs_project\glew.c(814) : warning C4273: '__glewConvolutionParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8862) : see previous definition of '__glewConvolutionParameterfvEXT' x:\6610\project4\vs_project\glew.c(815) : warning C4273: '__glewConvolutionParameteriEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8863) : see previous definition of '__glewConvolutionParameteriEXT' x:\6610\project4\vs_project\glew.c(816) : warning C4273: '__glewConvolutionParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8864) : see previous definition of '__glewConvolutionParameterivEXT' x:\6610\project4\vs_project\glew.c(817) : warning C4273: '__glewCopyConvolutionFilter1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8865) : see previous definition of '__glewCopyConvolutionFilter1DEXT' x:\6610\project4\vs_project\glew.c(818) : warning C4273: '__glewCopyConvolutionFilter2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8866) : see previous definition of '__glewCopyConvolutionFilter2DEXT' x:\6610\project4\vs_project\glew.c(819) : warning C4273: '__glewGetConvolutionFilterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8867) : see previous definition of '__glewGetConvolutionFilterEXT' x:\6610\project4\vs_project\glew.c(820) : warning C4273: '__glewGetConvolutionParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8868) : see previous definition of '__glewGetConvolutionParameterfvEXT' x:\6610\project4\vs_project\glew.c(821) : warning C4273: '__glewGetConvolutionParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8869) : see previous definition of '__glewGetConvolutionParameterivEXT' x:\6610\project4\vs_project\glew.c(822) : warning C4273: '__glewGetSeparableFilterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8870) : see previous definition of '__glewGetSeparableFilterEXT' x:\6610\project4\vs_project\glew.c(823) : warning C4273: '__glewSeparableFilter2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8871) : see previous definition of '__glewSeparableFilter2DEXT' x:\6610\project4\vs_project\glew.c(825) : warning C4273: '__glewBinormalPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8873) : see previous definition of '__glewBinormalPointerEXT' x:\6610\project4\vs_project\glew.c(826) : warning C4273: '__glewTangentPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8874) : see previous definition of '__glewTangentPointerEXT' x:\6610\project4\vs_project\glew.c(828) : warning C4273: '__glewCopyTexImage1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8876) : see previous definition of '__glewCopyTexImage1DEXT' x:\6610\project4\vs_project\glew.c(829) : warning C4273: '__glewCopyTexImage2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8877) : see previous definition of '__glewCopyTexImage2DEXT' x:\6610\project4\vs_project\glew.c(830) : warning C4273: '__glewCopyTexSubImage1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8878) : see previous definition of '__glewCopyTexSubImage1DEXT' x:\6610\project4\vs_project\glew.c(831) : warning C4273: '__glewCopyTexSubImage2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8879) : see previous definition of '__glewCopyTexSubImage2DEXT' x:\6610\project4\vs_project\glew.c(832) : warning C4273: '__glewCopyTexSubImage3DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8880) : see previous definition of '__glewCopyTexSubImage3DEXT' x:\6610\project4\vs_project\glew.c(834) : warning C4273: '__glewCullParameterdvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8882) : see previous definition of '__glewCullParameterdvEXT' x:\6610\project4\vs_project\glew.c(835) : warning C4273: '__glewCullParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8883) : see previous definition of '__glewCullParameterfvEXT' x:\6610\project4\vs_project\glew.c(837) : warning C4273: '__glewDepthBoundsEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8885) : see previous definition of '__glewDepthBoundsEXT' x:\6610\project4\vs_project\glew.c(839) : warning C4273: '__glewDrawRangeElementsEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8887) : see previous definition of '__glewDrawRangeElementsEXT' x:\6610\project4\vs_project\glew.c(841) : warning C4273: '__glewFogCoordPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8889) : see previous definition of '__glewFogCoordPointerEXT' x:\6610\project4\vs_project\glew.c(842) : warning C4273: '__glewFogCoorddEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8890) : see previous definition of '__glewFogCoorddEXT' x:\6610\project4\vs_project\glew.c(843) : warning C4273: '__glewFogCoorddvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8891) : see previous definition of '__glewFogCoorddvEXT' x:\6610\project4\vs_project\glew.c(844) : warning C4273: '__glewFogCoordfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8892) : see previous definition of '__glewFogCoordfEXT' x:\6610\project4\vs_project\glew.c(845) : warning C4273: '__glewFogCoordfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8893) : see previous definition of '__glewFogCoordfvEXT' x:\6610\project4\vs_project\glew.c(847) : warning C4273: '__glewFragmentColorMaterialEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8895) : see previous definition of '__glewFragmentColorMaterialEXT' x:\6610\project4\vs_project\glew.c(848) : warning C4273: '__glewFragmentLightModelfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8896) : see previous definition of '__glewFragmentLightModelfEXT' x:\6610\project4\vs_project\glew.c(849) : warning C4273: '__glewFragmentLightModelfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8897) : see previous definition of '__glewFragmentLightModelfvEXT' x:\6610\project4\vs_project\glew.c(850) : warning C4273: '__glewFragmentLightModeliEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8898) : see previous definition of '__glewFragmentLightModeliEXT' x:\6610\project4\vs_project\glew.c(851) : warning C4273: '__glewFragmentLightModelivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8899) : see previous definition of '__glewFragmentLightModelivEXT' x:\6610\project4\vs_project\glew.c(852) : warning C4273: '__glewFragmentLightfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8900) : see previous definition of '__glewFragmentLightfEXT' x:\6610\project4\vs_project\glew.c(853) : warning C4273: '__glewFragmentLightfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8901) : see previous definition of '__glewFragmentLightfvEXT' x:\6610\project4\vs_project\glew.c(854) : warning C4273: '__glewFragmentLightiEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8902) : see previous definition of '__glewFragmentLightiEXT' x:\6610\project4\vs_project\glew.c(855) : warning C4273: '__glewFragmentLightivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8903) : see previous definition of '__glewFragmentLightivEXT' x:\6610\project4\vs_project\glew.c(856) : warning C4273: '__glewFragmentMaterialfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8904) : see previous definition of '__glewFragmentMaterialfEXT' x:\6610\project4\vs_project\glew.c(857) : warning C4273: '__glewFragmentMaterialfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8905) : see previous definition of '__glewFragmentMaterialfvEXT' x:\6610\project4\vs_project\glew.c(858) : warning C4273: '__glewFragmentMaterialiEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8906) : see previous definition of '__glewFragmentMaterialiEXT' x:\6610\project4\vs_project\glew.c(859) : warning C4273: '__glewFragmentMaterialivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8907) : see previous definition of '__glewFragmentMaterialivEXT' x:\6610\project4\vs_project\glew.c(860) : warning C4273: '__glewGetFragmentLightfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8908) : see previous definition of '__glewGetFragmentLightfvEXT' x:\6610\project4\vs_project\glew.c(861) : warning C4273: '__glewGetFragmentLightivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8909) : see previous definition of '__glewGetFragmentLightivEXT' x:\6610\project4\vs_project\glew.c(862) : warning C4273: '__glewGetFragmentMaterialfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8910) : see previous definition of '__glewGetFragmentMaterialfvEXT' x:\6610\project4\vs_project\glew.c(863) : warning C4273: '__glewGetFragmentMaterialivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8911) : see previous definition of '__glewGetFragmentMaterialivEXT' x:\6610\project4\vs_project\glew.c(864) : warning C4273: '__glewLightEnviEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8912) : see previous definition of '__glewLightEnviEXT' x:\6610\project4\vs_project\glew.c(866) : warning C4273: '__glewBlitFramebufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8914) : see previous definition of '__glewBlitFramebufferEXT' x:\6610\project4\vs_project\glew.c(868) : warning C4273: '__glewRenderbufferStorageMultisampleEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8916) : see previous definition of '__glewRenderbufferStorageMultisampleEXT' x:\6610\project4\vs_project\glew.c(870) : warning C4273: '__glewBindFramebufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8918) : see previous definition of '__glewBindFramebufferEXT' x:\6610\project4\vs_project\glew.c(871) : warning C4273: '__glewBindRenderbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8919) : see previous definition of '__glewBindRenderbufferEXT' x:\6610\project4\vs_project\glew.c(872) : warning C4273: '__glewCheckFramebufferStatusEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8920) : see previous definition of '__glewCheckFramebufferStatusEXT' x:\6610\project4\vs_project\glew.c(873) : warning C4273: '__glewDeleteFramebuffersEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8921) : see previous definition of '__glewDeleteFramebuffersEXT' x:\6610\project4\vs_project\glew.c(874) : warning C4273: '__glewDeleteRenderbuffersEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8922) : see previous definition of '__glewDeleteRenderbuffersEXT' x:\6610\project4\vs_project\glew.c(875) : warning C4273: '__glewFramebufferRenderbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8923) : see previous definition of '__glewFramebufferRenderbufferEXT' x:\6610\project4\vs_project\glew.c(876) : warning C4273: '__glewFramebufferTexture1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8924) : see previous definition of '__glewFramebufferTexture1DEXT' x:\6610\project4\vs_project\glew.c(877) : warning C4273: '__glewFramebufferTexture2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8925) : see previous definition of '__glewFramebufferTexture2DEXT' x:\6610\project4\vs_project\glew.c(878) : warning C4273: '__glewFramebufferTexture3DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8926) : see previous definition of '__glewFramebufferTexture3DEXT' x:\6610\project4\vs_project\glew.c(879) : warning C4273: '__glewGenFramebuffersEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8927) : see previous definition of '__glewGenFramebuffersEXT' x:\6610\project4\vs_project\glew.c(880) : warning C4273: '__glewGenRenderbuffersEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8928) : see previous definition of '__glewGenRenderbuffersEXT' x:\6610\project4\vs_project\glew.c(881) : warning C4273: '__glewGenerateMipmapEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8929) : see previous definition of '__glewGenerateMipmapEXT' x:\6610\project4\vs_project\glew.c(882) : warning C4273: '__glewGetFramebufferAttachmentParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8930) : see previous definition of '__glewGetFramebufferAttachmentParameterivEXT' x:\6610\project4\vs_project\glew.c(883) : warning C4273: '__glewGetRenderbufferParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8931) : see previous definition of '__glewGetRenderbufferParameterivEXT' x:\6610\project4\vs_project\glew.c(884) : warning C4273: '__glewIsFramebufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8932) : see previous definition of '__glewIsFramebufferEXT' x:\6610\project4\vs_project\glew.c(885) : warning C4273: '__glewIsRenderbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8933) : see previous definition of '__glewIsRenderbufferEXT' x:\6610\project4\vs_project\glew.c(886) : warning C4273: '__glewRenderbufferStorageEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8934) : see previous definition of '__glewRenderbufferStorageEXT' x:\6610\project4\vs_project\glew.c(888) : warning C4273: '__glewGetHistogramEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8936) : see previous definition of '__glewGetHistogramEXT' x:\6610\project4\vs_project\glew.c(889) : warning C4273: '__glewGetHistogramParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8937) : see previous definition of '__glewGetHistogramParameterfvEXT' x:\6610\project4\vs_project\glew.c(890) : warning C4273: '__glewGetHistogramParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8938) : see previous definition of '__glewGetHistogramParameterivEXT' x:\6610\project4\vs_project\glew.c(891) : warning C4273: '__glewGetMinmaxEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8939) : see previous definition of '__glewGetMinmaxEXT' x:\6610\project4\vs_project\glew.c(892) : warning C4273: '__glewGetMinmaxParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8940) : see previous definition of '__glewGetMinmaxParameterfvEXT' x:\6610\project4\vs_project\glew.c(893) : warning C4273: '__glewGetMinmaxParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8941) : see previous definition of '__glewGetMinmaxParameterivEXT' x:\6610\project4\vs_project\glew.c(894) : warning C4273: '__glewHistogramEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8942) : see previous definition of '__glewHistogramEXT' x:\6610\project4\vs_project\glew.c(895) : warning C4273: '__glewMinmaxEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8943) : see previous definition of '__glewMinmaxEXT' x:\6610\project4\vs_project\glew.c(896) : warning C4273: '__glewResetHistogramEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8944) : see previous definition of '__glewResetHistogramEXT' x:\6610\project4\vs_project\glew.c(897) : warning C4273: '__glewResetMinmaxEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8945) : see previous definition of '__glewResetMinmaxEXT' x:\6610\project4\vs_project\glew.c(899) : warning C4273: '__glewIndexFuncEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8947) : see previous definition of '__glewIndexFuncEXT' x:\6610\project4\vs_project\glew.c(901) : warning C4273: '__glewIndexMaterialEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8949) : see previous definition of '__glewIndexMaterialEXT' x:\6610\project4\vs_project\glew.c(903) : warning C4273: '__glewApplyTextureEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8951) : see previous definition of '__glewApplyTextureEXT' x:\6610\project4\vs_project\glew.c(904) : warning C4273: '__glewTextureLightEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8952) : see previous definition of '__glewTextureLightEXT' x:\6610\project4\vs_project\glew.c(905) : warning C4273: '__glewTextureMaterialEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8953) : see previous definition of '__glewTextureMaterialEXT' x:\6610\project4\vs_project\glew.c(907) : warning C4273: '__glewMultiDrawArraysEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8955) : see previous definition of '__glewMultiDrawArraysEXT' x:\6610\project4\vs_project\glew.c(908) : warning C4273: '__glewMultiDrawElementsEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8956) : see previous definition of '__glewMultiDrawElementsEXT' x:\6610\project4\vs_project\glew.c(910) : warning C4273: '__glewSampleMaskEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8958) : see previous definition of '__glewSampleMaskEXT' x:\6610\project4\vs_project\glew.c(911) : warning C4273: '__glewSamplePatternEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8959) : see previous definition of '__glewSamplePatternEXT' x:\6610\project4\vs_project\glew.c(913) : warning C4273: '__glewColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8961) : see previous definition of '__glewColorTableEXT' x:\6610\project4\vs_project\glew.c(914) : warning C4273: '__glewGetColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8962) : see previous definition of '__glewGetColorTableEXT' x:\6610\project4\vs_project\glew.c(915) : warning C4273: '__glewGetColorTableParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8963) : see previous definition of '__glewGetColorTableParameterfvEXT' x:\6610\project4\vs_project\glew.c(916) : warning C4273: '__glewGetColorTableParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8964) : see previous definition of '__glewGetColorTableParameterivEXT' x:\6610\project4\vs_project\glew.c(918) : warning C4273: '__glewGetPixelTransformParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8966) : see previous definition of '__glewGetPixelTransformParameterfvEXT' x:\6610\project4\vs_project\glew.c(919) : warning C4273: '__glewGetPixelTransformParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8967) : see previous definition of '__glewGetPixelTransformParameterivEXT' x:\6610\project4\vs_project\glew.c(920) : warning C4273: '__glewPixelTransformParameterfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8968) : see previous definition of '__glewPixelTransformParameterfEXT' x:\6610\project4\vs_project\glew.c(921) : warning C4273: '__glewPixelTransformParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8969) : see previous definition of '__glewPixelTransformParameterfvEXT' x:\6610\project4\vs_project\glew.c(922) : warning C4273: '__glewPixelTransformParameteriEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8970) : see previous definition of '__glewPixelTransformParameteriEXT' x:\6610\project4\vs_project\glew.c(923) : warning C4273: '__glewPixelTransformParameterivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8971) : see previous definition of '__glewPixelTransformParameterivEXT' x:\6610\project4\vs_project\glew.c(925) : warning C4273: '__glewPointParameterfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8973) : see previous definition of '__glewPointParameterfEXT' x:\6610\project4\vs_project\glew.c(926) : warning C4273: '__glewPointParameterfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8974) : see previous definition of '__glewPointParameterfvEXT' x:\6610\project4\vs_project\glew.c(928) : warning C4273: '__glewPolygonOffsetEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8976) : see previous definition of '__glewPolygonOffsetEXT' x:\6610\project4\vs_project\glew.c(930) : warning C4273: '__glewBeginSceneEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8978) : see previous definition of '__glewBeginSceneEXT' x:\6610\project4\vs_project\glew.c(931) : warning C4273: '__glewEndSceneEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8979) : see previous definition of '__glewEndSceneEXT' x:\6610\project4\vs_project\glew.c(933) : warning C4273: '__glewSecondaryColor3bEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8981) : see previous definition of '__glewSecondaryColor3bEXT' x:\6610\project4\vs_project\glew.c(934) : warning C4273: '__glewSecondaryColor3bvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8982) : see previous definition of '__glewSecondaryColor3bvEXT' x:\6610\project4\vs_project\glew.c(935) : warning C4273: '__glewSecondaryColor3dEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8983) : see previous definition of '__glewSecondaryColor3dEXT' x:\6610\project4\vs_project\glew.c(936) : warning C4273: '__glewSecondaryColor3dvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8984) : see previous definition of '__glewSecondaryColor3dvEXT' x:\6610\project4\vs_project\glew.c(937) : warning C4273: '__glewSecondaryColor3fEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8985) : see previous definition of '__glewSecondaryColor3fEXT' x:\6610\project4\vs_project\glew.c(938) : warning C4273: '__glewSecondaryColor3fvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8986) : see previous definition of '__glewSecondaryColor3fvEXT' x:\6610\project4\vs_project\glew.c(939) : warning C4273: '__glewSecondaryColor3iEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8987) : see previous definition of '__glewSecondaryColor3iEXT' x:\6610\project4\vs_project\glew.c(940) : warning C4273: '__glewSecondaryColor3ivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8988) : see previous definition of '__glewSecondaryColor3ivEXT' x:\6610\project4\vs_project\glew.c(941) : warning C4273: '__glewSecondaryColor3sEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8989) : see previous definition of '__glewSecondaryColor3sEXT' x:\6610\project4\vs_project\glew.c(942) : warning C4273: '__glewSecondaryColor3svEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8990) : see previous definition of '__glewSecondaryColor3svEXT' x:\6610\project4\vs_project\glew.c(943) : warning C4273: '__glewSecondaryColor3ubEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8991) : see previous definition of '__glewSecondaryColor3ubEXT' x:\6610\project4\vs_project\glew.c(944) : warning C4273: '__glewSecondaryColor3ubvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8992) : see previous definition of '__glewSecondaryColor3ubvEXT' x:\6610\project4\vs_project\glew.c(945) : warning C4273: '__glewSecondaryColor3uiEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8993) : see previous definition of '__glewSecondaryColor3uiEXT' x:\6610\project4\vs_project\glew.c(946) : warning C4273: '__glewSecondaryColor3uivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8994) : see previous definition of '__glewSecondaryColor3uivEXT' x:\6610\project4\vs_project\glew.c(947) : warning C4273: '__glewSecondaryColor3usEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8995) : see previous definition of '__glewSecondaryColor3usEXT' x:\6610\project4\vs_project\glew.c(948) : warning C4273: '__glewSecondaryColor3usvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8996) : see previous definition of '__glewSecondaryColor3usvEXT' x:\6610\project4\vs_project\glew.c(949) : warning C4273: '__glewSecondaryColorPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8997) : see previous definition of '__glewSecondaryColorPointerEXT' x:\6610\project4\vs_project\glew.c(951) : warning C4273: '__glewActiveStencilFaceEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(8999) : see previous definition of '__glewActiveStencilFaceEXT' x:\6610\project4\vs_project\glew.c(953) : warning C4273: '__glewTexSubImage1DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9001) : see previous definition of '__glewTexSubImage1DEXT' x:\6610\project4\vs_project\glew.c(954) : warning C4273: '__glewTexSubImage2DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9002) : see previous definition of '__glewTexSubImage2DEXT' x:\6610\project4\vs_project\glew.c(955) : warning C4273: '__glewTexSubImage3DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9003) : see previous definition of '__glewTexSubImage3DEXT' x:\6610\project4\vs_project\glew.c(957) : warning C4273: '__glewTexImage3DEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9005) : see previous definition of '__glewTexImage3DEXT' x:\6610\project4\vs_project\glew.c(959) : warning C4273: '__glewAreTexturesResidentEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9007) : see previous definition of '__glewAreTexturesResidentEXT' x:\6610\project4\vs_project\glew.c(960) : warning C4273: '__glewBindTextureEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9008) : see previous definition of '__glewBindTextureEXT' x:\6610\project4\vs_project\glew.c(961) : warning C4273: '__glewDeleteTexturesEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9009) : see previous definition of '__glewDeleteTexturesEXT' x:\6610\project4\vs_project\glew.c(962) : warning C4273: '__glewGenTexturesEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9010) : see previous definition of '__glewGenTexturesEXT' x:\6610\project4\vs_project\glew.c(963) : warning C4273: '__glewIsTextureEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9011) : see previous definition of '__glewIsTextureEXT' x:\6610\project4\vs_project\glew.c(964) : warning C4273: '__glewPrioritizeTexturesEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9012) : see previous definition of '__glewPrioritizeTexturesEXT' x:\6610\project4\vs_project\glew.c(966) : warning C4273: '__glewTextureNormalEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9014) : see previous definition of '__glewTextureNormalEXT' x:\6610\project4\vs_project\glew.c(968) : warning C4273: '__glewArrayElementEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9016) : see previous definition of '__glewArrayElementEXT' x:\6610\project4\vs_project\glew.c(969) : warning C4273: '__glewColorPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9017) : see previous definition of '__glewColorPointerEXT' x:\6610\project4\vs_project\glew.c(970) : warning C4273: '__glewDrawArraysEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9018) : see previous definition of '__glewDrawArraysEXT' x:\6610\project4\vs_project\glew.c(971) : warning C4273: '__glewEdgeFlagPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9019) : see previous definition of '__glewEdgeFlagPointerEXT' x:\6610\project4\vs_project\glew.c(972) : warning C4273: '__glewGetPointervEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9020) : see previous definition of '__glewGetPointervEXT' x:\6610\project4\vs_project\glew.c(973) : warning C4273: '__glewIndexPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9021) : see previous definition of '__glewIndexPointerEXT' x:\6610\project4\vs_project\glew.c(974) : warning C4273: '__glewNormalPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9022) : see previous definition of '__glewNormalPointerEXT' x:\6610\project4\vs_project\glew.c(975) : warning C4273: '__glewTexCoordPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9023) : see previous definition of '__glewTexCoordPointerEXT' x:\6610\project4\vs_project\glew.c(976) : warning C4273: '__glewVertexPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9024) : see previous definition of '__glewVertexPointerEXT' x:\6610\project4\vs_project\glew.c(978) : warning C4273: '__glewBeginVertexShaderEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9026) : see previous definition of '__glewBeginVertexShaderEXT' x:\6610\project4\vs_project\glew.c(979) : warning C4273: '__glewBindLightParameterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9027) : see previous definition of '__glewBindLightParameterEXT' x:\6610\project4\vs_project\glew.c(980) : warning C4273: '__glewBindMaterialParameterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9028) : see previous definition of '__glewBindMaterialParameterEXT' x:\6610\project4\vs_project\glew.c(981) : warning C4273: '__glewBindParameterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9029) : see previous definition of '__glewBindParameterEXT' x:\6610\project4\vs_project\glew.c(982) : warning C4273: '__glewBindTexGenParameterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9030) : see previous definition of '__glewBindTexGenParameterEXT' x:\6610\project4\vs_project\glew.c(983) : warning C4273: '__glewBindTextureUnitParameterEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9031) : see previous definition of '__glewBindTextureUnitParameterEXT' x:\6610\project4\vs_project\glew.c(984) : warning C4273: '__glewBindVertexShaderEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9032) : see previous definition of '__glewBindVertexShaderEXT' x:\6610\project4\vs_project\glew.c(985) : warning C4273: '__glewDeleteVertexShaderEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9033) : see previous definition of '__glewDeleteVertexShaderEXT' x:\6610\project4\vs_project\glew.c(986) : warning C4273: '__glewDisableVariantClientStateEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9034) : see previous definition of '__glewDisableVariantClientStateEXT' x:\6610\project4\vs_project\glew.c(987) : warning C4273: '__glewEnableVariantClientStateEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9035) : see previous definition of '__glewEnableVariantClientStateEXT' x:\6610\project4\vs_project\glew.c(988) : warning C4273: '__glewEndVertexShaderEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9036) : see previous definition of '__glewEndVertexShaderEXT' x:\6610\project4\vs_project\glew.c(989) : warning C4273: '__glewExtractComponentEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9037) : see previous definition of '__glewExtractComponentEXT' x:\6610\project4\vs_project\glew.c(990) : warning C4273: '__glewGenSymbolsEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9038) : see previous definition of '__glewGenSymbolsEXT' x:\6610\project4\vs_project\glew.c(991) : warning C4273: '__glewGenVertexShadersEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9039) : see previous definition of '__glewGenVertexShadersEXT' x:\6610\project4\vs_project\glew.c(992) : warning C4273: '__glewGetInvariantBooleanvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9040) : see previous definition of '__glewGetInvariantBooleanvEXT' x:\6610\project4\vs_project\glew.c(993) : warning C4273: '__glewGetInvariantFloatvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9041) : see previous definition of '__glewGetInvariantFloatvEXT' x:\6610\project4\vs_project\glew.c(994) : warning C4273: '__glewGetInvariantIntegervEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9042) : see previous definition of '__glewGetInvariantIntegervEXT' x:\6610\project4\vs_project\glew.c(995) : warning C4273: '__glewGetLocalConstantBooleanvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9043) : see previous definition of '__glewGetLocalConstantBooleanvEXT' x:\6610\project4\vs_project\glew.c(996) : warning C4273: '__glewGetLocalConstantFloatvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9044) : see previous definition of '__glewGetLocalConstantFloatvEXT' x:\6610\project4\vs_project\glew.c(997) : warning C4273: '__glewGetLocalConstantIntegervEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9045) : see previous definition of '__glewGetLocalConstantIntegervEXT' x:\6610\project4\vs_project\glew.c(998) : warning C4273: '__glewGetVariantBooleanvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9046) : see previous definition of '__glewGetVariantBooleanvEXT' x:\6610\project4\vs_project\glew.c(999) : warning C4273: '__glewGetVariantFloatvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9047) : see previous definition of '__glewGetVariantFloatvEXT' x:\6610\project4\vs_project\glew.c(1000) : warning C4273: '__glewGetVariantIntegervEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9048) : see previous definition of '__glewGetVariantIntegervEXT' x:\6610\project4\vs_project\glew.c(1001) : warning C4273: '__glewGetVariantPointervEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9049) : see previous definition of '__glewGetVariantPointervEXT' x:\6610\project4\vs_project\glew.c(1002) : warning C4273: '__glewInsertComponentEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9050) : see previous definition of '__glewInsertComponentEXT' x:\6610\project4\vs_project\glew.c(1003) : warning C4273: '__glewIsVariantEnabledEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9051) : see previous definition of '__glewIsVariantEnabledEXT' x:\6610\project4\vs_project\glew.c(1004) : warning C4273: '__glewSetInvariantEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9052) : see previous definition of '__glewSetInvariantEXT' x:\6610\project4\vs_project\glew.c(1005) : warning C4273: '__glewSetLocalConstantEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9053) : see previous definition of '__glewSetLocalConstantEXT' x:\6610\project4\vs_project\glew.c(1006) : warning C4273: '__glewShaderOp1EXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9054) : see previous definition of '__glewShaderOp1EXT' x:\6610\project4\vs_project\glew.c(1007) : warning C4273: '__glewShaderOp2EXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9055) : see previous definition of '__glewShaderOp2EXT' x:\6610\project4\vs_project\glew.c(1008) : warning C4273: '__glewShaderOp3EXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9056) : see previous definition of '__glewShaderOp3EXT' x:\6610\project4\vs_project\glew.c(1009) : warning C4273: '__glewSwizzleEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9057) : see previous definition of '__glewSwizzleEXT' x:\6610\project4\vs_project\glew.c(1010) : warning C4273: '__glewVariantPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9058) : see previous definition of '__glewVariantPointerEXT' x:\6610\project4\vs_project\glew.c(1011) : warning C4273: '__glewVariantbvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9059) : see previous definition of '__glewVariantbvEXT' x:\6610\project4\vs_project\glew.c(1012) : warning C4273: '__glewVariantdvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9060) : see previous definition of '__glewVariantdvEXT' x:\6610\project4\vs_project\glew.c(1013) : warning C4273: '__glewVariantfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9061) : see previous definition of '__glewVariantfvEXT' x:\6610\project4\vs_project\glew.c(1014) : warning C4273: '__glewVariantivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9062) : see previous definition of '__glewVariantivEXT' x:\6610\project4\vs_project\glew.c(1015) : warning C4273: '__glewVariantsvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9063) : see previous definition of '__glewVariantsvEXT' x:\6610\project4\vs_project\glew.c(1016) : warning C4273: '__glewVariantubvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9064) : see previous definition of '__glewVariantubvEXT' x:\6610\project4\vs_project\glew.c(1017) : warning C4273: '__glewVariantuivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9065) : see previous definition of '__glewVariantuivEXT' x:\6610\project4\vs_project\glew.c(1018) : warning C4273: '__glewVariantusvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9066) : see previous definition of '__glewVariantusvEXT' x:\6610\project4\vs_project\glew.c(1019) : warning C4273: '__glewWriteMaskEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9067) : see previous definition of '__glewWriteMaskEXT' x:\6610\project4\vs_project\glew.c(1021) : warning C4273: '__glewVertexWeightPointerEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9069) : see previous definition of '__glewVertexWeightPointerEXT' x:\6610\project4\vs_project\glew.c(1022) : warning C4273: '__glewVertexWeightfEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9070) : see previous definition of '__glewVertexWeightfEXT' x:\6610\project4\vs_project\glew.c(1023) : warning C4273: '__glewVertexWeightfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9071) : see previous definition of '__glewVertexWeightfvEXT' x:\6610\project4\vs_project\glew.c(1025) : warning C4273: '__glewStringMarkerGREMEDY' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9073) : see previous definition of '__glewStringMarkerGREMEDY' x:\6610\project4\vs_project\glew.c(1027) : warning C4273: '__glewGetImageTransformParameterfvHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9075) : see previous definition of '__glewGetImageTransformParameterfvHP' x:\6610\project4\vs_project\glew.c(1028) : warning C4273: '__glewGetImageTransformParameterivHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9076) : see previous definition of '__glewGetImageTransformParameterivHP' x:\6610\project4\vs_project\glew.c(1029) : warning C4273: '__glewImageTransformParameterfHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9077) : see previous definition of '__glewImageTransformParameterfHP' x:\6610\project4\vs_project\glew.c(1030) : warning C4273: '__glewImageTransformParameterfvHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9078) : see previous definition of '__glewImageTransformParameterfvHP' x:\6610\project4\vs_project\glew.c(1031) : warning C4273: '__glewImageTransformParameteriHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9079) : see previous definition of '__glewImageTransformParameteriHP' x:\6610\project4\vs_project\glew.c(1032) : warning C4273: '__glewImageTransformParameterivHP' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9080) : see previous definition of '__glewImageTransformParameterivHP' x:\6610\project4\vs_project\glew.c(1034) : warning C4273: '__glewMultiModeDrawArraysIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9082) : see previous definition of '__glewMultiModeDrawArraysIBM' x:\6610\project4\vs_project\glew.c(1035) : warning C4273: '__glewMultiModeDrawElementsIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9083) : see previous definition of '__glewMultiModeDrawElementsIBM' x:\6610\project4\vs_project\glew.c(1037) : warning C4273: '__glewColorPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9085) : see previous definition of '__glewColorPointerListIBM' x:\6610\project4\vs_project\glew.c(1038) : warning C4273: '__glewEdgeFlagPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9086) : see previous definition of '__glewEdgeFlagPointerListIBM' x:\6610\project4\vs_project\glew.c(1039) : warning C4273: '__glewFogCoordPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9087) : see previous definition of '__glewFogCoordPointerListIBM' x:\6610\project4\vs_project\glew.c(1040) : warning C4273: '__glewIndexPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9088) : see previous definition of '__glewIndexPointerListIBM' x:\6610\project4\vs_project\glew.c(1041) : warning C4273: '__glewNormalPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9089) : see previous definition of '__glewNormalPointerListIBM' x:\6610\project4\vs_project\glew.c(1042) : warning C4273: '__glewSecondaryColorPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9090) : see previous definition of '__glewSecondaryColorPointerListIBM' x:\6610\project4\vs_project\glew.c(1043) : warning C4273: '__glewTexCoordPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9091) : see previous definition of '__glewTexCoordPointerListIBM' x:\6610\project4\vs_project\glew.c(1044) : warning C4273: '__glewVertexPointerListIBM' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9092) : see previous definition of '__glewVertexPointerListIBM' x:\6610\project4\vs_project\glew.c(1046) : warning C4273: '__glewColorPointervINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9094) : see previous definition of '__glewColorPointervINTEL' x:\6610\project4\vs_project\glew.c(1047) : warning C4273: '__glewNormalPointervINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9095) : see previous definition of '__glewNormalPointervINTEL' x:\6610\project4\vs_project\glew.c(1048) : warning C4273: '__glewTexCoordPointervINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9096) : see previous definition of '__glewTexCoordPointervINTEL' x:\6610\project4\vs_project\glew.c(1049) : warning C4273: '__glewVertexPointervINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9097) : see previous definition of '__glewVertexPointervINTEL' x:\6610\project4\vs_project\glew.c(1051) : warning C4273: '__glewTexScissorFuncINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9099) : see previous definition of '__glewTexScissorFuncINTEL' x:\6610\project4\vs_project\glew.c(1052) : warning C4273: '__glewTexScissorINTEL' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9100) : see previous definition of '__glewTexScissorINTEL' x:\6610\project4\vs_project\glew.c(1054) : warning C4273: '__glewBufferRegionEnabledEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9102) : see previous definition of '__glewBufferRegionEnabledEXT' x:\6610\project4\vs_project\glew.c(1055) : warning C4273: '__glewDeleteBufferRegionEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9103) : see previous definition of '__glewDeleteBufferRegionEXT' x:\6610\project4\vs_project\glew.c(1056) : warning C4273: '__glewDrawBufferRegionEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9104) : see previous definition of '__glewDrawBufferRegionEXT' x:\6610\project4\vs_project\glew.c(1057) : warning C4273: '__glewNewBufferRegionEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9105) : see previous definition of '__glewNewBufferRegionEXT' x:\6610\project4\vs_project\glew.c(1058) : warning C4273: '__glewReadBufferRegionEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9106) : see previous definition of '__glewReadBufferRegionEXT' x:\6610\project4\vs_project\glew.c(1060) : warning C4273: '__glewResizeBuffersMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9108) : see previous definition of '__glewResizeBuffersMESA' x:\6610\project4\vs_project\glew.c(1062) : warning C4273: '__glewWindowPos2dMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9110) : see previous definition of '__glewWindowPos2dMESA' x:\6610\project4\vs_project\glew.c(1063) : warning C4273: '__glewWindowPos2dvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9111) : see previous definition of '__glewWindowPos2dvMESA' x:\6610\project4\vs_project\glew.c(1064) : warning C4273: '__glewWindowPos2fMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9112) : see previous definition of '__glewWindowPos2fMESA' x:\6610\project4\vs_project\glew.c(1065) : warning C4273: '__glewWindowPos2fvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9113) : see previous definition of '__glewWindowPos2fvMESA' x:\6610\project4\vs_project\glew.c(1066) : warning C4273: '__glewWindowPos2iMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9114) : see previous definition of '__glewWindowPos2iMESA' x:\6610\project4\vs_project\glew.c(1067) : warning C4273: '__glewWindowPos2ivMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9115) : see previous definition of '__glewWindowPos2ivMESA' x:\6610\project4\vs_project\glew.c(1068) : warning C4273: '__glewWindowPos2sMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9116) : see previous definition of '__glewWindowPos2sMESA' x:\6610\project4\vs_project\glew.c(1069) : warning C4273: '__glewWindowPos2svMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9117) : see previous definition of '__glewWindowPos2svMESA' x:\6610\project4\vs_project\glew.c(1070) : warning C4273: '__glewWindowPos3dMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9118) : see previous definition of '__glewWindowPos3dMESA' x:\6610\project4\vs_project\glew.c(1071) : warning C4273: '__glewWindowPos3dvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9119) : see previous definition of '__glewWindowPos3dvMESA' x:\6610\project4\vs_project\glew.c(1072) : warning C4273: '__glewWindowPos3fMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9120) : see previous definition of '__glewWindowPos3fMESA' x:\6610\project4\vs_project\glew.c(1073) : warning C4273: '__glewWindowPos3fvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9121) : see previous definition of '__glewWindowPos3fvMESA' x:\6610\project4\vs_project\glew.c(1074) : warning C4273: '__glewWindowPos3iMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9122) : see previous definition of '__glewWindowPos3iMESA' x:\6610\project4\vs_project\glew.c(1075) : warning C4273: '__glewWindowPos3ivMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9123) : see previous definition of '__glewWindowPos3ivMESA' x:\6610\project4\vs_project\glew.c(1076) : warning C4273: '__glewWindowPos3sMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9124) : see previous definition of '__glewWindowPos3sMESA' x:\6610\project4\vs_project\glew.c(1077) : warning C4273: '__glewWindowPos3svMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9125) : see previous definition of '__glewWindowPos3svMESA' x:\6610\project4\vs_project\glew.c(1078) : warning C4273: '__glewWindowPos4dMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9126) : see previous definition of '__glewWindowPos4dMESA' x:\6610\project4\vs_project\glew.c(1079) : warning C4273: '__glewWindowPos4dvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9127) : see previous definition of '__glewWindowPos4dvMESA' x:\6610\project4\vs_project\glew.c(1080) : warning C4273: '__glewWindowPos4fMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9128) : see previous definition of '__glewWindowPos4fMESA' x:\6610\project4\vs_project\glew.c(1081) : warning C4273: '__glewWindowPos4fvMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9129) : see previous definition of '__glewWindowPos4fvMESA' x:\6610\project4\vs_project\glew.c(1082) : warning C4273: '__glewWindowPos4iMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9130) : see previous definition of '__glewWindowPos4iMESA' x:\6610\project4\vs_project\glew.c(1083) : warning C4273: '__glewWindowPos4ivMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9131) : see previous definition of '__glewWindowPos4ivMESA' x:\6610\project4\vs_project\glew.c(1084) : warning C4273: '__glewWindowPos4sMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9132) : see previous definition of '__glewWindowPos4sMESA' x:\6610\project4\vs_project\glew.c(1085) : warning C4273: '__glewWindowPos4svMESA' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9133) : see previous definition of '__glewWindowPos4svMESA' x:\6610\project4\vs_project\glew.c(1087) : warning C4273: '__glewEvalMapsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9135) : see previous definition of '__glewEvalMapsNV' x:\6610\project4\vs_project\glew.c(1088) : warning C4273: '__glewGetMapAttribParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9136) : see previous definition of '__glewGetMapAttribParameterfvNV' x:\6610\project4\vs_project\glew.c(1089) : warning C4273: '__glewGetMapAttribParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9137) : see previous definition of '__glewGetMapAttribParameterivNV' x:\6610\project4\vs_project\glew.c(1090) : warning C4273: '__glewGetMapControlPointsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9138) : see previous definition of '__glewGetMapControlPointsNV' x:\6610\project4\vs_project\glew.c(1091) : warning C4273: '__glewGetMapParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9139) : see previous definition of '__glewGetMapParameterfvNV' x:\6610\project4\vs_project\glew.c(1092) : warning C4273: '__glewGetMapParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9140) : see previous definition of '__glewGetMapParameterivNV' x:\6610\project4\vs_project\glew.c(1093) : warning C4273: '__glewMapControlPointsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9141) : see previous definition of '__glewMapControlPointsNV' x:\6610\project4\vs_project\glew.c(1094) : warning C4273: '__glewMapParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9142) : see previous definition of '__glewMapParameterfvNV' x:\6610\project4\vs_project\glew.c(1095) : warning C4273: '__glewMapParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9143) : see previous definition of '__glewMapParameterivNV' x:\6610\project4\vs_project\glew.c(1097) : warning C4273: '__glewDeleteFencesNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9145) : see previous definition of '__glewDeleteFencesNV' x:\6610\project4\vs_project\glew.c(1098) : warning C4273: '__glewFinishFenceNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9146) : see previous definition of '__glewFinishFenceNV' x:\6610\project4\vs_project\glew.c(1099) : warning C4273: '__glewGenFencesNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9147) : see previous definition of '__glewGenFencesNV' x:\6610\project4\vs_project\glew.c(1100) : warning C4273: '__glewGetFenceivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9148) : see previous definition of '__glewGetFenceivNV' x:\6610\project4\vs_project\glew.c(1101) : warning C4273: '__glewIsFenceNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9149) : see previous definition of '__glewIsFenceNV' x:\6610\project4\vs_project\glew.c(1102) : warning C4273: '__glewSetFenceNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9150) : see previous definition of '__glewSetFenceNV' x:\6610\project4\vs_project\glew.c(1103) : warning C4273: '__glewTestFenceNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9151) : see previous definition of '__glewTestFenceNV' x:\6610\project4\vs_project\glew.c(1105) : warning C4273: '__glewGetProgramNamedParameterdvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9153) : see previous definition of '__glewGetProgramNamedParameterdvNV' x:\6610\project4\vs_project\glew.c(1106) : warning C4273: '__glewGetProgramNamedParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9154) : see previous definition of '__glewGetProgramNamedParameterfvNV' x:\6610\project4\vs_project\glew.c(1107) : warning C4273: '__glewProgramNamedParameter4dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9155) : see previous definition of '__glewProgramNamedParameter4dNV' x:\6610\project4\vs_project\glew.c(1108) : warning C4273: '__glewProgramNamedParameter4dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9156) : see previous definition of '__glewProgramNamedParameter4dvNV' x:\6610\project4\vs_project\glew.c(1109) : warning C4273: '__glewProgramNamedParameter4fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9157) : see previous definition of '__glewProgramNamedParameter4fNV' x:\6610\project4\vs_project\glew.c(1110) : warning C4273: '__glewProgramNamedParameter4fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9158) : see previous definition of '__glewProgramNamedParameter4fvNV' x:\6610\project4\vs_project\glew.c(1112) : warning C4273: '__glewColor3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9160) : see previous definition of '__glewColor3hNV' x:\6610\project4\vs_project\glew.c(1113) : warning C4273: '__glewColor3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9161) : see previous definition of '__glewColor3hvNV' x:\6610\project4\vs_project\glew.c(1114) : warning C4273: '__glewColor4hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9162) : see previous definition of '__glewColor4hNV' x:\6610\project4\vs_project\glew.c(1115) : warning C4273: '__glewColor4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9163) : see previous definition of '__glewColor4hvNV' x:\6610\project4\vs_project\glew.c(1116) : warning C4273: '__glewFogCoordhNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9164) : see previous definition of '__glewFogCoordhNV' x:\6610\project4\vs_project\glew.c(1117) : warning C4273: '__glewFogCoordhvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9165) : see previous definition of '__glewFogCoordhvNV' x:\6610\project4\vs_project\glew.c(1118) : warning C4273: '__glewMultiTexCoord1hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9166) : see previous definition of '__glewMultiTexCoord1hNV' x:\6610\project4\vs_project\glew.c(1119) : warning C4273: '__glewMultiTexCoord1hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9167) : see previous definition of '__glewMultiTexCoord1hvNV' x:\6610\project4\vs_project\glew.c(1120) : warning C4273: '__glewMultiTexCoord2hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9168) : see previous definition of '__glewMultiTexCoord2hNV' x:\6610\project4\vs_project\glew.c(1121) : warning C4273: '__glewMultiTexCoord2hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9169) : see previous definition of '__glewMultiTexCoord2hvNV' x:\6610\project4\vs_project\glew.c(1122) : warning C4273: '__glewMultiTexCoord3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9170) : see previous definition of '__glewMultiTexCoord3hNV' x:\6610\project4\vs_project\glew.c(1123) : warning C4273: '__glewMultiTexCoord3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9171) : see previous definition of '__glewMultiTexCoord3hvNV' x:\6610\project4\vs_project\glew.c(1124) : warning C4273: '__glewMultiTexCoord4hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9172) : see previous definition of '__glewMultiTexCoord4hNV' x:\6610\project4\vs_project\glew.c(1125) : warning C4273: '__glewMultiTexCoord4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9173) : see previous definition of '__glewMultiTexCoord4hvNV' x:\6610\project4\vs_project\glew.c(1126) : warning C4273: '__glewNormal3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9174) : see previous definition of '__glewNormal3hNV' x:\6610\project4\vs_project\glew.c(1127) : warning C4273: '__glewNormal3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9175) : see previous definition of '__glewNormal3hvNV' x:\6610\project4\vs_project\glew.c(1128) : warning C4273: '__glewSecondaryColor3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9176) : see previous definition of '__glewSecondaryColor3hNV' x:\6610\project4\vs_project\glew.c(1129) : warning C4273: '__glewSecondaryColor3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9177) : see previous definition of '__glewSecondaryColor3hvNV' x:\6610\project4\vs_project\glew.c(1130) : warning C4273: '__glewTexCoord1hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9178) : see previous definition of '__glewTexCoord1hNV' x:\6610\project4\vs_project\glew.c(1131) : warning C4273: '__glewTexCoord1hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9179) : see previous definition of '__glewTexCoord1hvNV' x:\6610\project4\vs_project\glew.c(1132) : warning C4273: '__glewTexCoord2hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9180) : see previous definition of '__glewTexCoord2hNV' x:\6610\project4\vs_project\glew.c(1133) : warning C4273: '__glewTexCoord2hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9181) : see previous definition of '__glewTexCoord2hvNV' x:\6610\project4\vs_project\glew.c(1134) : warning C4273: '__glewTexCoord3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9182) : see previous definition of '__glewTexCoord3hNV' x:\6610\project4\vs_project\glew.c(1135) : warning C4273: '__glewTexCoord3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9183) : see previous definition of '__glewTexCoord3hvNV' x:\6610\project4\vs_project\glew.c(1136) : warning C4273: '__glewTexCoord4hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9184) : see previous definition of '__glewTexCoord4hNV' x:\6610\project4\vs_project\glew.c(1137) : warning C4273: '__glewTexCoord4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9185) : see previous definition of '__glewTexCoord4hvNV' x:\6610\project4\vs_project\glew.c(1138) : warning C4273: '__glewVertex2hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9186) : see previous definition of '__glewVertex2hNV' x:\6610\project4\vs_project\glew.c(1139) : warning C4273: '__glewVertex2hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9187) : see previous definition of '__glewVertex2hvNV' x:\6610\project4\vs_project\glew.c(1140) : warning C4273: '__glewVertex3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9188) : see previous definition of '__glewVertex3hNV' x:\6610\project4\vs_project\glew.c(1141) : warning C4273: '__glewVertex3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9189) : see previous definition of '__glewVertex3hvNV' x:\6610\project4\vs_project\glew.c(1142) : warning C4273: '__glewVertex4hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9190) : see previous definition of '__glewVertex4hNV' x:\6610\project4\vs_project\glew.c(1143) : warning C4273: '__glewVertex4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9191) : see previous definition of '__glewVertex4hvNV' x:\6610\project4\vs_project\glew.c(1144) : warning C4273: '__glewVertexAttrib1hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9192) : see previous definition of '__glewVertexAttrib1hNV' x:\6610\project4\vs_project\glew.c(1145) : warning C4273: '__glewVertexAttrib1hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9193) : see previous definition of '__glewVertexAttrib1hvNV' x:\6610\project4\vs_project\glew.c(1146) : warning C4273: '__glewVertexAttrib2hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9194) : see previous definition of '__glewVertexAttrib2hNV' x:\6610\project4\vs_project\glew.c(1147) : warning C4273: '__glewVertexAttrib2hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9195) : see previous definition of '__glewVertexAttrib2hvNV' x:\6610\project4\vs_project\glew.c(1148) : warning C4273: '__glewVertexAttrib3hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9196) : see previous definition of '__glewVertexAttrib3hNV' x:\6610\project4\vs_project\glew.c(1149) : warning C4273: '__glewVertexAttrib3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9197) : see previous definition of '__glewVertexAttrib3hvNV' x:\6610\project4\vs_project\glew.c(1150) : warning C4273: '__glewVertexAttrib4hNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9198) : see previous definition of '__glewVertexAttrib4hNV' x:\6610\project4\vs_project\glew.c(1151) : warning C4273: '__glewVertexAttrib4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9199) : see previous definition of '__glewVertexAttrib4hvNV' x:\6610\project4\vs_project\glew.c(1152) : warning C4273: '__glewVertexAttribs1hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9200) : see previous definition of '__glewVertexAttribs1hvNV' x:\6610\project4\vs_project\glew.c(1153) : warning C4273: '__glewVertexAttribs2hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9201) : see previous definition of '__glewVertexAttribs2hvNV' x:\6610\project4\vs_project\glew.c(1154) : warning C4273: '__glewVertexAttribs3hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9202) : see previous definition of '__glewVertexAttribs3hvNV' x:\6610\project4\vs_project\glew.c(1155) : warning C4273: '__glewVertexAttribs4hvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9203) : see previous definition of '__glewVertexAttribs4hvNV' x:\6610\project4\vs_project\glew.c(1156) : warning C4273: '__glewVertexWeighthNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9204) : see previous definition of '__glewVertexWeighthNV' x:\6610\project4\vs_project\glew.c(1157) : warning C4273: '__glewVertexWeighthvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9205) : see previous definition of '__glewVertexWeighthvNV' x:\6610\project4\vs_project\glew.c(1159) : warning C4273: '__glewBeginOcclusionQueryNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9207) : see previous definition of '__glewBeginOcclusionQueryNV' x:\6610\project4\vs_project\glew.c(1160) : warning C4273: '__glewDeleteOcclusionQueriesNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9208) : see previous definition of '__glewDeleteOcclusionQueriesNV' x:\6610\project4\vs_project\glew.c(1161) : warning C4273: '__glewEndOcclusionQueryNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9209) : see previous definition of '__glewEndOcclusionQueryNV' x:\6610\project4\vs_project\glew.c(1162) : warning C4273: '__glewGenOcclusionQueriesNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9210) : see previous definition of '__glewGenOcclusionQueriesNV' x:\6610\project4\vs_project\glew.c(1163) : warning C4273: '__glewGetOcclusionQueryivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9211) : see previous definition of '__glewGetOcclusionQueryivNV' x:\6610\project4\vs_project\glew.c(1164) : warning C4273: '__glewGetOcclusionQueryuivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9212) : see previous definition of '__glewGetOcclusionQueryuivNV' x:\6610\project4\vs_project\glew.c(1165) : warning C4273: '__glewIsOcclusionQueryNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9213) : see previous definition of '__glewIsOcclusionQueryNV' x:\6610\project4\vs_project\glew.c(1167) : warning C4273: '__glewFlushPixelDataRangeNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9215) : see previous definition of '__glewFlushPixelDataRangeNV' x:\6610\project4\vs_project\glew.c(1168) : warning C4273: '__glewPixelDataRangeNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9216) : see previous definition of '__glewPixelDataRangeNV' x:\6610\project4\vs_project\glew.c(1170) : warning C4273: '__glewPointParameteriNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9218) : see previous definition of '__glewPointParameteriNV' x:\6610\project4\vs_project\glew.c(1171) : warning C4273: '__glewPointParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9219) : see previous definition of '__glewPointParameterivNV' x:\6610\project4\vs_project\glew.c(1173) : warning C4273: '__glewPrimitiveRestartIndexNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9221) : see previous definition of '__glewPrimitiveRestartIndexNV' x:\6610\project4\vs_project\glew.c(1174) : warning C4273: '__glewPrimitiveRestartNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9222) : see previous definition of '__glewPrimitiveRestartNV' x:\6610\project4\vs_project\glew.c(1176) : warning C4273: '__glewCombinerInputNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9224) : see previous definition of '__glewCombinerInputNV' x:\6610\project4\vs_project\glew.c(1177) : warning C4273: '__glewCombinerOutputNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9225) : see previous definition of '__glewCombinerOutputNV' x:\6610\project4\vs_project\glew.c(1178) : warning C4273: '__glewCombinerParameterfNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9226) : see previous definition of '__glewCombinerParameterfNV' x:\6610\project4\vs_project\glew.c(1179) : warning C4273: '__glewCombinerParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9227) : see previous definition of '__glewCombinerParameterfvNV' x:\6610\project4\vs_project\glew.c(1180) : warning C4273: '__glewCombinerParameteriNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9228) : see previous definition of '__glewCombinerParameteriNV' x:\6610\project4\vs_project\glew.c(1181) : warning C4273: '__glewCombinerParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9229) : see previous definition of '__glewCombinerParameterivNV' x:\6610\project4\vs_project\glew.c(1182) : warning C4273: '__glewFinalCombinerInputNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9230) : see previous definition of '__glewFinalCombinerInputNV' x:\6610\project4\vs_project\glew.c(1183) : warning C4273: '__glewGetCombinerInputParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9231) : see previous definition of '__glewGetCombinerInputParameterfvNV' x:\6610\project4\vs_project\glew.c(1184) : warning C4273: '__glewGetCombinerInputParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9232) : see previous definition of '__glewGetCombinerInputParameterivNV' x:\6610\project4\vs_project\glew.c(1185) : warning C4273: '__glewGetCombinerOutputParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9233) : see previous definition of '__glewGetCombinerOutputParameterfvNV' x:\6610\project4\vs_project\glew.c(1186) : warning C4273: '__glewGetCombinerOutputParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9234) : see previous definition of '__glewGetCombinerOutputParameterivNV' x:\6610\project4\vs_project\glew.c(1187) : warning C4273: '__glewGetFinalCombinerInputParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9235) : see previous definition of '__glewGetFinalCombinerInputParameterfvNV' x:\6610\project4\vs_project\glew.c(1188) : warning C4273: '__glewGetFinalCombinerInputParameterivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9236) : see previous definition of '__glewGetFinalCombinerInputParameterivNV' x:\6610\project4\vs_project\glew.c(1190) : warning C4273: '__glewCombinerStageParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9238) : see previous definition of '__glewCombinerStageParameterfvNV' x:\6610\project4\vs_project\glew.c(1191) : warning C4273: '__glewGetCombinerStageParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9239) : see previous definition of '__glewGetCombinerStageParameterfvNV' x:\6610\project4\vs_project\glew.c(1193) : warning C4273: '__glewFlushVertexArrayRangeNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9241) : see previous definition of '__glewFlushVertexArrayRangeNV' x:\6610\project4\vs_project\glew.c(1194) : warning C4273: '__glewVertexArrayRangeNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9242) : see previous definition of '__glewVertexArrayRangeNV' x:\6610\project4\vs_project\glew.c(1196) : warning C4273: '__glewAreProgramsResidentNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9244) : see previous definition of '__glewAreProgramsResidentNV' x:\6610\project4\vs_project\glew.c(1197) : warning C4273: '__glewBindProgramNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9245) : see previous definition of '__glewBindProgramNV' x:\6610\project4\vs_project\glew.c(1198) : warning C4273: '__glewDeleteProgramsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9246) : see previous definition of '__glewDeleteProgramsNV' x:\6610\project4\vs_project\glew.c(1199) : warning C4273: '__glewExecuteProgramNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9247) : see previous definition of '__glewExecuteProgramNV' x:\6610\project4\vs_project\glew.c(1200) : warning C4273: '__glewGenProgramsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9248) : see previous definition of '__glewGenProgramsNV' x:\6610\project4\vs_project\glew.c(1201) : warning C4273: '__glewGetProgramParameterdvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9249) : see previous definition of '__glewGetProgramParameterdvNV' x:\6610\project4\vs_project\glew.c(1202) : warning C4273: '__glewGetProgramParameterfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9250) : see previous definition of '__glewGetProgramParameterfvNV' x:\6610\project4\vs_project\glew.c(1203) : warning C4273: '__glewGetProgramStringNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9251) : see previous definition of '__glewGetProgramStringNV' x:\6610\project4\vs_project\glew.c(1204) : warning C4273: '__glewGetProgramivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9252) : see previous definition of '__glewGetProgramivNV' x:\6610\project4\vs_project\glew.c(1205) : warning C4273: '__glewGetTrackMatrixivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9253) : see previous definition of '__glewGetTrackMatrixivNV' x:\6610\project4\vs_project\glew.c(1206) : warning C4273: '__glewGetVertexAttribPointervNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9254) : see previous definition of '__glewGetVertexAttribPointervNV' x:\6610\project4\vs_project\glew.c(1207) : warning C4273: '__glewGetVertexAttribdvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9255) : see previous definition of '__glewGetVertexAttribdvNV' x:\6610\project4\vs_project\glew.c(1208) : warning C4273: '__glewGetVertexAttribfvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9256) : see previous definition of '__glewGetVertexAttribfvNV' x:\6610\project4\vs_project\glew.c(1209) : warning C4273: '__glewGetVertexAttribivNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9257) : see previous definition of '__glewGetVertexAttribivNV' x:\6610\project4\vs_project\glew.c(1210) : warning C4273: '__glewIsProgramNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9258) : see previous definition of '__glewIsProgramNV' x:\6610\project4\vs_project\glew.c(1211) : warning C4273: '__glewLoadProgramNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9259) : see previous definition of '__glewLoadProgramNV' x:\6610\project4\vs_project\glew.c(1212) : warning C4273: '__glewProgramParameter4dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9260) : see previous definition of '__glewProgramParameter4dNV' x:\6610\project4\vs_project\glew.c(1213) : warning C4273: '__glewProgramParameter4dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9261) : see previous definition of '__glewProgramParameter4dvNV' x:\6610\project4\vs_project\glew.c(1214) : warning C4273: '__glewProgramParameter4fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9262) : see previous definition of '__glewProgramParameter4fNV' x:\6610\project4\vs_project\glew.c(1215) : warning C4273: '__glewProgramParameter4fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9263) : see previous definition of '__glewProgramParameter4fvNV' x:\6610\project4\vs_project\glew.c(1216) : warning C4273: '__glewProgramParameters4dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9264) : see previous definition of '__glewProgramParameters4dvNV' x:\6610\project4\vs_project\glew.c(1217) : warning C4273: '__glewProgramParameters4fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9265) : see previous definition of '__glewProgramParameters4fvNV' x:\6610\project4\vs_project\glew.c(1218) : warning C4273: '__glewRequestResidentProgramsNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9266) : see previous definition of '__glewRequestResidentProgramsNV' x:\6610\project4\vs_project\glew.c(1219) : warning C4273: '__glewTrackMatrixNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9267) : see previous definition of '__glewTrackMatrixNV' x:\6610\project4\vs_project\glew.c(1220) : warning C4273: '__glewVertexAttrib1dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9268) : see previous definition of '__glewVertexAttrib1dNV' x:\6610\project4\vs_project\glew.c(1221) : warning C4273: '__glewVertexAttrib1dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9269) : see previous definition of '__glewVertexAttrib1dvNV' x:\6610\project4\vs_project\glew.c(1222) : warning C4273: '__glewVertexAttrib1fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9270) : see previous definition of '__glewVertexAttrib1fNV' x:\6610\project4\vs_project\glew.c(1223) : warning C4273: '__glewVertexAttrib1fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9271) : see previous definition of '__glewVertexAttrib1fvNV' x:\6610\project4\vs_project\glew.c(1224) : warning C4273: '__glewVertexAttrib1sNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9272) : see previous definition of '__glewVertexAttrib1sNV' x:\6610\project4\vs_project\glew.c(1225) : warning C4273: '__glewVertexAttrib1svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9273) : see previous definition of '__glewVertexAttrib1svNV' x:\6610\project4\vs_project\glew.c(1226) : warning C4273: '__glewVertexAttrib2dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9274) : see previous definition of '__glewVertexAttrib2dNV' x:\6610\project4\vs_project\glew.c(1227) : warning C4273: '__glewVertexAttrib2dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9275) : see previous definition of '__glewVertexAttrib2dvNV' x:\6610\project4\vs_project\glew.c(1228) : warning C4273: '__glewVertexAttrib2fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9276) : see previous definition of '__glewVertexAttrib2fNV' x:\6610\project4\vs_project\glew.c(1229) : warning C4273: '__glewVertexAttrib2fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9277) : see previous definition of '__glewVertexAttrib2fvNV' x:\6610\project4\vs_project\glew.c(1230) : warning C4273: '__glewVertexAttrib2sNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9278) : see previous definition of '__glewVertexAttrib2sNV' x:\6610\project4\vs_project\glew.c(1231) : warning C4273: '__glewVertexAttrib2svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9279) : see previous definition of '__glewVertexAttrib2svNV' x:\6610\project4\vs_project\glew.c(1232) : warning C4273: '__glewVertexAttrib3dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9280) : see previous definition of '__glewVertexAttrib3dNV' x:\6610\project4\vs_project\glew.c(1233) : warning C4273: '__glewVertexAttrib3dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9281) : see previous definition of '__glewVertexAttrib3dvNV' x:\6610\project4\vs_project\glew.c(1234) : warning C4273: '__glewVertexAttrib3fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9282) : see previous definition of '__glewVertexAttrib3fNV' x:\6610\project4\vs_project\glew.c(1235) : warning C4273: '__glewVertexAttrib3fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9283) : see previous definition of '__glewVertexAttrib3fvNV' x:\6610\project4\vs_project\glew.c(1236) : warning C4273: '__glewVertexAttrib3sNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9284) : see previous definition of '__glewVertexAttrib3sNV' x:\6610\project4\vs_project\glew.c(1237) : warning C4273: '__glewVertexAttrib3svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9285) : see previous definition of '__glewVertexAttrib3svNV' x:\6610\project4\vs_project\glew.c(1238) : warning C4273: '__glewVertexAttrib4dNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9286) : see previous definition of '__glewVertexAttrib4dNV' x:\6610\project4\vs_project\glew.c(1239) : warning C4273: '__glewVertexAttrib4dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9287) : see previous definition of '__glewVertexAttrib4dvNV' x:\6610\project4\vs_project\glew.c(1240) : warning C4273: '__glewVertexAttrib4fNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9288) : see previous definition of '__glewVertexAttrib4fNV' x:\6610\project4\vs_project\glew.c(1241) : warning C4273: '__glewVertexAttrib4fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9289) : see previous definition of '__glewVertexAttrib4fvNV' x:\6610\project4\vs_project\glew.c(1242) : warning C4273: '__glewVertexAttrib4sNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9290) : see previous definition of '__glewVertexAttrib4sNV' x:\6610\project4\vs_project\glew.c(1243) : warning C4273: '__glewVertexAttrib4svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9291) : see previous definition of '__glewVertexAttrib4svNV' x:\6610\project4\vs_project\glew.c(1244) : warning C4273: '__glewVertexAttrib4ubNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9292) : see previous definition of '__glewVertexAttrib4ubNV' x:\6610\project4\vs_project\glew.c(1245) : warning C4273: '__glewVertexAttrib4ubvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9293) : see previous definition of '__glewVertexAttrib4ubvNV' x:\6610\project4\vs_project\glew.c(1246) : warning C4273: '__glewVertexAttribPointerNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9294) : see previous definition of '__glewVertexAttribPointerNV' x:\6610\project4\vs_project\glew.c(1247) : warning C4273: '__glewVertexAttribs1dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9295) : see previous definition of '__glewVertexAttribs1dvNV' x:\6610\project4\vs_project\glew.c(1248) : warning C4273: '__glewVertexAttribs1fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9296) : see previous definition of '__glewVertexAttribs1fvNV' x:\6610\project4\vs_project\glew.c(1249) : warning C4273: '__glewVertexAttribs1svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9297) : see previous definition of '__glewVertexAttribs1svNV' x:\6610\project4\vs_project\glew.c(1250) : warning C4273: '__glewVertexAttribs2dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9298) : see previous definition of '__glewVertexAttribs2dvNV' x:\6610\project4\vs_project\glew.c(1251) : warning C4273: '__glewVertexAttribs2fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9299) : see previous definition of '__glewVertexAttribs2fvNV' x:\6610\project4\vs_project\glew.c(1252) : warning C4273: '__glewVertexAttribs2svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9300) : see previous definition of '__glewVertexAttribs2svNV' x:\6610\project4\vs_project\glew.c(1253) : warning C4273: '__glewVertexAttribs3dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9301) : see previous definition of '__glewVertexAttribs3dvNV' x:\6610\project4\vs_project\glew.c(1254) : warning C4273: '__glewVertexAttribs3fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9302) : see previous definition of '__glewVertexAttribs3fvNV' x:\6610\project4\vs_project\glew.c(1255) : warning C4273: '__glewVertexAttribs3svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9303) : see previous definition of '__glewVertexAttribs3svNV' x:\6610\project4\vs_project\glew.c(1256) : warning C4273: '__glewVertexAttribs4dvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9304) : see previous definition of '__glewVertexAttribs4dvNV' x:\6610\project4\vs_project\glew.c(1257) : warning C4273: '__glewVertexAttribs4fvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9305) : see previous definition of '__glewVertexAttribs4fvNV' x:\6610\project4\vs_project\glew.c(1258) : warning C4273: '__glewVertexAttribs4svNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9306) : see previous definition of '__glewVertexAttribs4svNV' x:\6610\project4\vs_project\glew.c(1259) : warning C4273: '__glewVertexAttribs4ubvNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9307) : see previous definition of '__glewVertexAttribs4ubvNV' x:\6610\project4\vs_project\glew.c(1261) : warning C4273: '__glewDetailTexFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9309) : see previous definition of '__glewDetailTexFuncSGIS' x:\6610\project4\vs_project\glew.c(1262) : warning C4273: '__glewGetDetailTexFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9310) : see previous definition of '__glewGetDetailTexFuncSGIS' x:\6610\project4\vs_project\glew.c(1264) : warning C4273: '__glewFogFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9312) : see previous definition of '__glewFogFuncSGIS' x:\6610\project4\vs_project\glew.c(1265) : warning C4273: '__glewGetFogFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9313) : see previous definition of '__glewGetFogFuncSGIS' x:\6610\project4\vs_project\glew.c(1267) : warning C4273: '__glewSampleMaskSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9315) : see previous definition of '__glewSampleMaskSGIS' x:\6610\project4\vs_project\glew.c(1268) : warning C4273: '__glewSamplePatternSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9316) : see previous definition of '__glewSamplePatternSGIS' x:\6610\project4\vs_project\glew.c(1270) : warning C4273: '__glewGetSharpenTexFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9318) : see previous definition of '__glewGetSharpenTexFuncSGIS' x:\6610\project4\vs_project\glew.c(1271) : warning C4273: '__glewSharpenTexFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9319) : see previous definition of '__glewSharpenTexFuncSGIS' x:\6610\project4\vs_project\glew.c(1273) : warning C4273: '__glewTexImage4DSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9321) : see previous definition of '__glewTexImage4DSGIS' x:\6610\project4\vs_project\glew.c(1274) : warning C4273: '__glewTexSubImage4DSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9322) : see previous definition of '__glewTexSubImage4DSGIS' x:\6610\project4\vs_project\glew.c(1276) : warning C4273: '__glewGetTexFilterFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9324) : see previous definition of '__glewGetTexFilterFuncSGIS' x:\6610\project4\vs_project\glew.c(1277) : warning C4273: '__glewTexFilterFuncSGIS' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9325) : see previous definition of '__glewTexFilterFuncSGIS' x:\6610\project4\vs_project\glew.c(1279) : warning C4273: '__glewAsyncMarkerSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9327) : see previous definition of '__glewAsyncMarkerSGIX' x:\6610\project4\vs_project\glew.c(1280) : warning C4273: '__glewDeleteAsyncMarkersSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9328) : see previous definition of '__glewDeleteAsyncMarkersSGIX' x:\6610\project4\vs_project\glew.c(1281) : warning C4273: '__glewFinishAsyncSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9329) : see previous definition of '__glewFinishAsyncSGIX' x:\6610\project4\vs_project\glew.c(1282) : warning C4273: '__glewGenAsyncMarkersSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9330) : see previous definition of '__glewGenAsyncMarkersSGIX' x:\6610\project4\vs_project\glew.c(1283) : warning C4273: '__glewIsAsyncMarkerSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9331) : see previous definition of '__glewIsAsyncMarkerSGIX' x:\6610\project4\vs_project\glew.c(1284) : warning C4273: '__glewPollAsyncSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9332) : see previous definition of '__glewPollAsyncSGIX' x:\6610\project4\vs_project\glew.c(1286) : warning C4273: '__glewFlushRasterSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9334) : see previous definition of '__glewFlushRasterSGIX' x:\6610\project4\vs_project\glew.c(1288) : warning C4273: '__glewTextureFogSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9336) : see previous definition of '__glewTextureFogSGIX' x:\6610\project4\vs_project\glew.c(1290) : warning C4273: '__glewFragmentColorMaterialSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9338) : see previous definition of '__glewFragmentColorMaterialSGIX' x:\6610\project4\vs_project\glew.c(1291) : warning C4273: '__glewFragmentLightModelfSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9339) : see previous definition of '__glewFragmentLightModelfSGIX' x:\6610\project4\vs_project\glew.c(1292) : warning C4273: '__glewFragmentLightModelfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9340) : see previous definition of '__glewFragmentLightModelfvSGIX' x:\6610\project4\vs_project\glew.c(1293) : warning C4273: '__glewFragmentLightModeliSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9341) : see previous definition of '__glewFragmentLightModeliSGIX' x:\6610\project4\vs_project\glew.c(1294) : warning C4273: '__glewFragmentLightModelivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9342) : see previous definition of '__glewFragmentLightModelivSGIX' x:\6610\project4\vs_project\glew.c(1295) : warning C4273: '__glewFragmentLightfSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9343) : see previous definition of '__glewFragmentLightfSGIX' x:\6610\project4\vs_project\glew.c(1296) : warning C4273: '__glewFragmentLightfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9344) : see previous definition of '__glewFragmentLightfvSGIX' x:\6610\project4\vs_project\glew.c(1297) : warning C4273: '__glewFragmentLightiSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9345) : see previous definition of '__glewFragmentLightiSGIX' x:\6610\project4\vs_project\glew.c(1298) : warning C4273: '__glewFragmentLightivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9346) : see previous definition of '__glewFragmentLightivSGIX' x:\6610\project4\vs_project\glew.c(1299) : warning C4273: '__glewFragmentMaterialfSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9347) : see previous definition of '__glewFragmentMaterialfSGIX' x:\6610\project4\vs_project\glew.c(1300) : warning C4273: '__glewFragmentMaterialfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9348) : see previous definition of '__glewFragmentMaterialfvSGIX' x:\6610\project4\vs_project\glew.c(1301) : warning C4273: '__glewFragmentMaterialiSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9349) : see previous definition of '__glewFragmentMaterialiSGIX' x:\6610\project4\vs_project\glew.c(1302) : warning C4273: '__glewFragmentMaterialivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9350) : see previous definition of '__glewFragmentMaterialivSGIX' x:\6610\project4\vs_project\glew.c(1303) : warning C4273: '__glewGetFragmentLightfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9351) : see previous definition of '__glewGetFragmentLightfvSGIX' x:\6610\project4\vs_project\glew.c(1304) : warning C4273: '__glewGetFragmentLightivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9352) : see previous definition of '__glewGetFragmentLightivSGIX' x:\6610\project4\vs_project\glew.c(1305) : warning C4273: '__glewGetFragmentMaterialfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9353) : see previous definition of '__glewGetFragmentMaterialfvSGIX' x:\6610\project4\vs_project\glew.c(1306) : warning C4273: '__glewGetFragmentMaterialivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9354) : see previous definition of '__glewGetFragmentMaterialivSGIX' x:\6610\project4\vs_project\glew.c(1308) : warning C4273: '__glewFrameZoomSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9356) : see previous definition of '__glewFrameZoomSGIX' x:\6610\project4\vs_project\glew.c(1310) : warning C4273: '__glewPixelTexGenSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9358) : see previous definition of '__glewPixelTexGenSGIX' x:\6610\project4\vs_project\glew.c(1312) : warning C4273: '__glewReferencePlaneSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9360) : see previous definition of '__glewReferencePlaneSGIX' x:\6610\project4\vs_project\glew.c(1314) : warning C4273: '__glewSpriteParameterfSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9362) : see previous definition of '__glewSpriteParameterfSGIX' x:\6610\project4\vs_project\glew.c(1315) : warning C4273: '__glewSpriteParameterfvSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9363) : see previous definition of '__glewSpriteParameterfvSGIX' x:\6610\project4\vs_project\glew.c(1316) : warning C4273: '__glewSpriteParameteriSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9364) : see previous definition of '__glewSpriteParameteriSGIX' x:\6610\project4\vs_project\glew.c(1317) : warning C4273: '__glewSpriteParameterivSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9365) : see previous definition of '__glewSpriteParameterivSGIX' x:\6610\project4\vs_project\glew.c(1319) : warning C4273: '__glewTagSampleBufferSGIX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9367) : see previous definition of '__glewTagSampleBufferSGIX' x:\6610\project4\vs_project\glew.c(1321) : warning C4273: '__glewColorTableParameterfvSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9369) : see previous definition of '__glewColorTableParameterfvSGI' x:\6610\project4\vs_project\glew.c(1322) : warning C4273: '__glewColorTableParameterivSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9370) : see previous definition of '__glewColorTableParameterivSGI' x:\6610\project4\vs_project\glew.c(1323) : warning C4273: '__glewColorTableSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9371) : see previous definition of '__glewColorTableSGI' x:\6610\project4\vs_project\glew.c(1324) : warning C4273: '__glewCopyColorTableSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9372) : see previous definition of '__glewCopyColorTableSGI' x:\6610\project4\vs_project\glew.c(1325) : warning C4273: '__glewGetColorTableParameterfvSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9373) : see previous definition of '__glewGetColorTableParameterfvSGI' x:\6610\project4\vs_project\glew.c(1326) : warning C4273: '__glewGetColorTableParameterivSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9374) : see previous definition of '__glewGetColorTableParameterivSGI' x:\6610\project4\vs_project\glew.c(1327) : warning C4273: '__glewGetColorTableSGI' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9375) : see previous definition of '__glewGetColorTableSGI' x:\6610\project4\vs_project\glew.c(1329) : warning C4273: '__glewFinishTextureSUNX' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9377) : see previous definition of '__glewFinishTextureSUNX' x:\6610\project4\vs_project\glew.c(1331) : warning C4273: '__glewGlobalAlphaFactorbSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9379) : see previous definition of '__glewGlobalAlphaFactorbSUN' x:\6610\project4\vs_project\glew.c(1332) : warning C4273: '__glewGlobalAlphaFactordSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9380) : see previous definition of '__glewGlobalAlphaFactordSUN' x:\6610\project4\vs_project\glew.c(1333) : warning C4273: '__glewGlobalAlphaFactorfSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9381) : see previous definition of '__glewGlobalAlphaFactorfSUN' x:\6610\project4\vs_project\glew.c(1334) : warning C4273: '__glewGlobalAlphaFactoriSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9382) : see previous definition of '__glewGlobalAlphaFactoriSUN' x:\6610\project4\vs_project\glew.c(1335) : warning C4273: '__glewGlobalAlphaFactorsSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9383) : see previous definition of '__glewGlobalAlphaFactorsSUN' x:\6610\project4\vs_project\glew.c(1336) : warning C4273: '__glewGlobalAlphaFactorubSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9384) : see previous definition of '__glewGlobalAlphaFactorubSUN' x:\6610\project4\vs_project\glew.c(1337) : warning C4273: '__glewGlobalAlphaFactoruiSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9385) : see previous definition of '__glewGlobalAlphaFactoruiSUN' x:\6610\project4\vs_project\glew.c(1338) : warning C4273: '__glewGlobalAlphaFactorusSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9386) : see previous definition of '__glewGlobalAlphaFactorusSUN' x:\6610\project4\vs_project\glew.c(1340) : warning C4273: '__glewReadVideoPixelsSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9388) : see previous definition of '__glewReadVideoPixelsSUN' x:\6610\project4\vs_project\glew.c(1342) : warning C4273: '__glewReplacementCodePointerSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9390) : see previous definition of '__glewReplacementCodePointerSUN' x:\6610\project4\vs_project\glew.c(1343) : warning C4273: '__glewReplacementCodeubSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9391) : see previous definition of '__glewReplacementCodeubSUN' x:\6610\project4\vs_project\glew.c(1344) : warning C4273: '__glewReplacementCodeubvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9392) : see previous definition of '__glewReplacementCodeubvSUN' x:\6610\project4\vs_project\glew.c(1345) : warning C4273: '__glewReplacementCodeuiSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9393) : see previous definition of '__glewReplacementCodeuiSUN' x:\6610\project4\vs_project\glew.c(1346) : warning C4273: '__glewReplacementCodeuivSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9394) : see previous definition of '__glewReplacementCodeuivSUN' x:\6610\project4\vs_project\glew.c(1347) : warning C4273: '__glewReplacementCodeusSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9395) : see previous definition of '__glewReplacementCodeusSUN' x:\6610\project4\vs_project\glew.c(1348) : warning C4273: '__glewReplacementCodeusvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9396) : see previous definition of '__glewReplacementCodeusvSUN' x:\6610\project4\vs_project\glew.c(1350) : warning C4273: '__glewColor3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9398) : see previous definition of '__glewColor3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1351) : warning C4273: '__glewColor3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9399) : see previous definition of '__glewColor3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1352) : warning C4273: '__glewColor4fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9400) : see previous definition of '__glewColor4fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1353) : warning C4273: '__glewColor4fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9401) : see previous definition of '__glewColor4fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1354) : warning C4273: '__glewColor4ubVertex2fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9402) : see previous definition of '__glewColor4ubVertex2fSUN' x:\6610\project4\vs_project\glew.c(1355) : warning C4273: '__glewColor4ubVertex2fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9403) : see previous definition of '__glewColor4ubVertex2fvSUN' x:\6610\project4\vs_project\glew.c(1356) : warning C4273: '__glewColor4ubVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9404) : see previous definition of '__glewColor4ubVertex3fSUN' x:\6610\project4\vs_project\glew.c(1357) : warning C4273: '__glewColor4ubVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9405) : see previous definition of '__glewColor4ubVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1358) : warning C4273: '__glewNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9406) : see previous definition of '__glewNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1359) : warning C4273: '__glewNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9407) : see previous definition of '__glewNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1360) : warning C4273: '__glewReplacementCodeuiColor3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9408) : see previous definition of '__glewReplacementCodeuiColor3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1361) : warning C4273: '__glewReplacementCodeuiColor3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9409) : see previous definition of '__glewReplacementCodeuiColor3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1362) : warning C4273: '__glewReplacementCodeuiColor4fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9410) : see previous definition of '__glewReplacementCodeuiColor4fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1363) : warning C4273: '__glewReplacementCodeuiColor4fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9411) : see previous definition of '__glewReplacementCodeuiColor4fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1364) : warning C4273: '__glewReplacementCodeuiColor4ubVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9412) : see previous definition of '__glewReplacementCodeuiColor4ubVertex3fSUN' x:\6610\project4\vs_project\glew.c(1365) : warning C4273: '__glewReplacementCodeuiColor4ubVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9413) : see previous definition of '__glewReplacementCodeuiColor4ubVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1366) : warning C4273: '__glewReplacementCodeuiNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9414) : see previous definition of '__glewReplacementCodeuiNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1367) : warning C4273: '__glewReplacementCodeuiNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9415) : see previous definition of '__glewReplacementCodeuiNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1368) : warning C4273: '__glewReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9416) : see previous definition of '__glewReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1369) : warning C4273: '__glewReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9417) : see previous definition of '__glewReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1370) : warning C4273: '__glewReplacementCodeuiTexCoord2fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9418) : see previous definition of '__glewReplacementCodeuiTexCoord2fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1371) : warning C4273: '__glewReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9419) : see previous definition of '__glewReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1372) : warning C4273: '__glewReplacementCodeuiTexCoord2fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9420) : see previous definition of '__glewReplacementCodeuiTexCoord2fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1373) : warning C4273: '__glewReplacementCodeuiTexCoord2fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9421) : see previous definition of '__glewReplacementCodeuiTexCoord2fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1374) : warning C4273: '__glewReplacementCodeuiVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9422) : see previous definition of '__glewReplacementCodeuiVertex3fSUN' x:\6610\project4\vs_project\glew.c(1375) : warning C4273: '__glewReplacementCodeuiVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9423) : see previous definition of '__glewReplacementCodeuiVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1376) : warning C4273: '__glewTexCoord2fColor3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9424) : see previous definition of '__glewTexCoord2fColor3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1377) : warning C4273: '__glewTexCoord2fColor3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9425) : see previous definition of '__glewTexCoord2fColor3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1378) : warning C4273: '__glewTexCoord2fColor4fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9426) : see previous definition of '__glewTexCoord2fColor4fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1379) : warning C4273: '__glewTexCoord2fColor4fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9427) : see previous definition of '__glewTexCoord2fColor4fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1380) : warning C4273: '__glewTexCoord2fColor4ubVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9428) : see previous definition of '__glewTexCoord2fColor4ubVertex3fSUN' x:\6610\project4\vs_project\glew.c(1381) : warning C4273: '__glewTexCoord2fColor4ubVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9429) : see previous definition of '__glewTexCoord2fColor4ubVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1382) : warning C4273: '__glewTexCoord2fNormal3fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9430) : see previous definition of '__glewTexCoord2fNormal3fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1383) : warning C4273: '__glewTexCoord2fNormal3fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9431) : see previous definition of '__glewTexCoord2fNormal3fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1384) : warning C4273: '__glewTexCoord2fVertex3fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9432) : see previous definition of '__glewTexCoord2fVertex3fSUN' x:\6610\project4\vs_project\glew.c(1385) : warning C4273: '__glewTexCoord2fVertex3fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9433) : see previous definition of '__glewTexCoord2fVertex3fvSUN' x:\6610\project4\vs_project\glew.c(1386) : warning C4273: '__glewTexCoord4fColor4fNormal3fVertex4fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9434) : see previous definition of '__glewTexCoord4fColor4fNormal3fVertex4fSUN' x:\6610\project4\vs_project\glew.c(1387) : warning C4273: '__glewTexCoord4fColor4fNormal3fVertex4fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9435) : see previous definition of '__glewTexCoord4fColor4fNormal3fVertex4fvSUN' x:\6610\project4\vs_project\glew.c(1388) : warning C4273: '__glewTexCoord4fVertex4fSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9436) : see previous definition of '__glewTexCoord4fVertex4fSUN' x:\6610\project4\vs_project\glew.c(1389) : warning C4273: '__glewTexCoord4fVertex4fvSUN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9437) : see previous definition of '__glewTexCoord4fVertex4fvSUN' x:\6610\project4\vs_project\glew.c(1391) : warning C4273: '__glewAddSwapHintRectWIN' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9439) : see previous definition of '__glewAddSwapHintRectWIN' x:\6610\project4\vs_project\glew.c(1397) : warning C4273: '__GLEW_VERSION_1_1' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9446) : see previous definition of '__GLEW_VERSION_1_1' x:\6610\project4\vs_project\glew.c(1398) : warning C4273: '__GLEW_VERSION_1_2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9447) : see previous definition of '__GLEW_VERSION_1_2' x:\6610\project4\vs_project\glew.c(1399) : warning C4273: '__GLEW_VERSION_1_3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9448) : see previous definition of '__GLEW_VERSION_1_3' x:\6610\project4\vs_project\glew.c(1400) : warning C4273: '__GLEW_VERSION_1_4' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9449) : see previous definition of '__GLEW_VERSION_1_4' x:\6610\project4\vs_project\glew.c(1401) : warning C4273: '__GLEW_VERSION_1_5' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9450) : see previous definition of '__GLEW_VERSION_1_5' x:\6610\project4\vs_project\glew.c(1402) : warning C4273: '__GLEW_VERSION_2_0' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9451) : see previous definition of '__GLEW_VERSION_2_0' x:\6610\project4\vs_project\glew.c(1403) : warning C4273: '__GLEW_3DFX_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9452) : see previous definition of '__GLEW_3DFX_multisample' x:\6610\project4\vs_project\glew.c(1404) : warning C4273: '__GLEW_3DFX_tbuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9453) : see previous definition of '__GLEW_3DFX_tbuffer' x:\6610\project4\vs_project\glew.c(1405) : warning C4273: '__GLEW_3DFX_texture_compression_FXT1' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9454) : see previous definition of '__GLEW_3DFX_texture_compression_FXT1' x:\6610\project4\vs_project\glew.c(1406) : warning C4273: '__GLEW_APPLE_client_storage' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9455) : see previous definition of '__GLEW_APPLE_client_storage' x:\6610\project4\vs_project\glew.c(1407) : warning C4273: '__GLEW_APPLE_element_array' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9456) : see previous definition of '__GLEW_APPLE_element_array' x:\6610\project4\vs_project\glew.c(1408) : warning C4273: '__GLEW_APPLE_fence' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9457) : see previous definition of '__GLEW_APPLE_fence' x:\6610\project4\vs_project\glew.c(1409) : warning C4273: '__GLEW_APPLE_float_pixels' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9458) : see previous definition of '__GLEW_APPLE_float_pixels' x:\6610\project4\vs_project\glew.c(1410) : warning C4273: '__GLEW_APPLE_pixel_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9459) : see previous definition of '__GLEW_APPLE_pixel_buffer' x:\6610\project4\vs_project\glew.c(1411) : warning C4273: '__GLEW_APPLE_specular_vector' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9460) : see previous definition of '__GLEW_APPLE_specular_vector' x:\6610\project4\vs_project\glew.c(1412) : warning C4273: '__GLEW_APPLE_texture_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9461) : see previous definition of '__GLEW_APPLE_texture_range' x:\6610\project4\vs_project\glew.c(1413) : warning C4273: '__GLEW_APPLE_transform_hint' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9462) : see previous definition of '__GLEW_APPLE_transform_hint' x:\6610\project4\vs_project\glew.c(1414) : warning C4273: '__GLEW_APPLE_vertex_array_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9463) : see previous definition of '__GLEW_APPLE_vertex_array_object' x:\6610\project4\vs_project\glew.c(1415) : warning C4273: '__GLEW_APPLE_vertex_array_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9464) : see previous definition of '__GLEW_APPLE_vertex_array_range' x:\6610\project4\vs_project\glew.c(1416) : warning C4273: '__GLEW_APPLE_ycbcr_422' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9465) : see previous definition of '__GLEW_APPLE_ycbcr_422' x:\6610\project4\vs_project\glew.c(1417) : warning C4273: '__GLEW_ARB_color_buffer_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9466) : see previous definition of '__GLEW_ARB_color_buffer_float' x:\6610\project4\vs_project\glew.c(1418) : warning C4273: '__GLEW_ARB_depth_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9467) : see previous definition of '__GLEW_ARB_depth_texture' x:\6610\project4\vs_project\glew.c(1419) : warning C4273: '__GLEW_ARB_draw_buffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9468) : see previous definition of '__GLEW_ARB_draw_buffers' x:\6610\project4\vs_project\glew.c(1420) : warning C4273: '__GLEW_ARB_fragment_program' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9469) : see previous definition of '__GLEW_ARB_fragment_program' x:\6610\project4\vs_project\glew.c(1421) : warning C4273: '__GLEW_ARB_fragment_program_shadow' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9470) : see previous definition of '__GLEW_ARB_fragment_program_shadow' x:\6610\project4\vs_project\glew.c(1422) : warning C4273: '__GLEW_ARB_fragment_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9471) : see previous definition of '__GLEW_ARB_fragment_shader' x:\6610\project4\vs_project\glew.c(1423) : warning C4273: '__GLEW_ARB_half_float_pixel' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9472) : see previous definition of '__GLEW_ARB_half_float_pixel' x:\6610\project4\vs_project\glew.c(1424) : warning C4273: '__GLEW_ARB_imaging' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9473) : see previous definition of '__GLEW_ARB_imaging' x:\6610\project4\vs_project\glew.c(1425) : warning C4273: '__GLEW_ARB_matrix_palette' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9474) : see previous definition of '__GLEW_ARB_matrix_palette' x:\6610\project4\vs_project\glew.c(1426) : warning C4273: '__GLEW_ARB_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9475) : see previous definition of '__GLEW_ARB_multisample' x:\6610\project4\vs_project\glew.c(1427) : warning C4273: '__GLEW_ARB_multitexture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9476) : see previous definition of '__GLEW_ARB_multitexture' x:\6610\project4\vs_project\glew.c(1428) : warning C4273: '__GLEW_ARB_occlusion_query' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9477) : see previous definition of '__GLEW_ARB_occlusion_query' x:\6610\project4\vs_project\glew.c(1429) : warning C4273: '__GLEW_ARB_pixel_buffer_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9478) : see previous definition of '__GLEW_ARB_pixel_buffer_object' x:\6610\project4\vs_project\glew.c(1430) : warning C4273: '__GLEW_ARB_point_parameters' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9479) : see previous definition of '__GLEW_ARB_point_parameters' x:\6610\project4\vs_project\glew.c(1431) : warning C4273: '__GLEW_ARB_point_sprite' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9480) : see previous definition of '__GLEW_ARB_point_sprite' x:\6610\project4\vs_project\glew.c(1432) : warning C4273: '__GLEW_ARB_shader_objects' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9481) : see previous definition of '__GLEW_ARB_shader_objects' x:\6610\project4\vs_project\glew.c(1433) : warning C4273: '__GLEW_ARB_shading_language_100' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9482) : see previous definition of '__GLEW_ARB_shading_language_100' x:\6610\project4\vs_project\glew.c(1434) : warning C4273: '__GLEW_ARB_shadow' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9483) : see previous definition of '__GLEW_ARB_shadow' x:\6610\project4\vs_project\glew.c(1435) : warning C4273: '__GLEW_ARB_shadow_ambient' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9484) : see previous definition of '__GLEW_ARB_shadow_ambient' x:\6610\project4\vs_project\glew.c(1436) : warning C4273: '__GLEW_ARB_texture_border_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9485) : see previous definition of '__GLEW_ARB_texture_border_clamp' x:\6610\project4\vs_project\glew.c(1437) : warning C4273: '__GLEW_ARB_texture_compression' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9486) : see previous definition of '__GLEW_ARB_texture_compression' x:\6610\project4\vs_project\glew.c(1438) : warning C4273: '__GLEW_ARB_texture_cube_map' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9487) : see previous definition of '__GLEW_ARB_texture_cube_map' x:\6610\project4\vs_project\glew.c(1439) : warning C4273: '__GLEW_ARB_texture_env_add' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9488) : see previous definition of '__GLEW_ARB_texture_env_add' x:\6610\project4\vs_project\glew.c(1440) : warning C4273: '__GLEW_ARB_texture_env_combine' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9489) : see previous definition of '__GLEW_ARB_texture_env_combine' x:\6610\project4\vs_project\glew.c(1441) : warning C4273: '__GLEW_ARB_texture_env_crossbar' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9490) : see previous definition of '__GLEW_ARB_texture_env_crossbar' x:\6610\project4\vs_project\glew.c(1442) : warning C4273: '__GLEW_ARB_texture_env_dot3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9491) : see previous definition of '__GLEW_ARB_texture_env_dot3' x:\6610\project4\vs_project\glew.c(1443) : warning C4273: '__GLEW_ARB_texture_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9492) : see previous definition of '__GLEW_ARB_texture_float' x:\6610\project4\vs_project\glew.c(1444) : warning C4273: '__GLEW_ARB_texture_mirrored_repeat' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9493) : see previous definition of '__GLEW_ARB_texture_mirrored_repeat' x:\6610\project4\vs_project\glew.c(1445) : warning C4273: '__GLEW_ARB_texture_non_power_of_two' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9494) : see previous definition of '__GLEW_ARB_texture_non_power_of_two' x:\6610\project4\vs_project\glew.c(1446) : warning C4273: '__GLEW_ARB_texture_rectangle' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9495) : see previous definition of '__GLEW_ARB_texture_rectangle' x:\6610\project4\vs_project\glew.c(1447) : warning C4273: '__GLEW_ARB_transpose_matrix' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9496) : see previous definition of '__GLEW_ARB_transpose_matrix' x:\6610\project4\vs_project\glew.c(1448) : warning C4273: '__GLEW_ARB_vertex_blend' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9497) : see previous definition of '__GLEW_ARB_vertex_blend' x:\6610\project4\vs_project\glew.c(1449) : warning C4273: '__GLEW_ARB_vertex_buffer_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9498) : see previous definition of '__GLEW_ARB_vertex_buffer_object' x:\6610\project4\vs_project\glew.c(1450) : warning C4273: '__GLEW_ARB_vertex_program' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9499) : see previous definition of '__GLEW_ARB_vertex_program' x:\6610\project4\vs_project\glew.c(1451) : warning C4273: '__GLEW_ARB_vertex_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9500) : see previous definition of '__GLEW_ARB_vertex_shader' x:\6610\project4\vs_project\glew.c(1452) : warning C4273: '__GLEW_ARB_window_pos' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9501) : see previous definition of '__GLEW_ARB_window_pos' x:\6610\project4\vs_project\glew.c(1453) : warning C4273: '__GLEW_ATIX_point_sprites' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9502) : see previous definition of '__GLEW_ATIX_point_sprites' x:\6610\project4\vs_project\glew.c(1454) : warning C4273: '__GLEW_ATIX_texture_env_combine3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9503) : see previous definition of '__GLEW_ATIX_texture_env_combine3' x:\6610\project4\vs_project\glew.c(1455) : warning C4273: '__GLEW_ATIX_texture_env_route' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9504) : see previous definition of '__GLEW_ATIX_texture_env_route' x:\6610\project4\vs_project\glew.c(1456) : warning C4273: '__GLEW_ATIX_vertex_shader_output_point_size' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9505) : see previous definition of '__GLEW_ATIX_vertex_shader_output_point_size' x:\6610\project4\vs_project\glew.c(1457) : warning C4273: '__GLEW_ATI_draw_buffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9506) : see previous definition of '__GLEW_ATI_draw_buffers' x:\6610\project4\vs_project\glew.c(1458) : warning C4273: '__GLEW_ATI_element_array' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9507) : see previous definition of '__GLEW_ATI_element_array' x:\6610\project4\vs_project\glew.c(1459) : warning C4273: '__GLEW_ATI_envmap_bumpmap' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9508) : see previous definition of '__GLEW_ATI_envmap_bumpmap' x:\6610\project4\vs_project\glew.c(1460) : warning C4273: '__GLEW_ATI_fragment_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9509) : see previous definition of '__GLEW_ATI_fragment_shader' x:\6610\project4\vs_project\glew.c(1461) : warning C4273: '__GLEW_ATI_map_object_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9510) : see previous definition of '__GLEW_ATI_map_object_buffer' x:\6610\project4\vs_project\glew.c(1462) : warning C4273: '__GLEW_ATI_pn_triangles' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9511) : see previous definition of '__GLEW_ATI_pn_triangles' x:\6610\project4\vs_project\glew.c(1463) : warning C4273: '__GLEW_ATI_separate_stencil' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9512) : see previous definition of '__GLEW_ATI_separate_stencil' x:\6610\project4\vs_project\glew.c(1464) : warning C4273: '__GLEW_ATI_text_fragment_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9513) : see previous definition of '__GLEW_ATI_text_fragment_shader' x:\6610\project4\vs_project\glew.c(1465) : warning C4273: '__GLEW_ATI_texture_compression_3dc' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9514) : see previous definition of '__GLEW_ATI_texture_compression_3dc' x:\6610\project4\vs_project\glew.c(1466) : warning C4273: '__GLEW_ATI_texture_env_combine3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9515) : see previous definition of '__GLEW_ATI_texture_env_combine3' x:\6610\project4\vs_project\glew.c(1467) : warning C4273: '__GLEW_ATI_texture_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9516) : see previous definition of '__GLEW_ATI_texture_float' x:\6610\project4\vs_project\glew.c(1468) : warning C4273: '__GLEW_ATI_texture_mirror_once' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9517) : see previous definition of '__GLEW_ATI_texture_mirror_once' x:\6610\project4\vs_project\glew.c(1469) : warning C4273: '__GLEW_ATI_vertex_array_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9518) : see previous definition of '__GLEW_ATI_vertex_array_object' x:\6610\project4\vs_project\glew.c(1470) : warning C4273: '__GLEW_ATI_vertex_attrib_array_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9519) : see previous definition of '__GLEW_ATI_vertex_attrib_array_object' x:\6610\project4\vs_project\glew.c(1471) : warning C4273: '__GLEW_ATI_vertex_streams' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9520) : see previous definition of '__GLEW_ATI_vertex_streams' x:\6610\project4\vs_project\glew.c(1472) : warning C4273: '__GLEW_EXT_422_pixels' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9521) : see previous definition of '__GLEW_EXT_422_pixels' x:\6610\project4\vs_project\glew.c(1473) : warning C4273: '__GLEW_EXT_Cg_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9522) : see previous definition of '__GLEW_EXT_Cg_shader' x:\6610\project4\vs_project\glew.c(1474) : warning C4273: '__GLEW_EXT_abgr' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9523) : see previous definition of '__GLEW_EXT_abgr' x:\6610\project4\vs_project\glew.c(1475) : warning C4273: '__GLEW_EXT_bgra' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9524) : see previous definition of '__GLEW_EXT_bgra' x:\6610\project4\vs_project\glew.c(1476) : warning C4273: '__GLEW_EXT_blend_color' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9525) : see previous definition of '__GLEW_EXT_blend_color' x:\6610\project4\vs_project\glew.c(1477) : warning C4273: '__GLEW_EXT_blend_equation_separate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9526) : see previous definition of '__GLEW_EXT_blend_equation_separate' x:\6610\project4\vs_project\glew.c(1478) : warning C4273: '__GLEW_EXT_blend_func_separate' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9527) : see previous definition of '__GLEW_EXT_blend_func_separate' x:\6610\project4\vs_project\glew.c(1479) : warning C4273: '__GLEW_EXT_blend_logic_op' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9528) : see previous definition of '__GLEW_EXT_blend_logic_op' x:\6610\project4\vs_project\glew.c(1480) : warning C4273: '__GLEW_EXT_blend_minmax' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9529) : see previous definition of '__GLEW_EXT_blend_minmax' x:\6610\project4\vs_project\glew.c(1481) : warning C4273: '__GLEW_EXT_blend_subtract' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9530) : see previous definition of '__GLEW_EXT_blend_subtract' x:\6610\project4\vs_project\glew.c(1482) : warning C4273: '__GLEW_EXT_clip_volume_hint' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9531) : see previous definition of '__GLEW_EXT_clip_volume_hint' x:\6610\project4\vs_project\glew.c(1483) : warning C4273: '__GLEW_EXT_cmyka' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9532) : see previous definition of '__GLEW_EXT_cmyka' x:\6610\project4\vs_project\glew.c(1484) : warning C4273: '__GLEW_EXT_color_subtable' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9533) : see previous definition of '__GLEW_EXT_color_subtable' x:\6610\project4\vs_project\glew.c(1485) : warning C4273: '__GLEW_EXT_compiled_vertex_array' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9534) : see previous definition of '__GLEW_EXT_compiled_vertex_array' x:\6610\project4\vs_project\glew.c(1486) : warning C4273: '__GLEW_EXT_convolution' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9535) : see previous definition of '__GLEW_EXT_convolution' x:\6610\project4\vs_project\glew.c(1487) : warning C4273: '__GLEW_EXT_coordinate_frame' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9536) : see previous definition of '__GLEW_EXT_coordinate_frame' x:\6610\project4\vs_project\glew.c(1488) : warning C4273: '__GLEW_EXT_copy_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9537) : see previous definition of '__GLEW_EXT_copy_texture' x:\6610\project4\vs_project\glew.c(1489) : warning C4273: '__GLEW_EXT_cull_vertex' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9538) : see previous definition of '__GLEW_EXT_cull_vertex' x:\6610\project4\vs_project\glew.c(1490) : warning C4273: '__GLEW_EXT_depth_bounds_test' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9539) : see previous definition of '__GLEW_EXT_depth_bounds_test' x:\6610\project4\vs_project\glew.c(1491) : warning C4273: '__GLEW_EXT_draw_range_elements' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9540) : see previous definition of '__GLEW_EXT_draw_range_elements' x:\6610\project4\vs_project\glew.c(1492) : warning C4273: '__GLEW_EXT_fog_coord' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9541) : see previous definition of '__GLEW_EXT_fog_coord' x:\6610\project4\vs_project\glew.c(1493) : warning C4273: '__GLEW_EXT_fragment_lighting' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9542) : see previous definition of '__GLEW_EXT_fragment_lighting' x:\6610\project4\vs_project\glew.c(1494) : warning C4273: '__GLEW_EXT_framebuffer_blit' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9543) : see previous definition of '__GLEW_EXT_framebuffer_blit' x:\6610\project4\vs_project\glew.c(1495) : warning C4273: '__GLEW_EXT_framebuffer_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9544) : see previous definition of '__GLEW_EXT_framebuffer_multisample' x:\6610\project4\vs_project\glew.c(1496) : warning C4273: '__GLEW_EXT_framebuffer_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9545) : see previous definition of '__GLEW_EXT_framebuffer_object' x:\6610\project4\vs_project\glew.c(1497) : warning C4273: '__GLEW_EXT_histogram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9546) : see previous definition of '__GLEW_EXT_histogram' x:\6610\project4\vs_project\glew.c(1498) : warning C4273: '__GLEW_EXT_index_array_formats' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9547) : see previous definition of '__GLEW_EXT_index_array_formats' x:\6610\project4\vs_project\glew.c(1499) : warning C4273: '__GLEW_EXT_index_func' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9548) : see previous definition of '__GLEW_EXT_index_func' x:\6610\project4\vs_project\glew.c(1500) : warning C4273: '__GLEW_EXT_index_material' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9549) : see previous definition of '__GLEW_EXT_index_material' x:\6610\project4\vs_project\glew.c(1501) : warning C4273: '__GLEW_EXT_index_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9550) : see previous definition of '__GLEW_EXT_index_texture' x:\6610\project4\vs_project\glew.c(1502) : warning C4273: '__GLEW_EXT_light_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9551) : see previous definition of '__GLEW_EXT_light_texture' x:\6610\project4\vs_project\glew.c(1503) : warning C4273: '__GLEW_EXT_misc_attribute' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9552) : see previous definition of '__GLEW_EXT_misc_attribute' x:\6610\project4\vs_project\glew.c(1504) : warning C4273: '__GLEW_EXT_multi_draw_arrays' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9553) : see previous definition of '__GLEW_EXT_multi_draw_arrays' x:\6610\project4\vs_project\glew.c(1505) : warning C4273: '__GLEW_EXT_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9554) : see previous definition of '__GLEW_EXT_multisample' x:\6610\project4\vs_project\glew.c(1506) : warning C4273: '__GLEW_EXT_packed_depth_stencil' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9555) : see previous definition of '__GLEW_EXT_packed_depth_stencil' x:\6610\project4\vs_project\glew.c(1507) : warning C4273: '__GLEW_EXT_packed_pixels' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9556) : see previous definition of '__GLEW_EXT_packed_pixels' x:\6610\project4\vs_project\glew.c(1508) : warning C4273: '__GLEW_EXT_paletted_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9557) : see previous definition of '__GLEW_EXT_paletted_texture' x:\6610\project4\vs_project\glew.c(1509) : warning C4273: '__GLEW_EXT_pixel_buffer_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9558) : see previous definition of '__GLEW_EXT_pixel_buffer_object' x:\6610\project4\vs_project\glew.c(1510) : warning C4273: '__GLEW_EXT_pixel_transform' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9559) : see previous definition of '__GLEW_EXT_pixel_transform' x:\6610\project4\vs_project\glew.c(1511) : warning C4273: '__GLEW_EXT_pixel_transform_color_table' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9560) : see previous definition of '__GLEW_EXT_pixel_transform_color_table' x:\6610\project4\vs_project\glew.c(1512) : warning C4273: '__GLEW_EXT_point_parameters' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9561) : see previous definition of '__GLEW_EXT_point_parameters' x:\6610\project4\vs_project\glew.c(1513) : warning C4273: '__GLEW_EXT_polygon_offset' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9562) : see previous definition of '__GLEW_EXT_polygon_offset' x:\6610\project4\vs_project\glew.c(1514) : warning C4273: '__GLEW_EXT_rescale_normal' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9563) : see previous definition of '__GLEW_EXT_rescale_normal' x:\6610\project4\vs_project\glew.c(1515) : warning C4273: '__GLEW_EXT_scene_marker' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9564) : see previous definition of '__GLEW_EXT_scene_marker' x:\6610\project4\vs_project\glew.c(1516) : warning C4273: '__GLEW_EXT_secondary_color' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9565) : see previous definition of '__GLEW_EXT_secondary_color' x:\6610\project4\vs_project\glew.c(1517) : warning C4273: '__GLEW_EXT_separate_specular_color' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9566) : see previous definition of '__GLEW_EXT_separate_specular_color' x:\6610\project4\vs_project\glew.c(1518) : warning C4273: '__GLEW_EXT_shadow_funcs' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9567) : see previous definition of '__GLEW_EXT_shadow_funcs' x:\6610\project4\vs_project\glew.c(1519) : warning C4273: '__GLEW_EXT_shared_texture_palette' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9568) : see previous definition of '__GLEW_EXT_shared_texture_palette' x:\6610\project4\vs_project\glew.c(1520) : warning C4273: '__GLEW_EXT_stencil_clear_tag' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9569) : see previous definition of '__GLEW_EXT_stencil_clear_tag' x:\6610\project4\vs_project\glew.c(1521) : warning C4273: '__GLEW_EXT_stencil_two_side' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9570) : see previous definition of '__GLEW_EXT_stencil_two_side' x:\6610\project4\vs_project\glew.c(1522) : warning C4273: '__GLEW_EXT_stencil_wrap' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9571) : see previous definition of '__GLEW_EXT_stencil_wrap' x:\6610\project4\vs_project\glew.c(1523) : warning C4273: '__GLEW_EXT_subtexture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9572) : see previous definition of '__GLEW_EXT_subtexture' x:\6610\project4\vs_project\glew.c(1524) : warning C4273: '__GLEW_EXT_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9573) : see previous definition of '__GLEW_EXT_texture' x:\6610\project4\vs_project\glew.c(1525) : warning C4273: '__GLEW_EXT_texture3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9574) : see previous definition of '__GLEW_EXT_texture3D' x:\6610\project4\vs_project\glew.c(1526) : warning C4273: '__GLEW_EXT_texture_compression_dxt1' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9575) : see previous definition of '__GLEW_EXT_texture_compression_dxt1' x:\6610\project4\vs_project\glew.c(1527) : warning C4273: '__GLEW_EXT_texture_compression_s3tc' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9576) : see previous definition of '__GLEW_EXT_texture_compression_s3tc' x:\6610\project4\vs_project\glew.c(1528) : warning C4273: '__GLEW_EXT_texture_cube_map' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9577) : see previous definition of '__GLEW_EXT_texture_cube_map' x:\6610\project4\vs_project\glew.c(1529) : warning C4273: '__GLEW_EXT_texture_edge_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9578) : see previous definition of '__GLEW_EXT_texture_edge_clamp' x:\6610\project4\vs_project\glew.c(1530) : warning C4273: '__GLEW_EXT_texture_env' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9579) : see previous definition of '__GLEW_EXT_texture_env' x:\6610\project4\vs_project\glew.c(1531) : warning C4273: '__GLEW_EXT_texture_env_add' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9580) : see previous definition of '__GLEW_EXT_texture_env_add' x:\6610\project4\vs_project\glew.c(1532) : warning C4273: '__GLEW_EXT_texture_env_combine' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9581) : see previous definition of '__GLEW_EXT_texture_env_combine' x:\6610\project4\vs_project\glew.c(1533) : warning C4273: '__GLEW_EXT_texture_env_dot3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9582) : see previous definition of '__GLEW_EXT_texture_env_dot3' x:\6610\project4\vs_project\glew.c(1534) : warning C4273: '__GLEW_EXT_texture_filter_anisotropic' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9583) : see previous definition of '__GLEW_EXT_texture_filter_anisotropic' x:\6610\project4\vs_project\glew.c(1535) : warning C4273: '__GLEW_EXT_texture_lod_bias' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9584) : see previous definition of '__GLEW_EXT_texture_lod_bias' x:\6610\project4\vs_project\glew.c(1536) : warning C4273: '__GLEW_EXT_texture_mirror_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9585) : see previous definition of '__GLEW_EXT_texture_mirror_clamp' x:\6610\project4\vs_project\glew.c(1537) : warning C4273: '__GLEW_EXT_texture_object' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9586) : see previous definition of '__GLEW_EXT_texture_object' x:\6610\project4\vs_project\glew.c(1538) : warning C4273: '__GLEW_EXT_texture_perturb_normal' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9587) : see previous definition of '__GLEW_EXT_texture_perturb_normal' x:\6610\project4\vs_project\glew.c(1539) : warning C4273: '__GLEW_EXT_texture_rectangle' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9588) : see previous definition of '__GLEW_EXT_texture_rectangle' x:\6610\project4\vs_project\glew.c(1540) : warning C4273: '__GLEW_EXT_texture_sRGB' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9589) : see previous definition of '__GLEW_EXT_texture_sRGB' x:\6610\project4\vs_project\glew.c(1541) : warning C4273: '__GLEW_EXT_vertex_array' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9590) : see previous definition of '__GLEW_EXT_vertex_array' x:\6610\project4\vs_project\glew.c(1542) : warning C4273: '__GLEW_EXT_vertex_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9591) : see previous definition of '__GLEW_EXT_vertex_shader' x:\6610\project4\vs_project\glew.c(1543) : warning C4273: '__GLEW_EXT_vertex_weighting' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9592) : see previous definition of '__GLEW_EXT_vertex_weighting' x:\6610\project4\vs_project\glew.c(1544) : warning C4273: '__GLEW_GREMEDY_string_marker' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9593) : see previous definition of '__GLEW_GREMEDY_string_marker' x:\6610\project4\vs_project\glew.c(1545) : warning C4273: '__GLEW_HP_convolution_border_modes' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9594) : see previous definition of '__GLEW_HP_convolution_border_modes' x:\6610\project4\vs_project\glew.c(1546) : warning C4273: '__GLEW_HP_image_transform' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9595) : see previous definition of '__GLEW_HP_image_transform' x:\6610\project4\vs_project\glew.c(1547) : warning C4273: '__GLEW_HP_occlusion_test' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9596) : see previous definition of '__GLEW_HP_occlusion_test' x:\6610\project4\vs_project\glew.c(1548) : warning C4273: '__GLEW_HP_texture_lighting' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9597) : see previous definition of '__GLEW_HP_texture_lighting' x:\6610\project4\vs_project\glew.c(1549) : warning C4273: '__GLEW_IBM_cull_vertex' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9598) : see previous definition of '__GLEW_IBM_cull_vertex' x:\6610\project4\vs_project\glew.c(1550) : warning C4273: '__GLEW_IBM_multimode_draw_arrays' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9599) : see previous definition of '__GLEW_IBM_multimode_draw_arrays' x:\6610\project4\vs_project\glew.c(1551) : warning C4273: '__GLEW_IBM_rasterpos_clip' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9600) : see previous definition of '__GLEW_IBM_rasterpos_clip' x:\6610\project4\vs_project\glew.c(1552) : warning C4273: '__GLEW_IBM_static_data' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9601) : see previous definition of '__GLEW_IBM_static_data' x:\6610\project4\vs_project\glew.c(1553) : warning C4273: '__GLEW_IBM_texture_mirrored_repeat' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9602) : see previous definition of '__GLEW_IBM_texture_mirrored_repeat' x:\6610\project4\vs_project\glew.c(1554) : warning C4273: '__GLEW_IBM_vertex_array_lists' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9603) : see previous definition of '__GLEW_IBM_vertex_array_lists' x:\6610\project4\vs_project\glew.c(1555) : warning C4273: '__GLEW_INGR_color_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9604) : see previous definition of '__GLEW_INGR_color_clamp' x:\6610\project4\vs_project\glew.c(1556) : warning C4273: '__GLEW_INGR_interlace_read' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9605) : see previous definition of '__GLEW_INGR_interlace_read' x:\6610\project4\vs_project\glew.c(1557) : warning C4273: '__GLEW_INTEL_parallel_arrays' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9606) : see previous definition of '__GLEW_INTEL_parallel_arrays' x:\6610\project4\vs_project\glew.c(1558) : warning C4273: '__GLEW_INTEL_texture_scissor' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9607) : see previous definition of '__GLEW_INTEL_texture_scissor' x:\6610\project4\vs_project\glew.c(1559) : warning C4273: '__GLEW_KTX_buffer_region' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9608) : see previous definition of '__GLEW_KTX_buffer_region' x:\6610\project4\vs_project\glew.c(1560) : warning C4273: '__GLEW_MESAX_texture_stack' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9609) : see previous definition of '__GLEW_MESAX_texture_stack' x:\6610\project4\vs_project\glew.c(1561) : warning C4273: '__GLEW_MESA_pack_invert' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9610) : see previous definition of '__GLEW_MESA_pack_invert' x:\6610\project4\vs_project\glew.c(1562) : warning C4273: '__GLEW_MESA_resize_buffers' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9611) : see previous definition of '__GLEW_MESA_resize_buffers' x:\6610\project4\vs_project\glew.c(1563) : warning C4273: '__GLEW_MESA_window_pos' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9612) : see previous definition of '__GLEW_MESA_window_pos' x:\6610\project4\vs_project\glew.c(1564) : warning C4273: '__GLEW_MESA_ycbcr_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9613) : see previous definition of '__GLEW_MESA_ycbcr_texture' x:\6610\project4\vs_project\glew.c(1565) : warning C4273: '__GLEW_NV_blend_square' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9614) : see previous definition of '__GLEW_NV_blend_square' x:\6610\project4\vs_project\glew.c(1566) : warning C4273: '__GLEW_NV_copy_depth_to_color' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9615) : see previous definition of '__GLEW_NV_copy_depth_to_color' x:\6610\project4\vs_project\glew.c(1567) : warning C4273: '__GLEW_NV_depth_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9616) : see previous definition of '__GLEW_NV_depth_clamp' x:\6610\project4\vs_project\glew.c(1568) : warning C4273: '__GLEW_NV_evaluators' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9617) : see previous definition of '__GLEW_NV_evaluators' x:\6610\project4\vs_project\glew.c(1569) : warning C4273: '__GLEW_NV_fence' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9618) : see previous definition of '__GLEW_NV_fence' x:\6610\project4\vs_project\glew.c(1570) : warning C4273: '__GLEW_NV_float_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9619) : see previous definition of '__GLEW_NV_float_buffer' x:\6610\project4\vs_project\glew.c(1571) : warning C4273: '__GLEW_NV_fog_distance' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9620) : see previous definition of '__GLEW_NV_fog_distance' x:\6610\project4\vs_project\glew.c(1572) : warning C4273: '__GLEW_NV_fragment_program' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9621) : see previous definition of '__GLEW_NV_fragment_program' x:\6610\project4\vs_project\glew.c(1573) : warning C4273: '__GLEW_NV_fragment_program2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9622) : see previous definition of '__GLEW_NV_fragment_program2' x:\6610\project4\vs_project\glew.c(1574) : warning C4273: '__GLEW_NV_fragment_program_option' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9623) : see previous definition of '__GLEW_NV_fragment_program_option' x:\6610\project4\vs_project\glew.c(1575) : warning C4273: '__GLEW_NV_half_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9624) : see previous definition of '__GLEW_NV_half_float' x:\6610\project4\vs_project\glew.c(1576) : warning C4273: '__GLEW_NV_light_max_exponent' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9625) : see previous definition of '__GLEW_NV_light_max_exponent' x:\6610\project4\vs_project\glew.c(1577) : warning C4273: '__GLEW_NV_multisample_filter_hint' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9626) : see previous definition of '__GLEW_NV_multisample_filter_hint' x:\6610\project4\vs_project\glew.c(1578) : warning C4273: '__GLEW_NV_occlusion_query' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9627) : see previous definition of '__GLEW_NV_occlusion_query' x:\6610\project4\vs_project\glew.c(1579) : warning C4273: '__GLEW_NV_packed_depth_stencil' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9628) : see previous definition of '__GLEW_NV_packed_depth_stencil' x:\6610\project4\vs_project\glew.c(1580) : warning C4273: '__GLEW_NV_pixel_data_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9629) : see previous definition of '__GLEW_NV_pixel_data_range' x:\6610\project4\vs_project\glew.c(1581) : warning C4273: '__GLEW_NV_point_sprite' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9630) : see previous definition of '__GLEW_NV_point_sprite' x:\6610\project4\vs_project\glew.c(1582) : warning C4273: '__GLEW_NV_primitive_restart' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9631) : see previous definition of '__GLEW_NV_primitive_restart' x:\6610\project4\vs_project\glew.c(1583) : warning C4273: '__GLEW_NV_register_combiners' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9632) : see previous definition of '__GLEW_NV_register_combiners' x:\6610\project4\vs_project\glew.c(1584) : warning C4273: '__GLEW_NV_register_combiners2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9633) : see previous definition of '__GLEW_NV_register_combiners2' x:\6610\project4\vs_project\glew.c(1585) : warning C4273: '__GLEW_NV_texgen_emboss' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9634) : see previous definition of '__GLEW_NV_texgen_emboss' x:\6610\project4\vs_project\glew.c(1586) : warning C4273: '__GLEW_NV_texgen_reflection' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9635) : see previous definition of '__GLEW_NV_texgen_reflection' x:\6610\project4\vs_project\glew.c(1587) : warning C4273: '__GLEW_NV_texture_compression_vtc' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9636) : see previous definition of '__GLEW_NV_texture_compression_vtc' x:\6610\project4\vs_project\glew.c(1588) : warning C4273: '__GLEW_NV_texture_env_combine4' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9637) : see previous definition of '__GLEW_NV_texture_env_combine4' x:\6610\project4\vs_project\glew.c(1589) : warning C4273: '__GLEW_NV_texture_expand_normal' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9638) : see previous definition of '__GLEW_NV_texture_expand_normal' x:\6610\project4\vs_project\glew.c(1590) : warning C4273: '__GLEW_NV_texture_rectangle' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9639) : see previous definition of '__GLEW_NV_texture_rectangle' x:\6610\project4\vs_project\glew.c(1591) : warning C4273: '__GLEW_NV_texture_shader' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9640) : see previous definition of '__GLEW_NV_texture_shader' x:\6610\project4\vs_project\glew.c(1592) : warning C4273: '__GLEW_NV_texture_shader2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9641) : see previous definition of '__GLEW_NV_texture_shader2' x:\6610\project4\vs_project\glew.c(1593) : warning C4273: '__GLEW_NV_texture_shader3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9642) : see previous definition of '__GLEW_NV_texture_shader3' x:\6610\project4\vs_project\glew.c(1594) : warning C4273: '__GLEW_NV_vertex_array_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9643) : see previous definition of '__GLEW_NV_vertex_array_range' x:\6610\project4\vs_project\glew.c(1595) : warning C4273: '__GLEW_NV_vertex_array_range2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9644) : see previous definition of '__GLEW_NV_vertex_array_range2' x:\6610\project4\vs_project\glew.c(1596) : warning C4273: '__GLEW_NV_vertex_program' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9645) : see previous definition of '__GLEW_NV_vertex_program' x:\6610\project4\vs_project\glew.c(1597) : warning C4273: '__GLEW_NV_vertex_program1_1' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9646) : see previous definition of '__GLEW_NV_vertex_program1_1' x:\6610\project4\vs_project\glew.c(1598) : warning C4273: '__GLEW_NV_vertex_program2' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9647) : see previous definition of '__GLEW_NV_vertex_program2' x:\6610\project4\vs_project\glew.c(1599) : warning C4273: '__GLEW_NV_vertex_program2_option' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9648) : see previous definition of '__GLEW_NV_vertex_program2_option' x:\6610\project4\vs_project\glew.c(1600) : warning C4273: '__GLEW_NV_vertex_program3' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9649) : see previous definition of '__GLEW_NV_vertex_program3' x:\6610\project4\vs_project\glew.c(1601) : warning C4273: '__GLEW_OML_interlace' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9650) : see previous definition of '__GLEW_OML_interlace' x:\6610\project4\vs_project\glew.c(1602) : warning C4273: '__GLEW_OML_resample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9651) : see previous definition of '__GLEW_OML_resample' x:\6610\project4\vs_project\glew.c(1603) : warning C4273: '__GLEW_OML_subsample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9652) : see previous definition of '__GLEW_OML_subsample' x:\6610\project4\vs_project\glew.c(1604) : warning C4273: '__GLEW_PGI_misc_hints' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9653) : see previous definition of '__GLEW_PGI_misc_hints' x:\6610\project4\vs_project\glew.c(1605) : warning C4273: '__GLEW_PGI_vertex_hints' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9654) : see previous definition of '__GLEW_PGI_vertex_hints' x:\6610\project4\vs_project\glew.c(1606) : warning C4273: '__GLEW_REND_screen_coordinates' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9655) : see previous definition of '__GLEW_REND_screen_coordinates' x:\6610\project4\vs_project\glew.c(1607) : warning C4273: '__GLEW_S3_s3tc' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9656) : see previous definition of '__GLEW_S3_s3tc' x:\6610\project4\vs_project\glew.c(1608) : warning C4273: '__GLEW_SGIS_color_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9657) : see previous definition of '__GLEW_SGIS_color_range' x:\6610\project4\vs_project\glew.c(1609) : warning C4273: '__GLEW_SGIS_detail_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9658) : see previous definition of '__GLEW_SGIS_detail_texture' x:\6610\project4\vs_project\glew.c(1610) : warning C4273: '__GLEW_SGIS_fog_function' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9659) : see previous definition of '__GLEW_SGIS_fog_function' x:\6610\project4\vs_project\glew.c(1611) : warning C4273: '__GLEW_SGIS_generate_mipmap' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9660) : see previous definition of '__GLEW_SGIS_generate_mipmap' x:\6610\project4\vs_project\glew.c(1612) : warning C4273: '__GLEW_SGIS_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9661) : see previous definition of '__GLEW_SGIS_multisample' x:\6610\project4\vs_project\glew.c(1613) : warning C4273: '__GLEW_SGIS_pixel_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9662) : see previous definition of '__GLEW_SGIS_pixel_texture' x:\6610\project4\vs_project\glew.c(1614) : warning C4273: '__GLEW_SGIS_sharpen_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9663) : see previous definition of '__GLEW_SGIS_sharpen_texture' x:\6610\project4\vs_project\glew.c(1615) : warning C4273: '__GLEW_SGIS_texture4D' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9664) : see previous definition of '__GLEW_SGIS_texture4D' x:\6610\project4\vs_project\glew.c(1616) : warning C4273: '__GLEW_SGIS_texture_border_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9665) : see previous definition of '__GLEW_SGIS_texture_border_clamp' x:\6610\project4\vs_project\glew.c(1617) : warning C4273: '__GLEW_SGIS_texture_edge_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9666) : see previous definition of '__GLEW_SGIS_texture_edge_clamp' x:\6610\project4\vs_project\glew.c(1618) : warning C4273: '__GLEW_SGIS_texture_filter4' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9667) : see previous definition of '__GLEW_SGIS_texture_filter4' x:\6610\project4\vs_project\glew.c(1619) : warning C4273: '__GLEW_SGIS_texture_lod' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9668) : see previous definition of '__GLEW_SGIS_texture_lod' x:\6610\project4\vs_project\glew.c(1620) : warning C4273: '__GLEW_SGIS_texture_select' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9669) : see previous definition of '__GLEW_SGIS_texture_select' x:\6610\project4\vs_project\glew.c(1621) : warning C4273: '__GLEW_SGIX_async' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9670) : see previous definition of '__GLEW_SGIX_async' x:\6610\project4\vs_project\glew.c(1622) : warning C4273: '__GLEW_SGIX_async_histogram' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9671) : see previous definition of '__GLEW_SGIX_async_histogram' x:\6610\project4\vs_project\glew.c(1623) : warning C4273: '__GLEW_SGIX_async_pixel' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9672) : see previous definition of '__GLEW_SGIX_async_pixel' x:\6610\project4\vs_project\glew.c(1624) : warning C4273: '__GLEW_SGIX_blend_alpha_minmax' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9673) : see previous definition of '__GLEW_SGIX_blend_alpha_minmax' x:\6610\project4\vs_project\glew.c(1625) : warning C4273: '__GLEW_SGIX_clipmap' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9674) : see previous definition of '__GLEW_SGIX_clipmap' x:\6610\project4\vs_project\glew.c(1626) : warning C4273: '__GLEW_SGIX_depth_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9675) : see previous definition of '__GLEW_SGIX_depth_texture' x:\6610\project4\vs_project\glew.c(1627) : warning C4273: '__GLEW_SGIX_flush_raster' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9676) : see previous definition of '__GLEW_SGIX_flush_raster' x:\6610\project4\vs_project\glew.c(1628) : warning C4273: '__GLEW_SGIX_fog_offset' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9677) : see previous definition of '__GLEW_SGIX_fog_offset' x:\6610\project4\vs_project\glew.c(1629) : warning C4273: '__GLEW_SGIX_fog_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9678) : see previous definition of '__GLEW_SGIX_fog_texture' x:\6610\project4\vs_project\glew.c(1630) : warning C4273: '__GLEW_SGIX_fragment_specular_lighting' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9679) : see previous definition of '__GLEW_SGIX_fragment_specular_lighting' x:\6610\project4\vs_project\glew.c(1631) : warning C4273: '__GLEW_SGIX_framezoom' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9680) : see previous definition of '__GLEW_SGIX_framezoom' x:\6610\project4\vs_project\glew.c(1632) : warning C4273: '__GLEW_SGIX_interlace' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9681) : see previous definition of '__GLEW_SGIX_interlace' x:\6610\project4\vs_project\glew.c(1633) : warning C4273: '__GLEW_SGIX_ir_instrument1' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9682) : see previous definition of '__GLEW_SGIX_ir_instrument1' x:\6610\project4\vs_project\glew.c(1634) : warning C4273: '__GLEW_SGIX_list_priority' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9683) : see previous definition of '__GLEW_SGIX_list_priority' x:\6610\project4\vs_project\glew.c(1635) : warning C4273: '__GLEW_SGIX_pixel_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9684) : see previous definition of '__GLEW_SGIX_pixel_texture' x:\6610\project4\vs_project\glew.c(1636) : warning C4273: '__GLEW_SGIX_pixel_texture_bits' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9685) : see previous definition of '__GLEW_SGIX_pixel_texture_bits' x:\6610\project4\vs_project\glew.c(1637) : warning C4273: '__GLEW_SGIX_reference_plane' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9686) : see previous definition of '__GLEW_SGIX_reference_plane' x:\6610\project4\vs_project\glew.c(1638) : warning C4273: '__GLEW_SGIX_resample' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9687) : see previous definition of '__GLEW_SGIX_resample' x:\6610\project4\vs_project\glew.c(1639) : warning C4273: '__GLEW_SGIX_shadow' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9688) : see previous definition of '__GLEW_SGIX_shadow' x:\6610\project4\vs_project\glew.c(1640) : warning C4273: '__GLEW_SGIX_shadow_ambient' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9689) : see previous definition of '__GLEW_SGIX_shadow_ambient' x:\6610\project4\vs_project\glew.c(1641) : warning C4273: '__GLEW_SGIX_sprite' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9690) : see previous definition of '__GLEW_SGIX_sprite' x:\6610\project4\vs_project\glew.c(1642) : warning C4273: '__GLEW_SGIX_tag_sample_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9691) : see previous definition of '__GLEW_SGIX_tag_sample_buffer' x:\6610\project4\vs_project\glew.c(1643) : warning C4273: '__GLEW_SGIX_texture_add_env' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9692) : see previous definition of '__GLEW_SGIX_texture_add_env' x:\6610\project4\vs_project\glew.c(1644) : warning C4273: '__GLEW_SGIX_texture_coordinate_clamp' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9693) : see previous definition of '__GLEW_SGIX_texture_coordinate_clamp' x:\6610\project4\vs_project\glew.c(1645) : warning C4273: '__GLEW_SGIX_texture_lod_bias' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9694) : see previous definition of '__GLEW_SGIX_texture_lod_bias' x:\6610\project4\vs_project\glew.c(1646) : warning C4273: '__GLEW_SGIX_texture_multi_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9695) : see previous definition of '__GLEW_SGIX_texture_multi_buffer' x:\6610\project4\vs_project\glew.c(1647) : warning C4273: '__GLEW_SGIX_texture_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9696) : see previous definition of '__GLEW_SGIX_texture_range' x:\6610\project4\vs_project\glew.c(1648) : warning C4273: '__GLEW_SGIX_texture_scale_bias' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9697) : see previous definition of '__GLEW_SGIX_texture_scale_bias' x:\6610\project4\vs_project\glew.c(1649) : warning C4273: '__GLEW_SGIX_vertex_preclip' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9698) : see previous definition of '__GLEW_SGIX_vertex_preclip' x:\6610\project4\vs_project\glew.c(1650) : warning C4273: '__GLEW_SGIX_vertex_preclip_hint' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9699) : see previous definition of '__GLEW_SGIX_vertex_preclip_hint' x:\6610\project4\vs_project\glew.c(1651) : warning C4273: '__GLEW_SGIX_ycrcb' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9700) : see previous definition of '__GLEW_SGIX_ycrcb' x:\6610\project4\vs_project\glew.c(1652) : warning C4273: '__GLEW_SGI_color_matrix' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9701) : see previous definition of '__GLEW_SGI_color_matrix' x:\6610\project4\vs_project\glew.c(1653) : warning C4273: '__GLEW_SGI_color_table' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9702) : see previous definition of '__GLEW_SGI_color_table' x:\6610\project4\vs_project\glew.c(1654) : warning C4273: '__GLEW_SGI_texture_color_table' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9703) : see previous definition of '__GLEW_SGI_texture_color_table' x:\6610\project4\vs_project\glew.c(1655) : warning C4273: '__GLEW_SUNX_constant_data' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9704) : see previous definition of '__GLEW_SUNX_constant_data' x:\6610\project4\vs_project\glew.c(1656) : warning C4273: '__GLEW_SUN_convolution_border_modes' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9705) : see previous definition of '__GLEW_SUN_convolution_border_modes' x:\6610\project4\vs_project\glew.c(1657) : warning C4273: '__GLEW_SUN_global_alpha' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9706) : see previous definition of '__GLEW_SUN_global_alpha' x:\6610\project4\vs_project\glew.c(1658) : warning C4273: '__GLEW_SUN_mesh_array' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9707) : see previous definition of '__GLEW_SUN_mesh_array' x:\6610\project4\vs_project\glew.c(1659) : warning C4273: '__GLEW_SUN_read_video_pixels' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9708) : see previous definition of '__GLEW_SUN_read_video_pixels' x:\6610\project4\vs_project\glew.c(1660) : warning C4273: '__GLEW_SUN_slice_accum' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9709) : see previous definition of '__GLEW_SUN_slice_accum' x:\6610\project4\vs_project\glew.c(1661) : warning C4273: '__GLEW_SUN_triangle_list' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9710) : see previous definition of '__GLEW_SUN_triangle_list' x:\6610\project4\vs_project\glew.c(1662) : warning C4273: '__GLEW_SUN_vertex' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9711) : see previous definition of '__GLEW_SUN_vertex' x:\6610\project4\vs_project\glew.c(1663) : warning C4273: '__GLEW_WIN_phong_shading' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9712) : see previous definition of '__GLEW_WIN_phong_shading' x:\6610\project4\vs_project\glew.c(1664) : warning C4273: '__GLEW_WIN_specular_fog' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9713) : see previous definition of '__GLEW_WIN_specular_fog' x:\6610\project4\vs_project\glew.c(1665) : warning C4273: '__GLEW_WIN_swap_hint' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9714) : see previous definition of '__GLEW_WIN_swap_hint' x:\6610\project4\vs_project\glew.c(4749) : warning C4273: 'glewGetExtension' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9763) : see previous definition of 'glewGetExtension' x:\6610\project4\vs_project\glew.c(5771) : warning C4273: '__wglewSetStereoEmitterState3DL' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(773) : see previous definition of '__wglewSetStereoEmitterState3DL' x:\6610\project4\vs_project\glew.c(5773) : warning C4273: '__wglewCreateBufferRegionARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(775) : see previous definition of '__wglewCreateBufferRegionARB' x:\6610\project4\vs_project\glew.c(5774) : warning C4273: '__wglewDeleteBufferRegionARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(776) : see previous definition of '__wglewDeleteBufferRegionARB' x:\6610\project4\vs_project\glew.c(5775) : warning C4273: '__wglewRestoreBufferRegionARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(777) : see previous definition of '__wglewRestoreBufferRegionARB' x:\6610\project4\vs_project\glew.c(5776) : warning C4273: '__wglewSaveBufferRegionARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(778) : see previous definition of '__wglewSaveBufferRegionARB' x:\6610\project4\vs_project\glew.c(5778) : warning C4273: '__wglewGetExtensionsStringARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(780) : see previous definition of '__wglewGetExtensionsStringARB' x:\6610\project4\vs_project\glew.c(5780) : warning C4273: '__wglewGetCurrentReadDCARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(782) : see previous definition of '__wglewGetCurrentReadDCARB' x:\6610\project4\vs_project\glew.c(5781) : warning C4273: '__wglewMakeContextCurrentARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(783) : see previous definition of '__wglewMakeContextCurrentARB' x:\6610\project4\vs_project\glew.c(5783) : warning C4273: '__wglewCreatePbufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(785) : see previous definition of '__wglewCreatePbufferARB' x:\6610\project4\vs_project\glew.c(5784) : warning C4273: '__wglewDestroyPbufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(786) : see previous definition of '__wglewDestroyPbufferARB' x:\6610\project4\vs_project\glew.c(5785) : warning C4273: '__wglewGetPbufferDCARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(787) : see previous definition of '__wglewGetPbufferDCARB' x:\6610\project4\vs_project\glew.c(5786) : warning C4273: '__wglewQueryPbufferARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(788) : see previous definition of '__wglewQueryPbufferARB' x:\6610\project4\vs_project\glew.c(5787) : warning C4273: '__wglewReleasePbufferDCARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(789) : see previous definition of '__wglewReleasePbufferDCARB' x:\6610\project4\vs_project\glew.c(5789) : warning C4273: '__wglewChoosePixelFormatARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(791) : see previous definition of '__wglewChoosePixelFormatARB' x:\6610\project4\vs_project\glew.c(5790) : warning C4273: '__wglewGetPixelFormatAttribfvARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(792) : see previous definition of '__wglewGetPixelFormatAttribfvARB' x:\6610\project4\vs_project\glew.c(5791) : warning C4273: '__wglewGetPixelFormatAttribivARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(793) : see previous definition of '__wglewGetPixelFormatAttribivARB' x:\6610\project4\vs_project\glew.c(5793) : warning C4273: '__wglewBindTexImageARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(795) : see previous definition of '__wglewBindTexImageARB' x:\6610\project4\vs_project\glew.c(5794) : warning C4273: '__wglewReleaseTexImageARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(796) : see previous definition of '__wglewReleaseTexImageARB' x:\6610\project4\vs_project\glew.c(5795) : warning C4273: '__wglewSetPbufferAttribARB' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(797) : see previous definition of '__wglewSetPbufferAttribARB' x:\6610\project4\vs_project\glew.c(5797) : warning C4273: '__wglewBindDisplayColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(799) : see previous definition of '__wglewBindDisplayColorTableEXT' x:\6610\project4\vs_project\glew.c(5798) : warning C4273: '__wglewCreateDisplayColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(800) : see previous definition of '__wglewCreateDisplayColorTableEXT' x:\6610\project4\vs_project\glew.c(5799) : warning C4273: '__wglewDestroyDisplayColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(801) : see previous definition of '__wglewDestroyDisplayColorTableEXT' x:\6610\project4\vs_project\glew.c(5800) : warning C4273: '__wglewLoadDisplayColorTableEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(802) : see previous definition of '__wglewLoadDisplayColorTableEXT' x:\6610\project4\vs_project\glew.c(5802) : warning C4273: '__wglewGetExtensionsStringEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(804) : see previous definition of '__wglewGetExtensionsStringEXT' x:\6610\project4\vs_project\glew.c(5804) : warning C4273: '__wglewGetCurrentReadDCEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(806) : see previous definition of '__wglewGetCurrentReadDCEXT' x:\6610\project4\vs_project\glew.c(5805) : warning C4273: '__wglewMakeContextCurrentEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(807) : see previous definition of '__wglewMakeContextCurrentEXT' x:\6610\project4\vs_project\glew.c(5807) : warning C4273: '__wglewCreatePbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(809) : see previous definition of '__wglewCreatePbufferEXT' x:\6610\project4\vs_project\glew.c(5808) : warning C4273: '__wglewDestroyPbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(810) : see previous definition of '__wglewDestroyPbufferEXT' x:\6610\project4\vs_project\glew.c(5809) : warning C4273: '__wglewGetPbufferDCEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(811) : see previous definition of '__wglewGetPbufferDCEXT' x:\6610\project4\vs_project\glew.c(5810) : warning C4273: '__wglewQueryPbufferEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(812) : see previous definition of '__wglewQueryPbufferEXT' x:\6610\project4\vs_project\glew.c(5811) : warning C4273: '__wglewReleasePbufferDCEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(813) : see previous definition of '__wglewReleasePbufferDCEXT' x:\6610\project4\vs_project\glew.c(5813) : warning C4273: '__wglewChoosePixelFormatEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(815) : see previous definition of '__wglewChoosePixelFormatEXT' x:\6610\project4\vs_project\glew.c(5814) : warning C4273: '__wglewGetPixelFormatAttribfvEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(816) : see previous definition of '__wglewGetPixelFormatAttribfvEXT' x:\6610\project4\vs_project\glew.c(5815) : warning C4273: '__wglewGetPixelFormatAttribivEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(817) : see previous definition of '__wglewGetPixelFormatAttribivEXT' x:\6610\project4\vs_project\glew.c(5817) : warning C4273: '__wglewGetSwapIntervalEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(819) : see previous definition of '__wglewGetSwapIntervalEXT' x:\6610\project4\vs_project\glew.c(5818) : warning C4273: '__wglewSwapIntervalEXT' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(820) : see previous definition of '__wglewSwapIntervalEXT' x:\6610\project4\vs_project\glew.c(5820) : warning C4273: '__wglewGetDigitalVideoParametersI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(822) : see previous definition of '__wglewGetDigitalVideoParametersI3D' x:\6610\project4\vs_project\glew.c(5821) : warning C4273: '__wglewSetDigitalVideoParametersI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(823) : see previous definition of '__wglewSetDigitalVideoParametersI3D' x:\6610\project4\vs_project\glew.c(5823) : warning C4273: '__wglewGetGammaTableI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(825) : see previous definition of '__wglewGetGammaTableI3D' x:\6610\project4\vs_project\glew.c(5824) : warning C4273: '__wglewGetGammaTableParametersI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(826) : see previous definition of '__wglewGetGammaTableParametersI3D' x:\6610\project4\vs_project\glew.c(5825) : warning C4273: '__wglewSetGammaTableI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(827) : see previous definition of '__wglewSetGammaTableI3D' x:\6610\project4\vs_project\glew.c(5826) : warning C4273: '__wglewSetGammaTableParametersI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(828) : see previous definition of '__wglewSetGammaTableParametersI3D' x:\6610\project4\vs_project\glew.c(5828) : warning C4273: '__wglewDisableGenlockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(830) : see previous definition of '__wglewDisableGenlockI3D' x:\6610\project4\vs_project\glew.c(5829) : warning C4273: '__wglewEnableGenlockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(831) : see previous definition of '__wglewEnableGenlockI3D' x:\6610\project4\vs_project\glew.c(5830) : warning C4273: '__wglewGenlockSampleRateI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(832) : see previous definition of '__wglewGenlockSampleRateI3D' x:\6610\project4\vs_project\glew.c(5831) : warning C4273: '__wglewGenlockSourceDelayI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(833) : see previous definition of '__wglewGenlockSourceDelayI3D' x:\6610\project4\vs_project\glew.c(5832) : warning C4273: '__wglewGenlockSourceEdgeI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(834) : see previous definition of '__wglewGenlockSourceEdgeI3D' x:\6610\project4\vs_project\glew.c(5833) : warning C4273: '__wglewGenlockSourceI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(835) : see previous definition of '__wglewGenlockSourceI3D' x:\6610\project4\vs_project\glew.c(5834) : warning C4273: '__wglewGetGenlockSampleRateI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(836) : see previous definition of '__wglewGetGenlockSampleRateI3D' x:\6610\project4\vs_project\glew.c(5835) : warning C4273: '__wglewGetGenlockSourceDelayI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(837) : see previous definition of '__wglewGetGenlockSourceDelayI3D' x:\6610\project4\vs_project\glew.c(5836) : warning C4273: '__wglewGetGenlockSourceEdgeI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(838) : see previous definition of '__wglewGetGenlockSourceEdgeI3D' x:\6610\project4\vs_project\glew.c(5837) : warning C4273: '__wglewGetGenlockSourceI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(839) : see previous definition of '__wglewGetGenlockSourceI3D' x:\6610\project4\vs_project\glew.c(5838) : warning C4273: '__wglewIsEnabledGenlockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(840) : see previous definition of '__wglewIsEnabledGenlockI3D' x:\6610\project4\vs_project\glew.c(5839) : warning C4273: '__wglewQueryGenlockMaxSourceDelayI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(841) : see previous definition of '__wglewQueryGenlockMaxSourceDelayI3D' x:\6610\project4\vs_project\glew.c(5841) : warning C4273: '__wglewAssociateImageBufferEventsI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(843) : see previous definition of '__wglewAssociateImageBufferEventsI3D' x:\6610\project4\vs_project\glew.c(5842) : warning C4273: '__wglewCreateImageBufferI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(844) : see previous definition of '__wglewCreateImageBufferI3D' x:\6610\project4\vs_project\glew.c(5843) : warning C4273: '__wglewDestroyImageBufferI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(845) : see previous definition of '__wglewDestroyImageBufferI3D' x:\6610\project4\vs_project\glew.c(5844) : warning C4273: '__wglewReleaseImageBufferEventsI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(846) : see previous definition of '__wglewReleaseImageBufferEventsI3D' x:\6610\project4\vs_project\glew.c(5846) : warning C4273: '__wglewDisableFrameLockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(848) : see previous definition of '__wglewDisableFrameLockI3D' x:\6610\project4\vs_project\glew.c(5847) : warning C4273: '__wglewEnableFrameLockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(849) : see previous definition of '__wglewEnableFrameLockI3D' x:\6610\project4\vs_project\glew.c(5848) : warning C4273: '__wglewIsEnabledFrameLockI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(850) : see previous definition of '__wglewIsEnabledFrameLockI3D' x:\6610\project4\vs_project\glew.c(5849) : warning C4273: '__wglewQueryFrameLockMasterI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(851) : see previous definition of '__wglewQueryFrameLockMasterI3D' x:\6610\project4\vs_project\glew.c(5851) : warning C4273: '__wglewBeginFrameTrackingI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(853) : see previous definition of '__wglewBeginFrameTrackingI3D' x:\6610\project4\vs_project\glew.c(5852) : warning C4273: '__wglewEndFrameTrackingI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(854) : see previous definition of '__wglewEndFrameTrackingI3D' x:\6610\project4\vs_project\glew.c(5853) : warning C4273: '__wglewGetFrameUsageI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(855) : see previous definition of '__wglewGetFrameUsageI3D' x:\6610\project4\vs_project\glew.c(5854) : warning C4273: '__wglewQueryFrameTrackingI3D' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(856) : see previous definition of '__wglewQueryFrameTrackingI3D' x:\6610\project4\vs_project\glew.c(5856) : warning C4273: '__wglewAllocateMemoryNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(858) : see previous definition of '__wglewAllocateMemoryNV' x:\6610\project4\vs_project\glew.c(5857) : warning C4273: '__wglewFreeMemoryNV' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(859) : see previous definition of '__wglewFreeMemoryNV' x:\6610\project4\vs_project\glew.c(5859) : warning C4273: '__wglewGetMscRateOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(861) : see previous definition of '__wglewGetMscRateOML' x:\6610\project4\vs_project\glew.c(5860) : warning C4273: '__wglewGetSyncValuesOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(862) : see previous definition of '__wglewGetSyncValuesOML' x:\6610\project4\vs_project\glew.c(5861) : warning C4273: '__wglewSwapBuffersMscOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(863) : see previous definition of '__wglewSwapBuffersMscOML' x:\6610\project4\vs_project\glew.c(5862) : warning C4273: '__wglewSwapLayerBuffersMscOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(864) : see previous definition of '__wglewSwapLayerBuffersMscOML' x:\6610\project4\vs_project\glew.c(5863) : warning C4273: '__wglewWaitForMscOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(865) : see previous definition of '__wglewWaitForMscOML' x:\6610\project4\vs_project\glew.c(5864) : warning C4273: '__wglewWaitForSbcOML' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(866) : see previous definition of '__wglewWaitForSbcOML' x:\6610\project4\vs_project\glew.c(5865) : warning C4273: '__WGLEW_3DFX_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(867) : see previous definition of '__WGLEW_3DFX_multisample' x:\6610\project4\vs_project\glew.c(5866) : warning C4273: '__WGLEW_3DL_stereo_control' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(868) : see previous definition of '__WGLEW_3DL_stereo_control' x:\6610\project4\vs_project\glew.c(5867) : warning C4273: '__WGLEW_ARB_buffer_region' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(869) : see previous definition of '__WGLEW_ARB_buffer_region' x:\6610\project4\vs_project\glew.c(5868) : warning C4273: '__WGLEW_ARB_extensions_string' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(870) : see previous definition of '__WGLEW_ARB_extensions_string' x:\6610\project4\vs_project\glew.c(5869) : warning C4273: '__WGLEW_ARB_make_current_read' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(871) : see previous definition of '__WGLEW_ARB_make_current_read' x:\6610\project4\vs_project\glew.c(5870) : warning C4273: '__WGLEW_ARB_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(872) : see previous definition of '__WGLEW_ARB_multisample' x:\6610\project4\vs_project\glew.c(5871) : warning C4273: '__WGLEW_ARB_pbuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(873) : see previous definition of '__WGLEW_ARB_pbuffer' x:\6610\project4\vs_project\glew.c(5872) : warning C4273: '__WGLEW_ARB_pixel_format' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(874) : see previous definition of '__WGLEW_ARB_pixel_format' x:\6610\project4\vs_project\glew.c(5873) : warning C4273: '__WGLEW_ARB_pixel_format_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(875) : see previous definition of '__WGLEW_ARB_pixel_format_float' x:\6610\project4\vs_project\glew.c(5874) : warning C4273: '__WGLEW_ARB_render_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(876) : see previous definition of '__WGLEW_ARB_render_texture' x:\6610\project4\vs_project\glew.c(5875) : warning C4273: '__WGLEW_ATI_pixel_format_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(877) : see previous definition of '__WGLEW_ATI_pixel_format_float' x:\6610\project4\vs_project\glew.c(5876) : warning C4273: '__WGLEW_ATI_render_texture_rectangle' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(878) : see previous definition of '__WGLEW_ATI_render_texture_rectangle' x:\6610\project4\vs_project\glew.c(5877) : warning C4273: '__WGLEW_EXT_depth_float' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(879) : see previous definition of '__WGLEW_EXT_depth_float' x:\6610\project4\vs_project\glew.c(5878) : warning C4273: '__WGLEW_EXT_display_color_table' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(880) : see previous definition of '__WGLEW_EXT_display_color_table' x:\6610\project4\vs_project\glew.c(5879) : warning C4273: '__WGLEW_EXT_extensions_string' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(881) : see previous definition of '__WGLEW_EXT_extensions_string' x:\6610\project4\vs_project\glew.c(5880) : warning C4273: '__WGLEW_EXT_make_current_read' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(882) : see previous definition of '__WGLEW_EXT_make_current_read' x:\6610\project4\vs_project\glew.c(5881) : warning C4273: '__WGLEW_EXT_multisample' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(883) : see previous definition of '__WGLEW_EXT_multisample' x:\6610\project4\vs_project\glew.c(5882) : warning C4273: '__WGLEW_EXT_pbuffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(884) : see previous definition of '__WGLEW_EXT_pbuffer' x:\6610\project4\vs_project\glew.c(5883) : warning C4273: '__WGLEW_EXT_pixel_format' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(885) : see previous definition of '__WGLEW_EXT_pixel_format' x:\6610\project4\vs_project\glew.c(5884) : warning C4273: '__WGLEW_EXT_swap_control' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(886) : see previous definition of '__WGLEW_EXT_swap_control' x:\6610\project4\vs_project\glew.c(5885) : warning C4273: '__WGLEW_I3D_digital_video_control' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(887) : see previous definition of '__WGLEW_I3D_digital_video_control' x:\6610\project4\vs_project\glew.c(5886) : warning C4273: '__WGLEW_I3D_gamma' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(888) : see previous definition of '__WGLEW_I3D_gamma' x:\6610\project4\vs_project\glew.c(5887) : warning C4273: '__WGLEW_I3D_genlock' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(889) : see previous definition of '__WGLEW_I3D_genlock' x:\6610\project4\vs_project\glew.c(5888) : warning C4273: '__WGLEW_I3D_image_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(890) : see previous definition of '__WGLEW_I3D_image_buffer' x:\6610\project4\vs_project\glew.c(5889) : warning C4273: '__WGLEW_I3D_swap_frame_lock' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(891) : see previous definition of '__WGLEW_I3D_swap_frame_lock' x:\6610\project4\vs_project\glew.c(5890) : warning C4273: '__WGLEW_I3D_swap_frame_usage' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(892) : see previous definition of '__WGLEW_I3D_swap_frame_usage' x:\6610\project4\vs_project\glew.c(5891) : warning C4273: '__WGLEW_NV_float_buffer' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(893) : see previous definition of '__WGLEW_NV_float_buffer' x:\6610\project4\vs_project\glew.c(5892) : warning C4273: '__WGLEW_NV_render_depth_texture' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(894) : see previous definition of '__WGLEW_NV_render_depth_texture' x:\6610\project4\vs_project\glew.c(5893) : warning C4273: '__WGLEW_NV_render_texture_rectangle' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(895) : see previous definition of '__WGLEW_NV_render_texture_rectangle' x:\6610\project4\vs_project\glew.c(5894) : warning C4273: '__WGLEW_NV_vertex_array_range' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(896) : see previous definition of '__WGLEW_NV_vertex_array_range' x:\6610\project4\vs_project\glew.c(5895) : warning C4273: '__WGLEW_OML_sync_control' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(897) : see previous definition of '__WGLEW_OML_sync_control' x:\6610\project4\vs_project\glew.c(6271) : warning C4273: 'wglewGetExtension' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(926) : see previous definition of 'wglewGetExtension' x:\6610\project4\vs_project\glew.c(7143) : warning C4273: 'glewGetErrorString' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9764) : see previous definition of 'glewGetErrorString' x:\6610\project4\vs_project\glew.c(7157) : warning C4273: 'glewGetString' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9765) : see previous definition of 'glewGetString' x:\6610\project4\vs_project\glew.c(7169) : warning C4273: 'glewExperimental' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9762) : see previous definition of 'glewExperimental' x:\6610\project4\vs_project\glew.c(7180) : warning C4273: 'glewInit' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9753) : see previous definition of 'glewInit' x:\6610\project4\vs_project\glew.c(7198) : warning C4273: 'glewIsSupported' : inconsistent dll linkage x:\6610\project4\vs_project\include\glew.h(9754) : see previous definition of 'glewIsSupported' x:\6610\project4\vs_project\glew.c(9173) : warning C4273: 'wglewIsSupported' : inconsistent dll linkage x:\6610\project4\vs_project\include\wglew.h(922) : see previous definition of 'wglewIsSupported' Compiling manifest to resources... Linking... Creating library Debug\project4.lib and object Debug\project4.exp MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library glui32.lib(algebra3.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(arcball.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_add_controls.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_bitmap_img_data.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_bitmaps.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_button.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_checkbox.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_column.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_control.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_edittext.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_listbox.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_mouse_iaction.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_node.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_panel.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_radio.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_rollout.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_rotation.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_separator.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_spinner.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_statictext.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_translation.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(quaternion.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info Embedding manifest... Creating library Debug\project4.lib and object Debug\project4.exp MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library glui32.lib(algebra3.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(arcball.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_add_controls.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_bitmap_img_data.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_bitmaps.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_button.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_checkbox.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_column.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_control.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_edittext.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_listbox.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_mouse_iaction.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_node.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_panel.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_radio.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_rollout.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_rotation.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_separator.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_spinner.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_statictext.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(glui_translation.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info glui32.lib(quaternion.obj) : warning LNK4204: 'x:\6610\Project4\VS_Project\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2> Results </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://x:\6610\Project4\VS_Project\Debug\BuildLog.htm" project4 - 0 error(s), 1533 warning(s) </pre></table><table width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2> </font></table></body></html>