OpenGL GLUT tutorial for Latest CodeBlocks

  Рет қаралды 12,053

Moinul Tutorials

Moinul Tutorials

Күн бұрын

Пікірлер: 49
@noobadults6591
@noobadults6591 22 күн бұрын
Thank you brother. It works.
@MoinulTutorials
@MoinulTutorials 20 күн бұрын
Glad it worked brother
@nathanielluke2084
@nathanielluke2084 Ай бұрын
It works. Thanks bro. Im a first year uni student and why is installing this library so hard 😭🤣
@MoinulTutorials
@MoinulTutorials Ай бұрын
Yeah. There should've been an easier process T_T. I got tired recording this one haha xD Glad It worked for you
@munyamunya313
@munyamunya313 2 ай бұрын
thank you very much this one worked for me
@MoinulTutorials
@MoinulTutorials 2 ай бұрын
Glad it helped
@mainvillain8463
@mainvillain8463 9 ай бұрын
Why it can't showed glut shape after compiling
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
Did it throw any error?
@siammahmud7893
@siammahmud7893 21 күн бұрын
great.. it worked at first try..
@MoinulTutorials
@MoinulTutorials 20 күн бұрын
Glad to help brother
@ZooniNoor-u3f
@ZooniNoor-u3f Күн бұрын
Can't find MinGW .. program files > code blocks > no MinGW What should I do now ??
@amnaqureshi1539
@amnaqureshi1539 2 сағат бұрын
Same issue😢
@ishika6945
@ishika6945 3 ай бұрын
hey thanks for the video but at the end its showing an error: ld returned 1 exit status
@MoinulTutorials
@MoinulTutorials 3 ай бұрын
@@ishika6945 Thanks for reaching out. Another instance of your program might be running in the background. That's why the compiler cannot write the .exe file while it is running on another instance. Windows doesn't allow that. Try closing the application completely or restart the computer once. then try compiling again. This should fix your problem. Let me know, if this fixed your problem. Thanks
@ayeshavarshney8664
@ayeshavarshney8664 3 ай бұрын
Getting a script error indicating that "the path you entered seems valid, but this wizard can't locate the following GLUT's include file:glut.h in it" in the end part What to do now?
@MoinulTutorials
@MoinulTutorials 3 ай бұрын
Thanks for reaching out..... Try copying every .dll file and paste them inside 'C:\Windows' and 'C:\Windows\System32' folders. NB: -> If you have 32-bit Windows(x86) then copy the .dll files from 'lib' and 'bin' folders. -> If you have 64-bit Windows then copy the .dll files from 'lib\x64' and 'bin\x64' folders. Also make sure to copy every single file to the Codeblocks directory according to your operating system. (32-bit / 64 bit) Let me know if that helped!
@ayeshavarshney8664
@ayeshavarshney8664 3 ай бұрын
@@MoinulTutorials doesn't resolved the issue
@MoinulTutorials
@MoinulTutorials 3 ай бұрын
Did you copy the files into the GL folder properly? And try selecting the "MinGW" folder instead of "x86...." folder as gluts location. See if that works for you
@deepaknayak6728
@deepaknayak6728 7 ай бұрын
Thanks a lot, it works😁
@ten_cents
@ten_cents 7 ай бұрын
did it actually lol, not working on my machine
@kavyanaik7139
@kavyanaik7139 6 ай бұрын
How come it's not working on our pc??🌈
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
@@ten_cents What seems to be the problem @ten_cents ?
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
Honored to help !
@ten_cents
@ten_cents 4 ай бұрын
@@MoinulTutorials got it to work with visual studio later on, but thanks for asking
@hmsaimun8781
@hmsaimun8781 3 ай бұрын
Thanks a lot... This video was very helpful.
@MoinulTutorials
@MoinulTutorials 3 ай бұрын
@@hmsaimun8781 Glad It helped ❤️
@purneshtandon5516
@purneshtandon5516 4 ай бұрын
glut.cbp is not present in my template file
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
There has to be a glut.h file. Kindly try to redo the process. Let me know if you find any problems
@yashsoni5718
@yashsoni5718 3 ай бұрын
Same problem
@artloverrehu2416
@artloverrehu2416 Ай бұрын
@@MoinulTutorials not available stil
@MoinulTutorials
@MoinulTutorials Ай бұрын
@@artloverrehu2416 try downloading glut.cbp file from the following link and copy the file to the share/template folder. link: drive.google.com/file/d/1vvYK_f3eAoE4nh9GdbJ-394ST6gP6Ix6/view?usp=sharing If that doesn't work. Try reinstalling Latest codeblocks and choose the correct one for your Operating System.
@thepoch0
@thepoch0 Ай бұрын
Hello from Argentina! I'm getting this issue: ||=== Build: Debug in prueba (compiler: GNU GCC Compiler) ===| ld.exe||cannot find -lgdk-3| ld.exe||cannot find -lgdk-4| ld.exe||cannot find -lpangocairo| ||error: ld returned 1 exit status| ||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|
@MoinulTutorials
@MoinulTutorials Ай бұрын
Did you copy the files correctly according to your OS architecture (32bit/64bit)?
@Elden_Lord01
@Elden_Lord01 Жыл бұрын
nice tutorial ...rep++
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
Glad to hear
@ashaypatil2005
@ashaypatil2005 5 ай бұрын
thanks a lot 😇😃
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
Glad I could help !
@idioticcreatureyt
@idioticcreatureyt 2 ай бұрын
error ||=== Build: Debug in file_name(compiler: GNU GCC Compiler) ===| ld.exe||cannot find -lfreeglut| ||error: ld returned 1 exit status| ||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
@MoinulTutorials
@MoinulTutorials 2 ай бұрын
check if you have copied the files according to your Windows architecture (32 bit or 64 bit)
@idioticcreatureyt
@idioticcreatureyt 2 ай бұрын
@@MoinulTutorials mine is 64 bit any specific thing to do ?? where it is in video
@MoinulTutorials
@MoinulTutorials 2 ай бұрын
@@idioticcreatureyt just make sure to copy the contents of the folders named "x64" to the directory shown in the video. You should be good to go after that
@MadaraObitoItachiShishuiUchiha
@MadaraObitoItachiShishuiUchiha 8 ай бұрын
Its not working
@Ar-wj5qr
@Ar-wj5qr 4 ай бұрын
hey bro can you tell whats a issue?
@pragyapanwar2987
@pragyapanwar2987 4 ай бұрын
@@Ar-wj5qr my last step is not working cant see thw visuals
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
Can you give me a screen shot of the problem?
@MoinulTutorials
@MoinulTutorials 4 ай бұрын
@@pragyapanwar2987 Can you give me a screen shot ?
@heisenbergBiyatch
@heisenbergBiyatch 4 ай бұрын
same problem. There's a build error showing
Freeglut Setup on CodeBlocks (Any Version) || OpenGL Setup
9:32
Kazi Tutorials
Рет қаралды 425
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
TryHackMe's Day 1 of Advent of Cyber 2024
8:40
MBxCyberSec
Рет қаралды 526
How to install CodeBlocks to run OpenGL Projects | Windows 10
7:21
GLUT install in codeblocks 20.03 completely ...  (Sylhety version)
9:57
How to setup VS Code to run OpenGL code (Shorter Version)
9:19
A C++ Enjoyer
Рет қаралды 24 М.
OpenGL Tutorial 1:  Beginning the project!
9:11
Jeremy Hahn
Рет қаралды 61 М.