Re: Problem with Towler Camera Code [message #58976] |
Fri, 29 February 2008 14:40 |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
Sorry David,
My schedule as of late doesn't allow much time to spend hanging out here :(.
I've been in touch with your customer. That function is in the dlm and
the issue is that a) IDL can't find the .dll, and b) once it does you'll
find the .dll you are using has been linked against idl32.lib which was
deprecated in 6.4 with the move to support x86-64. So first you need a
new .dll and then you need to set IDL up to find it. Being lazy, I
always throw my .dlms into the IDL bin directory. I know there are
other/better ways to do this but it works for me.
I'll send you the recompiled dll directly. At some point when I get
time I will post it online.
Cheers!
-Rick
David Fanning wrote:
> Folks (and, especially Rick),
>
> After hyping up the value of Rick Towler's RHTgrCamera
> object to do everything but walk on water to a customer,
> I find I can't run the demo. :-(
>
> I seem to be missing a RHTGRCAMERA_COMPUTEFRUSTUM method.
> I've downloaded all the code on his web page, looking for
> it, but it is apparently missing. Does anyone know where
> I can find this? I'd *really* like to run this demo. :-)
>
> Cheers,
>
> David
|
|
|