Re: access violation when calling glGenFramebuffers

Chris Barker - NOAA Federal <[email protected]> Fri, 5 Apr 2013 08:58:51 -0700
Newsgroups gmane.comp.python.opengl.user
Message-ID <CALGmxE+r1P5EY9CvKizB7CPyNob5SyCM56gwmumNkZu5-=AXeg@mail.gmail.com>
On Fri, Apr 5, 2013 at 8:10 AM, Mike C. Fletcher <[email protected]> wrote:

> I just now realized "23" was just mis-typed 32 (duh!)

I thought you were riffing on my typo....

> Test core did fail due to the use of a Python int for an IntConstant
> where the value was 0xffffffff, (Python's int is apparently 32-bit on
> 64-bit Python, sigh).  With that fixed (in bzr head), running:

weird, it's 64 bit on OS-X -- at least sys.maxint seems to think so.

32 bit python:
>>> sys.maxint
2147483647

64 bit python:
>>> sys.maxint
9223372036854775807

But maybe this is because Window's "long" is 32 bit on 64 bit Windows...

But thinks for digging into all this -- I, for one am still doing 32
bit Pyton on Windows, but have an app I want to port to 64bit soon.

-Chris

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[email protected]

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
PyOpenGL Homepage
http://pyopengl.sourceforge.net