<div>
        <div>
                Hi,</div>
        <div>
                 </div>
        <div>
                According to the documentation that seems to be the solution, but:</div>
        <div>
                 </div>
        <div>
                (require (lib "class.ss") (lib "mred.ss" "mred") )</div>
        <div>
                (define config (new gl-config%))</div>
        <div>
                (define bitmap (make-gl-bitmap 100 100 config))</div>
        <div>
                (define dc (new bitmap-dc% (bitmap bitmap)))</div>
        <div>
                (send dc get-gl-context)</div>
        <div>
                 </div>
        <div>
                still returns #f.</div>
        <div>
                Maybe there is something here which I do not understand.</div>
        <div>
                 </div>
        <div>
                Thanks for any help.</div>
        <div>
                 </div>
        <div>
                Peter Ivanyi</div>
        <div>
                <br />
                Stephan Houben <stephanh@planet.nl> írta:</div>
        <blockquote style="border-left:3px solid lightGray;padding-left:3px;">
                Hi Peter,<br />
                <br />
                You are supposed to use make-gl-bitmap to get<br />
                a bitmap for which a gl context can be created.<br />
                <br />
                Otherwise you may or may not get GL ability in your bitmap.</blockquote>
</div>