glew32.a for MinGW

View: New views
3 Messages — Rating Filter:   Alert me  

glew32.a for MinGW

by Edimartin Martins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi. A need make a program using GLEW in MinGW.

Where can I get the glew32.a for MinGW.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
glew-users mailing list
glew-users@...
https://lists.sourceforge.net/lists/listinfo/glew-users

Re: glew32.a for MinGW

by tom fogal-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Edimartin Martins <edimartin@...> writes:
> Hi. A need make a program using GLEW in MinGW.
>
> Where can I get the glew32.a for MinGW.

Download the latest release of GLEW.  Compile it in static mode.  Make
sure to define GLEW_STATIC.  Perhaps rename the generated .a; I'd bet
it'll be named `libGLEW.a' by default, but don't know firsthand.

-tom

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
glew-users mailing list
glew-users@...
https://lists.sourceforge.net/lists/listinfo/glew-users

Parent Message unknown Re: glew32.a for MinGW

by tom fogal-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Edimartin Martins <edimartin@...> writes:
> I sorry my insistence, but I need make a program for my Asvanced CG
> and the teacher don't help.

Please do not email me personally for help with GLEW.

> I am using the codeBlocks with MinGW in Windows.
>
> I try make a download from the wiebsite but this don't have the
> glew32.a (they just have glew32.lib).

The windows naming convention is to use 'lib' as the extension for
static libraries.  I'm not sure how this interacts with MinGW.  I've
also never used CodeBlocks.

I can say almost without a doubt that you won't be able to use the
binaries GLEW distributes, since those are almost certainly compiled
with MSVC and you're using gcc.  Compile GLEW from source.

> How can I compile one program in static_mode using codeBlocks for
> Windows?

I have no idea.  This is the wrong forum for asking how to use
CodeBlocks.  I'm sure CodeBlocks has their own mailing list or other
users forum -- that would be the appropriate place for this kind of
question.

-tom

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
glew-users mailing list
glew-users@...
https://lists.sourceforge.net/lists/listinfo/glew-users