|
|
In article <3C567F01.C175F513@gmx.de>,
Christoph Hormann <chr### [at] gmxde> wrote:
> I got it now using wget on a unix machine (i also used this method with the
> first version, just did not remember that).
Ah...I wonder if there's some way to force it to transfer properly.
Maybe naming it with a jpg extension or something...or just uploading to
my EarthLink account, which I haven't even used yet.
> Compilation with 'USE_OPENGL' did not work, even not after adapting the
> #include's to '<Gl/glut.h>' and '<Gl/gl.h>'. I'm
> no expert in C++ or OpenGL so i'm not able to fix this problem but i think it
> should compile without errors since Cygwin supports GLUT.
I think the problem is with the function pointer syntax I used...maybe
passing "&FuncName" will work better than "FuncName". It seems to be
trying to pass a reference to the function, but my C++ books say the
function name is a pointer and use the same syntax I used, and it works
fine in my compiler. I'm still pretty inexperienced with function
pointers though...
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|
|