stepup and get stard opengl

nguyettuhan 41 Reputation points
2022-11-18T15:00:12.937+00:00

i don't why it doesn's work, and where is 'freeglutd.lib' in test code261946-12345.jpg261890-1234.jpg

https://www3.ntu.edu.sg/home/ehchua/programming/opengl/HowTo_OpenGL_C.html

261919-12344.jpg

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,153 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 81,741 Reputation points
    2022-11-18T15:18:38.073+00:00

    To avoid the error with freeglutd.lib, you can add NDEBUG in :

    [C/C++] [Preprocessor] [Preprocessor Definitions]

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. nguyettuhan 41 Reputation points
    2022-11-25T02:46:03.507+00:00

    sorry for my delay, i added lib and include directory but still doesn's work with me.

    264094-op.png

    0 comments No comments

  2. nguyettuhan 41 Reputation points
    2022-11-27T12:47:12.643+00:00

    my test code is work now because I add fild "freeglut.lib" in folder MinGW/lib .Thanks Castorix31 for all your kind, you was helped me alot.

    0 comments No comments