Forum: Visual Basic 4 / 5 / 6 May 18th, 2008 |
| Replies: 2 Views: 450 |
Forum: C++ May 17th, 2008 |
| Replies: 5 Views: 519 |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2008 |
| Replies: 2 Views: 450 |
Forum: C++ May 17th, 2008 |
| Replies: 5 Views: 519 |
Forum: C++ May 3rd, 2008 |
| Replies: 0 Views: 609 glut texture Hi,
I have a question about the glut functions in opengl.
For example, glutSolidTeapot (GLdouble size)
Can anyone tell me if the rendered teapot can be textured and how?
I applied textures on... |
Forum: C++ May 1st, 2008 |
| Replies: 3 Views: 511 |
Forum: C++ May 1st, 2008 |
| Replies: 3 Views: 511 opengl terrain rendering tutorials Hello:)
Can you please suggest some good opengl terrain rendering links or books(not to complicated, i am quite a beginner yet). Thanks in advance. |
Forum: C++ Apr 10th, 2008 |
| Replies: 0 Views: 954 mouse rotating figure in opengl hello
I implemented a rotating cube in opengl which rotates when the user moves the mouse.
I am a beginner with opengl, so i wanted to ask you a question on rotating.
here is my code for the... |
Forum: C++ Apr 9th, 2008 |
| Replies: 5 Views: 1,203 Re: installing gd library in visual c++ 6.0 I've used the gdwin32 library and i've run the batch file from the command line, it created the lib file for itself. i entered in the directory where the batch file was from the command line and run... |
Forum: C++ Apr 9th, 2008 |
| Replies: 5 Views: 1,203 Re: installing gd library in visual c++ 6.0 Thanks:) now it compiles ok.(i included the path for the gd.h directory). how can i run this batch file : makemsvcimport.bat, from MSVC or from the command line ? i just cliked on it, and a black... |
Forum: C++ Apr 9th, 2008 |
| Replies: 5 Views: 1,203 Re: installing gd library in visual c++ 6.0 PS : and i also copied the library : bgd.dll to :windows/system folder on my computer.
I don't know how to use the provided batch file makemsvcimport.bat to make a bgd.lib import library... |
Forum: C++ Apr 9th, 2008 |
| Replies: 5 Views: 1,203 installing gd library in visual c++ 6.0 Hello,
I just downloaded the latest gd library, unziped it - i downloaded a dll version and a source code version. I have problems whit using it in my msvc application.
I will paste here the... |
Forum: C++ Apr 6th, 2008 |
| Replies: 3 Views: 526 Re: Serializing in Visual C++ Thank you very much. I want to ask if i can serialize like this for example an entire drawing?
Like a rotating cube. I do my drawing in the Document class, in a method RenderScene using opengl. i... |
Forum: C++ Apr 6th, 2008 |
| Replies: 3 Views: 526 Serializing in Visual C++ hello
i am building an application in Visual c++ 6 and i want to save some variable values. i tried in all ways, until i try just to save a value that i declared right in the "Serialize" function of... |
Forum: Monitors, Displays and Video Cards Apr 2nd, 2008 |
| Replies: 2 Views: 3,693 |
Forum: C++ Apr 2nd, 2008 |
| Replies: 0 Views: 255 flicker in opengl window Using OpenGL in Visual C++: Part I #1 Jul 14th, 2004
Here is the example i also used to implement an opengl window ready for painting. But the problem is i still have flicker. How can i get rid... |
Forum: C++ Mar 25th, 2008 |
| Replies: 4 Views: 293 Re: deleting a class in visual c++ Thanks, i did what you said. but the problem was that i needed to delete the files from the "file view" tab too (the cpp and header files). i just deleted them from the "class view" tab first time.... |
Forum: C++ Mar 25th, 2008 |
| Replies: 4 Views: 293 deleting a class in visual c++ Hello:)
I have a problem that keeps repeating. I work in Visual C++ 6, and i deleted a class, i erased it from program files/microsoft visual studio/my projects/bla bla.. and i deleted the code in... |
Forum: C++ Mar 25th, 2008 |
| Replies: 1 Views: 563 glut in SDI applications(mfc appwizard) hello. i have a question. i am quite new to visual c++ programming, and i was wondering how can i use glut in a mfc appwizard profect, and not only in a win32 application. for example i need to draw... |