Google Code Exporter
Google Code Exporter
``` 1. using devkitPPC r24 2. libogc from svn 3. gl2gx.7z from May 2009 compile errors about type Vector and LONG_MAX solution: in glint.h: after #include typedef guVector Vector; in...
``` Use this patch on gl2gx.7z from the downloads section. ``` Original issue reported on code.google.com by `stephen.george.west` on 1 Mar 2010 at 7:41 Attachments: - [devkitPPCrelease19_libogc1.8.1.patch](https://storage.googleapis.com/google-code-attachments/gl2gx/issue-6/comment-0/devkitPPCrelease19_libogc1.8.1.patch)
``` What is the expected output? What do you see instead? I'm basically getting tons of errors when I try to compile either gl2gx-src-20080713.tar.bz2 or gl2gx.7z The compiler output isn't...
``` I want to know if the new version that you've posted works fine because your librairy doesn't compile :S In fact it can't find SDL_glfuncs.h (no such file or...
``` What steps will reproduce the problem? 1. Take any gl2gx example 2. Comment out the call to glutIdleFunc() in the example 3. Compile and run, when the glutMainLoop() is...
``` The quadric are not implented. ``` Original issue reported on code.google.com by `[email protected]` on 1 Oct 2008 at 3:00
``` I used a workaround using glNormal3f and glVertex3f functions for the float-version of the functions. I'm not sure if it's right however this is the code I used (sorry...
``` Коллеги! В коде явно встречается наличие поддержки snes-мышки, о которой ну никак не написано в документации. А между тем расскоментирование #define NOMOUSE дает феноменальный выигрыш в размере - прошивка...
``` Есть идея выполнить всё это в SMD. Плюсы: уменьшение размеров. последующая интеграция других узлов (хаба например) Минусы: не для новичков. хотя смд не так уж и тяжело паять. ```...
``` В исходники нужно добавить файл с коротким описанием прошивки на русском языке. Чуть-чуть по модулям, немного об изначальном авторе и некоторых его просьбах. Возможно стоит добавить рекомендации по сборке....