Home » U++ Library support » U++ Library : Other (not classified elsewhere) » OpenGL example
OpenGL example [message #159] |
Mon, 28 November 2005 13:41  |
jobs
Messages: 6 Registered: November 2005
|
Promising Member |
|
|
First, you done great job with Ultimate, congratulations!
I think it should be casting to (Point) in next line of
/geom/Draw/plotter.cpp
Quote: | ImageMarker::ImageMarker(const AlphaArray& srcimg, ...)
{
hotspot = (ignore_hotspot ? (Point) srcimg.GetSize() >> 1 : srcimg.GetHotSpot());
|
Otherwise it wouldn't compile.
But then I have linking errors:
Quote: | 20 undefined symbol(s):
_glBegin@4 (referenced from c:\devel\ultimate\out\opengl\mingw.blitz.gui.main\$blitz.o:4 4; CameraCtrl::GLPaint(v
oid); CameraCtrl::GLPaint(); .text$_ZN10CameraCtrl7GLPaintEv)....
|
I compile and link with MingW.
Any suggestions what's going wrong?
Thanks!
|
|
|
Goto Forum:
Current Time: Sat Jul 05 16:37:09 CEST 2025
Total time taken to generate the page: 0.03153 seconds
|