Pozz,poceo sam ucit programiranje i pokusao sam napraviti GroundStrafe..koristio sam source code od eque i izbacio mi je sljedeci error, pa ako netko zna u cemu je problem zamolio bih da mi pomogne
------ Build started: Project: SimpleBase, Configuration: Debug Win32 ------
opengl.cpp
c:\documents and settings\owner\desktop\sb_clear\main.h(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\microsoft visual c++ 2010 express\vc\include\stdio.h(371) : see declaration of 'sprintf'
c:\documents and settings\owner\desktop\sb_clear\main.h(197): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\microsoft visual c++ 2010 express\vc\include\string.h(105) : see declaration of 'strcpy'
c:\documents and settings\owner\desktop\sb_clear\cfont.h(
: fatal error C1083: Cannot open include file: 'gl/glaux.h': No such file or directory
client.cpp
c:\documents and settings\owner\desktop\sb_clear\main.h(195): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\microsoft visual c++ 2010 express\vc\include\stdio.h(371) : see declaration of 'sprintf'
c:\documents and settings\owner\desktop\sb_clear\main.h(197): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\microsoft visual c++ 2010 express\vc\include\string.h(105) : see declaration of 'strcpy'
c:\documents and settings\owner\desktop\sb_clear\cfont.h(
: fatal error C1083: Cannot open include file: 'gl/glaux.h': No such file or directory
cFont.cpp
c:\documents and settings\owner\desktop\sb_clear\cfont.h(
: fatal error C1083: Cannot open include file: 'gl/glaux.h': No such file or directory
Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========