1. RE: OPENGL HELP!!!!
- Posted by Brian Broker <bkb at cnw.com> Feb 18, 2002
- 445 views
ck, You'll get this error if you don't have glut32.dll in your path. However, when I downloaded the latest version from http://www.xmission.com/~nate/glut.html the program terminates without errors when doing glutCreateWindow. So there may be some version compatibility problems here as well. I'll let you know if I can get it working with the latest version of glut32.dll. -- Brian C. K. Lester wrote: > Hi. > > I'm trying to get into OpenGL/GLUT programming with EUPHORIA and I'm > trying to use Daniel Kluss' glut demos but they crash with the following > > message: > > C:\Documents and > Settings\Administrator\Desktop\daniel_kluss_opengl\glut.e:501 in > procedure glutInit() > c_proc/c_func: bad routine number (-1) > cmd = {{67'C',58':',92'\',69'E',85'U',80'P',72'H',79'O',82'R',73'I', > 65'A',92'\',66'B',73'I',78'N',92'\',69'E',88'X',87'W',46'.',69'E',88'X', > 69'E'},{67'C',58':',92'\',68'D',111'o',99'c',117'u',109'm',101'e',110'n', > > > 116't',115's',32' ',97'a',110'n',100'd',32' > ',83'S',101'e',116't',116't', > 105'i',110'n',103'g',115's',92'\',65'A',100'd',109'm',105'i',110'n',105'i', > > > 115's',116't',114'r',97'a',116't',111'o',114'r',92'\',68'D',101'e',115's', > > > 107'k',116't',111'o',112'p',92'\',100'd',97'a',110'n',105'i',101'e',108'l', > > > 95'_',107'k',108'l',117'u',115's',115's',95'_',111'o',112'p',101'e',110'n', > > > 103'g',108'l',92'\',103'g',108'l',117'u',116't',100'd',101'e',109'm', > 111'o',46'.',101'e',120'x',119'w'}} > a = 7879088 > b = 7962520 > > ... called from C:\Documents and > Settings\Administrator\Desktop\daniel_kluss_opengl\glutdemo.exw:139 > > Global & Local Variables > > C:\EUPHORIA\include\machine.e: > check_calls = 1 > > C:\Documents and > Settings\Administrator\Desktop\daniel_kluss_opengl\glutdemo.exw: > my_window = <no value> > > Somebody please help... Daniel? Mic? > > Thanks! > ck > >
2. RE: OPENGL HELP!!!!
- Posted by "C. K. Lester" <cklester at yahoo.com> Feb 18, 2002
- 413 views
Hey, Brian, thanks a lot. > I'll let you know if I can get it working with the latest > version of glut32.dll. I can run mic's "glue2.zip" demos just fine! Unfortunately, I don't know where to begin to learn about how to use mic's stuff. I'd love to have a package that doesn't require me to code c_func/c_proc... Thanks again! ck
3. RE: OPENGL HELP!!!!
- Posted by Brian Broker <bkb at cnw.com> Feb 18, 2002
- 400 views
Turns out that my glutCreateWindow problem appears to be Windows XP related... Mic's demos work fine on Windows 2000 (even when using latest glut32.dll). Daniel Kluss' demos kinda work on Windows 2000 but I'm not sure if they are working properly. Looks like glut is another situation where we need support for 'cdecl' functions... -- Brian I see the 'problem' with Mic's demo's relying on C. K. Lester wrote: > Hey, Brian, thanks a lot. > > > I'll let you know if I can get it working with the latest > > version of glut32.dll. > > I can run mic's "glue2.zip" demos just fine! Unfortunately, I don't know > > where to begin to learn about how to use mic's stuff. I'd love to have a > > package that doesn't require me to code c_func/c_proc... > > Thanks again! > ck > >