Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
story.txt - Google Drive[^]

What I have tried:

i tried to change the 62 bit to 32bit but didnt work
and also tried to debug it in the bin and still didnt work
Posted
Updated 4-May-21 19:42pm
Comments
Patrice T 5-May-21 1:52am    
Try to explain how you are "Unable to execute"
Like error messages.
Richard MacCutchan 5-May-21 3:40am    
Do you seriously expect someone to struggle through almost 1,500 lines of code they have never seen before, in order to work out what is wrong? Please use the Improve question link below your question, and add complete details of the problem, including where is is failing.
merano99 7-May-21 19:40pm    
The Compiler reports several problems, but at least it runs with 32Bit. First is that glut.h is not found. Ich used freeglut.lib instead. Missing braces, and Codelines, that make no sense like: "sprintf(text, "WHERE THERE IS A WILL THERE'S A WAY", 5.00, 8.00);"
I compiled with Visual-Studio and there are many warnings saying "Shortening of "double" in "GLfloat""
At least it runs and shows a grafic screen. See no reason why it should not work in principle.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900