Paul,
I don't really have much more to offer here. As I mentioned, I ran into
a similar problem a while back, but never really solved it...I just
converted my C++ code to C. I'm hoping someone that really knows what
they are doing could help.
In the meantime, one thing to try is to look for an
captnswing wrote:
>the following applescript snippet seems unimplementable in appscript, to me
>at least:
>
>=
>if (can export movie 1 as DV stream) is true then
>try
>with timeout of 360 seconds
>export movie 1 to POSIX fil
Thanks for this Chris.
I have now got the library compiled and working in Dawrin python. I
simply compiled and linked with g++ instead of gcc (I did this by
manually entering the compile and link commands that setup.py was
issuing, changing "gcc" to "g++'). The resulting file is ode.so, and
afte
Paul Kinnane wrote:
> I have now got the library compiled and working in Dawrin python. I
> simply compiled and linked with g++ instead of gcc (I did this by
> manually entering the compile and link commands that setup.py was
> issuing, changing "gcc" to "g++').
I'd still like to know how to make