Welcome to Dream.In.Code
Getting Help is Easy!

Join 118,309 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,702 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



OpenGl error

 
Reply to this topicStart new topic

OpenGl error, Error with glutInit()

sjf123abc
post 6 Aug, 2008 - 09:10 PM
Post #1


New D.I.C Head

*
Joined: 23 Jul, 2008
Posts: 24


My Contributions


Im following a OpenGl guide on the internet and I am having some errors

invalid file or disk full: cannot seek to 0x3beaa2a7

#include <iostream>
#include <windows.h>
#include <GL/gl.h>
#include <Gl/glu.h>
#include <GL/glut.h>

using namespace std;

int main(int argc, char** argv)
{

glutInit(&argc, argv);
glutInitDisplayMode(GLUT_RGBA);
glutInitWindowSize(600,100);

return 0;
}
User is offlineProfile CardPM

Go to the top of the page


stayscrisp
post 7 Aug, 2008 - 04:46 AM
Post #2


D.I.C Head

**
Joined: 14 Feb, 2008
Posts: 231



Thanked 5 times
My Contributions



This is an actual microsoft recognised problem with some of there visual studio packages

these ones:

• Microsoft Visual C++ .NET 2003 Standard Edition
• Microsoft Visual Studio .NET 2003 Enterprise Architect
• Microsoft Visual Studio .NET 2003 Enterprise Developer
• Microsoft Visual Studio .NET 2003 Academic Edition

you can get in touch with microsoft to get a fix for this problem or just work around it by:

1. Open the Property Pages dialog box for the project.
2. Expand the Linker folder.
3. Click Embedded IDL to view the Embedded IDL property page.
4. Set the Ignore Embedded IDL property to Yes.

icon_up.gif




This post has been edited by stayscrisp: 7 Aug, 2008 - 04:50 AM
User is offlineProfile CardPM

Go to the top of the page

sjf123abc
post 7 Aug, 2008 - 12:02 PM
Post #3


New D.I.C Head

*
Joined: 23 Jul, 2008
Posts: 24


My Contributions


I cant find what you are talking about

I have Visual C++ 5.0

This post has been edited by sjf123abc: 7 Aug, 2008 - 12:46 PM
User is offlineProfile CardPM

Go to the top of the page

stayscrisp
post 7 Aug, 2008 - 03:20 PM
Post #4


D.I.C Head

**
Joined: 14 Feb, 2008
Posts: 231



Thanked 5 times
My Contributions



Just put your error into google i'm sure you'll get something useful
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/10/08 11:47AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month