15,798,200 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by VD-Flash (Top 24 by date)
VD-Flash
24-Mar-23 11:49am
View
You can build GLUI library for Linux too. Here's the GitHub page for it.
https://github.com/libglui/glui
And if you want bare metal programming for Linux, just stick to my answer and build everything yourself with any customization you like.
VD-Flash
24-Sep-20 3:26am
View
Yes, we cannot help you with only this much of code and a small description. Please elaborate on the problem you have.😁
VD-Flash
24-Sep-20 3:22am
View
I don't have a powerful PC so I am using Windows 7. I have 3 different versions of Visual Studio (2012, 2013 and 2015). This library is in all of them.
VD-Flash
24-Sep-20 3:20am
View
Thank you for this software.
VD-Flash
24-Sep-20 3:16am
View
Why does Windows use it?
VD-Flash
8-Sep-20 0:11am
View
I know that this question is over 3 years old. You may have figured it out. But in case you haven't, go give it a try and also download the latest version of FreeGLUT binary release which is 3.2.1 from their official website. If you figured it out even then there are guys in this problem as I was once and I'd they read this answer then they will surely get some help.
VD-Flash
7-Sep-20 15:52pm
View
OK
VD-Flash
7-Sep-20 14:58pm
View
Take a look at
this
. This is an old GLUT based gui library for OpenGL (in case you don't want to work out). I would recommend Win32 because it has all the features you want (in case you don't like the above library).
VD-Flash
7-Sep-20 14:14pm
View
Thanks for the link. It works fine. 😀
VD-Flash
7-Sep-20 13:53pm
View
Thank you for the above link. It will be quite useful for me. But as you said above I can load an image using LoadBitmap and receive a HBITMAP handle and convert it into texture as I regularly do. But is a HBITMAP data type acceptable by glTexImage2D? Because I usually load the image from file using the pre built stb_image library which returns a unsigned char* data type which can be used in the last parameter of glTexImage2D.
VD-Flash
7-Sep-20 13:38pm
View
If you don't find a suitable library then you can build your own. See my answer.
VD-Flash
15-Aug-20 1:24am
View
Oh, that's the matter. So I cannot make those round shaped buttons. You don't need to seek apologies. Because of you guys, I got some new topics to learn. Thank you for your help and support.
VD-Flash
14-Aug-20 21:48pm
View
I am *certainly* not blaming anyone. And I am really sorry if my words sound disapproving. I will try to make them more polite. As of now can you guys please provide me a suitable solution?
VD-Flash
14-Aug-20 15:43pm
View
I have already mentioned the problem. Above in the question's description, I have given the links of two pictures. The first one shows the buttons that I end up making. The second picture shows the buttons that I want to create but I don't know the appropriate code for it. And by buttons, I mean the yes/no or the ok/cancel buttons in the dialog boxes.
VD-Flash
14-Aug-20 14:48pm
View
Sorry, Sandeep but this does not solve my problem.
VD-Flash
24-Jul-20 12:11pm
View
OK, I think it's on me now. I won't disappoint you. The next question will only be related to programming and coding stuff.
VD-Flash
24-Jul-20 9:36am
View
This is great. Thank you for this information.
VD-Flash
23-Jul-20 12:54pm
View
I don't have Visual Studio installed on my PC. I am trying to build a vcproj file through command line with MSBuild. My question was that can't it build the project itself? Why would it require VCBuild?
VD-Flash
23-Jul-20 11:23am
View
I want to know why it cannot find vcbuild.exe ? And why does it need it ?
VD-Flash
23-Jul-20 9:47am
View
Thank you for this
VD-Flash
23-Jul-20 8:39am
View
That could be a problem. I don't know what is its structure. And if I even knew what is the structure, don't you think that it's quite cumbersome to convert around *50* files !
VD-Flash
23-Jul-20 2:17am
View
Ok, I got your message. Thank you for your time.
VD-Flash
23-Jul-20 1:33am
View
Ok, that's great. Thank you for your answer. And yes, can you also please tell me which version of .NET framework should I have to run VS 2010 ?
VD-Flash
23-Jul-20 0:25am
View
So, if I cannot run Visual Studio 2013 then which version should be suitable for me (2012 / 2010 / 2008) ? I have windows 7 (32-bit) and I am running Blender 2.74
Show More