Search found 6 matches

by Shades
Tue Jun 19, 2007 14:22
Forum: Help
Topic: [Solved (kinda)]Problems with compiling using msys/mingw
Replies: 3
Views: 2956

Okay so I have everything building (I think) under eclipse, so my probably is basically solved although without using msys.
by Shades
Tue Jun 19, 2007 08:05
Forum: Unofficial CEGUI-Related Tools
Topic: CELayoutUser: Lets use DevIL not SILLY?
Replies: 7
Views: 11763

SILLY is the Simple Image Loading LibrarY. It was designed for CEGUI by Dalfy (I believe, please someone correct if I'm wrong) You can get it from the cegui download page: http://www.cegui.org.uk/wiki/index.php/Downloads And there is meant to be an API at http://dalfy.dyndns.org/~ode/cegui/RC2/silly...
by Shades
Tue Jun 19, 2007 07:01
Forum: Help
Topic: [SOLVED] a dialog layout
Replies: 3
Views: 2887

Offtopic: Why does UnifiedAreaRect need 8 arguments? (<Property Name="UnifiedAreaRect" Value="{{0.2,0.0},{0.2,0.0},{0.6,0.0},{0.4,0.0}}" />) I can answer the offtopic bit. The eight values are {scale, offset} for each corner of the rectangle. Scale is a modifier based on the par...
by Shades
Mon Jun 18, 2007 18:24
Forum: Help
Topic: [Solved (kinda)]Problems with compiling using msys/mingw
Replies: 3
Views: 2956

I had a little trouble with the FalagardWRBase project, for some reason the compile didn't like the way the reference was passed in the tree render function. This is the change I had to make to get it to work. 92c92,93 < tree->setItemRenderArea(getTreeRenderArea()); --- > Rect rect =...
by Shades
Mon Jun 18, 2007 16:37
Forum: Help
Topic: [Solved (kinda)]Problems with compiling using msys/mingw
Replies: 3
Views: 2956

Okay so I have decided to build things through eclipse directly, which just means working out what settings to use in each case. As I have the vstudio projects I can get most of the settings from there. It still would be nice to be able to build under msys with minimal effort though. Incedently I ge...
by Shades
Sun Jun 17, 2007 18:51
Forum: Help
Topic: [Solved (kinda)]Problems with compiling using msys/mingw
Replies: 3
Views: 2956

[Solved (kinda)]Problems with compiling using msys/mingw

Hi, I know there are a couple of msys/mingw topics but some of them seem to say it works fine and others that it doesn't so I figured I'd just post a new request for help :) I managed to get the configure script to work and give me opengl rendering (I plan to use it with sdl) however I seem to be un...

Go to advanced search