How to Install CodeBlocks IDE with OpenGL Libraries | Creation & Execution of OpenGL Program

  Рет қаралды 52,445

Learning Bits 1024

Learning Bits 1024

Күн бұрын

Пікірлер: 118
@maurizarodriguesdasilva3348
@maurizarodriguesdasilva3348 4 жыл бұрын
Man I am Brazilian and I am very grateful for having posted this video, I was trying to run OpenGL on Windows for three days and I couldn't, Congratulations and Thanks for the help man.
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Yeah Thank You Soooo Much for such a wonderful feedback... Use this and Be Knowledgeable and Share the Knowledge.... Thank You Once Again...
@FPSGCTUTORIAL
@FPSGCTUTORIAL Ай бұрын
so much thanks man, love it. i watched a lot of tutorials . they weren't working but this worked , thanks man
@mithunchandrasaha403
@mithunchandrasaha403 3 жыл бұрын
Many Many thanks to you Sir.After so much difficulty I am able to set up configuring my CodeBlocks IDE with OpenGL Glut Librarirs.Please pray for me that i am able to understand any person as like as you.So I can not able to sit in without thanks to you.
@DakshAzad
@DakshAzad Жыл бұрын
I included the windows.h header file but it still shows error while building the main.cpp and it says cannot save the file.
@sevanthib3241
@sevanthib3241 3 жыл бұрын
Followed all the steps but at last I have included windows.h but still the code isn't working, what should I do?
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Can You please elaborate the problem in detail...
@sevanthib3241
@sevanthib3241 3 жыл бұрын
Getting errors while running the code, once I'm getting gnu gcc compiler error,then if link the compiler I'm getting id not found error
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Its better share the Error Snapshot at learningbits1024@gmail.com
@priyanshuborole8228
@priyanshuborole8228 2 жыл бұрын
did u got any solution?
@wartaur_7943
@wartaur_7943 2 жыл бұрын
Can you help me with this problem? error: redeclaration of C++ built-in type 'wchar_t' [-fpermissive]|
@abhishekat8032
@abhishekat8032 3 жыл бұрын
error: redeclaration of C++ built-in type 'wchar_t' [-fpermissive] typedef unsigned short wchar_t; am getting this error
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Can you please elaborate the error in details or do send the snapshot of the error to learningbits1024@gmail.com
@wartaur_7943
@wartaur_7943 2 жыл бұрын
did you get an answer?
@atharvachoudhari3968
@atharvachoudhari3968 2 жыл бұрын
Did you get your answer?? i also got the same error .....
@atharvachoudhari3968
@atharvachoudhari3968 2 жыл бұрын
@@LearningBits1024 Hello, were you able to solve this problem, if yes can you please share the solution..... After the whole setup and building the sample code, it is showing only one error which says "error: redeclaration of C++ built-in type 'wchar_t' [-fpermissive]".
@prashikasonawane
@prashikasonawane 3 жыл бұрын
Whenever I am trying to create a new glut project it gives me a popup as "cant find compiler executable in your configured search path's for GNU GCC Compiler" i.e. a Environtment Error. And on the screen I am unable to see the source code as well, whole screen is blank. Please help me with this.
@LearningBits1024
@LearningBits1024 3 жыл бұрын
If you are getting "glut32.dll is missing" error, Try Instead of copying glut32.dll to "C:\Windows\System32" copy it to "C:\Windows\SysWOW64"
@virtualclassesoncomputerpr5433
@virtualclassesoncomputerpr5433 Жыл бұрын
yes, codeblocks installed and configured successfully, i could get the last 3 graphical images
@anchallama8121
@anchallama8121 2 жыл бұрын
Thank you sir ,for your effort to help easily. In my case i had to attach one more file in codeblock/Mingw/lib : libbgi.a and gult32.dll files paste in SysWOW64
@mahimakulkarni
@mahimakulkarni 3 жыл бұрын
Project/Target: "sample - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Do you have a compiler installed? Goto "Settings->Compiler...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup. Tried to run compiler executable 'C:\Program Files\CodeBlocks\MinGW/bin/mingw32-gcc.exe', but failed! Skipping Got this error after compiling the sample program, please help .
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Try-1 : Copy & Paste "glut32.dll" in Windows32 Try-2 : Copy & Paste "glut32.dll" to "C:\Windows\SysWOW64" Still if the issues stays.... let me know...
@tejashreekkothapalli3621
@tejashreekkothapalli3621 3 жыл бұрын
Hlo!!! Have a same issue done copying dll file to syswow32 but didn’t get the solution
@goodluckklauson8740
@goodluckklauson8740 3 жыл бұрын
when i download package link the drive doesnt allow me to access the glut and readme files
@sandeshr2885
@sandeshr2885 3 жыл бұрын
For example program it was working but for my project program it not working it's fatal error glut.h there is no dir or file
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Under Project Type Category make sure you choose glut Project...
@dimension-ji7xk
@dimension-ji7xk 3 жыл бұрын
1) Paste libglut32.a. in Codeblocks MinGW : lib folder 2) paste GLUT folder (has all the glut header files) In include folder: GL folder 3) go to Project: click Build options tab Debug: click Linker settings tab Click add Add libglut32.a Use browse button to create a path to the lib folder where libglut32.a. is. The path would look something like this CodeBlocks\MinGW\lib\libglut32.a 4) move over and click the Search directories tab Click add Add the GLUT folder Use the browse button to create a path to where the GLUT folder is. The path would look something like this CodeBlocks\MinGW\include\GL\GLUT
@sumanthachark
@sumanthachark 3 жыл бұрын
Hello, in my MinGW folder not a single file is in .exe format. Should I manually make it .exe or is there any fix?
@LearningBits1024
@LearningBits1024 3 жыл бұрын
No you need not create any such files.... it will be automatically installed... if everything would have went fine.. while installing...
@dimension-ji7xk
@dimension-ji7xk 3 жыл бұрын
.exe files aren't in the minGW folder. .exe ( executable application ) files are automatically created in your Project's bin: debug : folder 📂 if the program was successfully compiled with no errors.
@dr.fausto5033
@dr.fausto5033 4 жыл бұрын
Thank you very much. The only tutorial that really helps
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Thank You Soo Much for Your Feedback.... Use it and be Knowledgeable.... Share the Knowledge too...
@jayeshtak2530
@jayeshtak2530 24 күн бұрын
Will it work on Mac ?
@rose-ob9fy
@rose-ob9fy 2 жыл бұрын
Sir, Iam getting error as no such file or directory. How to resolve?
@sheroukosama99
@sheroukosama99 3 жыл бұрын
my system 64 bit does anyone know how i can download GLUT on codeblocks 17.12 and work
@ajaytechandgaming7487
@ajaytechandgaming7487 3 жыл бұрын
glut.h is not opening sir 10.52
@LearningBits1024
@LearningBits1024 3 жыл бұрын
At Which Stage the issue is...?
@priyodokan8186
@priyodokan8186 Жыл бұрын
this video has helped me a lot... thanks a lot
@Uri.Sab.
@Uri.Sab. 4 жыл бұрын
How could i know what opengl version uses in this video? Regards!
@LearningBits1024
@LearningBits1024 4 жыл бұрын
I have used OpenGL Version: 4.3.0 - Build 10.18.10.3977 & I hope the information was useful...
@asifyousuf7106
@asifyousuf7106 3 жыл бұрын
when i run the programme it shows the application was unable to run correctly
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Is it solved...? If not please do send the error snapshot to Learning.bits1024@gmail.com
@swapnilchavan1667
@swapnilchavan1667 4 жыл бұрын
the .rar file which i downloaded is not opening . what to do
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Download WINRAR software... Basic version of which is available for free
@swapnilchavan1667
@swapnilchavan1667 4 жыл бұрын
@@LearningBits1024 error - undefined reference to _Crt_fenv My system is 64 bit plzz help
@swapnilchavan1667
@swapnilchavan1667 4 жыл бұрын
Done man thanks 🙏🙏
@athirarajendran7443
@athirarajendran7443 3 жыл бұрын
Got an error after completing all the steps, " couldn't create the project directory"
@atharvayadav3242
@atharvayadav3242 4 жыл бұрын
I have done all things as shown in video, but still not working properly:(please give me a solution
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Please do mention the problem or error your facing.
@atharvayadav3242
@atharvayadav3242 4 жыл бұрын
@@LearningBits1024 undefined reference to '_CRT_fenv' undefined reference to'_setargv' Please try to give me solution...
@atharvayadav3242
@atharvayadav3242 4 жыл бұрын
@@LearningBits1024 c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../crt2.o:(.text+0x1de): undefined reference to `_CRT_fenv' c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../crt2.o:(.text+0x1eb): undefined reference to `_setargv'
@LearningBits1024
@LearningBits1024 4 жыл бұрын
You need to set the path of compiler to the installation directory of MinGW in CodeBlocks under "Settings-Compiler-Toolchain executables"
@lifeisroyale5340
@lifeisroyale5340 Жыл бұрын
​@@LearningBits1024thankssss... it worked
@HelloHello-yf8dz
@HelloHello-yf8dz 4 жыл бұрын
In , a sentence in page 2 said GLUT is deprecated.
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Need more information with respect to the problem you are facing with. Elaborate more about it here or Mail the Snapshot or Code Snippet at Learning.Bits1024@gmail.com Thank You
@HelloHello-yf8dz
@HelloHello-yf8dz 4 жыл бұрын
@@LearningBits1024 I'm not saying there are any problem. I'm saying GLUT is deprecated, according to that book.
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Ok... I got your point. GLUT is deprecated because no further enhancement has been made for it, in place of it FreeGLUT has been replaced with very few changes. As it is backward compatible all the features of GLUT is handled by FreeGLUT too.
@chandanaks3252
@chandanaks3252 4 жыл бұрын
Hi., Thank you, this is useful information. I tried in codeblocks it is working fine. But I need to work in opengl 2.0 APIs in code composer studio(CCS) could you please explain how to download the Opengl 2.0 APIs and how to link this APIs to code composer studio ?
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Ya Sure... Will upload video about it once it's ready... And Thank You for Ur Feedback.....
@chandanaks3252
@chandanaks3252 4 жыл бұрын
@@LearningBits1024 thank you
@chinyk5062
@chinyk5062 3 жыл бұрын
hi guys i'm having this error ld.exe||cannot find -lglut32| can anyone help me
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Try Out this.... Instead of copying glut32.dll to "C:\Windows\System32" copy it to "C:\Windows\SysWOW64"
@manumbenakal6974
@manumbenakal6974 2 жыл бұрын
@@LearningBits1024 not working
@n_o_o_n_e
@n_o_o_n_e 4 жыл бұрын
Thank You! This video really helped me!
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Thank You for Your Feedback... Use it & be Knowledgeable....
@HarendraSingh-tl8we
@HarendraSingh-tl8we 3 жыл бұрын
not working(it seems that this project has not been built yet.....)
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Could you please elaborate the problem your facing...
@gauthamkiran6155
@gauthamkiran6155 4 жыл бұрын
does this work on 64 bit laptop
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Yes... It works
@priyankams9594
@priyankams9594 3 жыл бұрын
sir is it for 32 bit machine or 64 bit
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Yes It will work for both...
@ayanadityasaha9813
@ayanadityasaha9813 3 жыл бұрын
idk if find you voice and mouse click sound quite satisfying :)
@LearningBits1024
@LearningBits1024 3 жыл бұрын
If I found any such idk/api will let you know...
@avatarshetty4071
@avatarshetty4071 3 жыл бұрын
The folder cannot be extracted
@LearningBits1024
@LearningBits1024 3 жыл бұрын
I have tested with downloading after seeing your comment... But its working fine... and Just Check do you have proper software to extract compressed file at your system..
@tareq06
@tareq06 3 жыл бұрын
It worked! Take love brother!!!
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Use it and be Knowledgeable... Thank You for your feedback...
@Kj-il2kv
@Kj-il2kv 3 жыл бұрын
I don't see GL, please help
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Can you be more specific about your problem...
@Kj-il2kv
@Kj-il2kv 3 жыл бұрын
@@LearningBits1024 I don't see the GL folder to follow the steps. It's just missing.
@aditya_asundi
@aditya_asundi 3 жыл бұрын
@@Kj-il2kv Yes. You need to make the GL folder and then paste the file in it.
@sumanthachark
@sumanthachark 3 жыл бұрын
@@Kj-il2kv or U might have downloaded the wrong version
@prethashak.r6572
@prethashak.r6572 3 жыл бұрын
if you uninstall and reinstall it helps i was facing the same issue
@roykumuda
@roykumuda Жыл бұрын
Good explanation
@kanthanaikn432
@kanthanaikn432 4 жыл бұрын
Thank you so much sir
@LearningBits1024
@LearningBits1024 4 жыл бұрын
My Pleasure to receive your acknowledge.... Thank You for Your Feedback.... Use it and be Knowledgeable.... Share the Knowledge too...
@afrinadipti2820
@afrinadipti2820 3 жыл бұрын
I followed every step but I'm still getting the error "Cannot find lglut32" What should I do???? Please help :(
@samnfs
@samnfs 3 жыл бұрын
paste it again in windows32
@afrinadipti2820
@afrinadipti2820 3 жыл бұрын
@@samnfs thanks for the reply but my problem has been solved already... I just had to install 17.12 version..openGL was not working in the latest version for me :)
@samnfs
@samnfs 3 жыл бұрын
@@afrinadipti2820 are you working on an openGL project?
@afrinadipti2820
@afrinadipti2820 3 жыл бұрын
@@samnfs not any specific project. I'm doing computer graphics course in this semester.
@samnfs
@samnfs 3 жыл бұрын
@@afrinadipti2820 okay thanks. 😃
@MehediHasan-tp8og
@MehediHasan-tp8og 4 жыл бұрын
Thanks for this prefect video
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Thank You... for Your Feedback... Use it and be Knowledgeable...
@npcburro1673
@npcburro1673 3 жыл бұрын
thank's bro. You save me!
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Thank You for Your Feedback... Use it and Be Knowledgeable....
@christianlarico7794
@christianlarico7794 3 жыл бұрын
Thank you very much bro, it has been 2 hours without being able to install this thing, a question, because when I downloaded codeblocks the GL folder did not appear, but in your file it did appear, thank you very much and greetings and sorry for the English.
@LearningBits1024
@LearningBits1024 3 жыл бұрын
First of all thank you for your feedback... Secondly, if some files are missing out... Please do check out the downloading has happed properly or not... Nothing to feel sorry about the English... Its Fine wrt to communication...
@updhanush7410
@updhanush7410 3 жыл бұрын
thts working! thanks a lot bhai
@LearningBits1024
@LearningBits1024 3 жыл бұрын
I am glad that it worked... Use it and be knowledgeable....
@aditya_asundi
@aditya_asundi 3 жыл бұрын
Thanks a lot sir!
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Thank you for your feedback... Use it and be knowledgeable....
@fahimmuntasir6695
@fahimmuntasir6695 4 жыл бұрын
Thanks.... It's working!!
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Use it and be Knowledgeable.... Thank You
@sumaiyashahnama9473
@sumaiyashahnama9473 3 жыл бұрын
Thank u..it works
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Thank You for Ur Feedback.... Use it & be Knowledgeable.....
@orooentertainmentcollectio6579
@orooentertainmentcollectio6579 4 жыл бұрын
Great Thanks friend
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Thank You for Ur Feedback... Use it and be Knowledgeable...
@afrida3351
@afrida3351 4 жыл бұрын
Thank u so much
@LearningBits1024
@LearningBits1024 4 жыл бұрын
Thank You for your Feedback... Use it and be Knowledgeable...
@sittiphongpornudomthap6103
@sittiphongpornudomthap6103 2 жыл бұрын
Thank you it work
@MASaifAl-Mamun
@MASaifAl-Mamun Жыл бұрын
your video and the file read me are not same
@darkman2633
@darkman2633 3 жыл бұрын
Bro not working
@LearningBits1024
@LearningBits1024 3 жыл бұрын
Can I know what exact Issue you are facing with...?
@BikkyS1
@BikkyS1 3 жыл бұрын
best
OpenGL GLUT tutorial for Latest CodeBlocks
10:32
Moinul Tutorials
Рет қаралды 12 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
My First OpenGL Program | Basic Structure of Any OpenGL Program
40:01
Learning Bits 1024
Рет қаралды 65 М.
How to install CodeBlocks on Windows 11 and Setup OpenGL
15:51
Future Vision
Рет қаралды 694
Setting up OpenGL and Creating a Window in C++
22:03
The Cherno
Рет қаралды 835 М.
Compilers, How They Work, And Writing Them From Scratch
23:53
Adam McDaniel (kiwi)
Рет қаралды 233 М.
Comment utiliser SFML sur Code::Blocks ?
5:04
incandescence
Рет қаралды 762
HOWTO: Setup CLion for SDL2 Gamedev
8:58
Erik Yuzwa
Рет қаралды 10 М.
Using Dev-C++ for OpenGL GLUT/freeGLUT Programming
6:46
The Oracle Professor
Рет қаралды 173 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН