On Apr 7, 2012, at 1:12 PM, Igor Stasenko wrote:
On 7 April 2012 09:09, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Igor thanks a lot. Did you define a stable version because like that we can publish it to the MetaReportForPharo14 and use the browser to load it.
i never publish broken metacello versions.. if something is broken in version i fixing it instead of releasing new metacello version.
What I want to say is that I imagine that the configuration browser load a configu and load automatically #stable so if you do not define #stable but a version may be it does not load. But may be I'm wrong I did not check the code of the browser. Stef
Stef
On Apr 6, 2012, at 3:31 PM, Igor Stasenko wrote:
Hi there,
for those, who interested, i updated a NBOpenGL configuration.
Changes are:
- updated GL API to most recent available (taken directly from opengl specs). Now there is about 300 more methods to explore :) - finally dealt with win32 support code and made it working again - fixed the GLX function prefix , which should be 'glX' not 'glx'
To load it in 1.4 use:
Gofer new squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; load.
and then
(ConfigurationOfNBOpenGL project version: '1.0.2') load
I did not tested the update thoroughly.. so i would appreciate if people will try it out and tell how it goes.
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.