Home > Archive > Lisp > April 2004 > Re: PortaCello3
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Rene de Visser 2004-04-19, 8:38 am |
| "Kenny Tilton" <ktilton@nyc.rr.com> wrote in message
news:408159BB.4000905@nyc.rr.com...
> I just uploaded PortaCello3.zip with .sig to:
>
> ftp://common-lisp.net/pub/project/cello
>
Hello Kenny,
In the zip file
CORE_DB_WAND_.DLL has dependencies on
CORE_DB_MAGICK_.DLL which is not supplied
and on MSVCRTD.DLL which is not standard on windows (but I believe my be
destributed
with microsoft compiled code).
As such the cells demo does not work as the dll CORE_DB_WAND_.DLL can not be
loaded
Rene.
| |
| Kenny Tilton 2004-04-19, 11:50 am |
|
Rene de Visser wrote:
> "Kenny Tilton" <ktilton@nyc.rr.com> wrote in message
> news:408159BB.4000905@nyc.rr.com...
>
>
> Hello Kenny,
>
> In the zip file
> CORE_DB_WAND_.DLL has dependencies on
>
> CORE_DB_MAGICK_.DLL which is not supplied
Oops. Others, too, I think. After uploading I realized I forgot to
reiterate in the install notes the bit about getting/building the
necessary libraries.
The only DLL in there you need from me is the FTGL one, unless you want
to go nuts and build your own. Binaries for FreeGlut and IM are on the
Web. Linux yabos need to build their own, but I gather there are
packages for the libraries used by Cello for the big Linux distros. I'll
fix up the install notes and replace. Meanwhile...
ftp://ftp.imagemagick.org/pub/ImageMagick/binaries
Grab the 6.0 version. Their doc says the Q8 version is a lot faster than
Q16 for not much less quality.
>
> and on MSVCRTD.DLL which is not standard on windows (but I believe my be
> destributed
> with microsoft compiled code).
If that bad boy is not amongst the bunch that come with the ImageMagick
dll I will add it to the distro.
Thx for the report,
Kenny
>
> As such the cells demo does not work as the dll CORE_DB_WAND_.DLL can not be
> loaded
>
> Rene.
>
>
--
Home? http://tilton-technology.com
Cells? http://www.common-lisp.net/project/cells/
Cello? http://www.common-lisp.net/project/cello/
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
Your Project Here! http://alu.cliki.net/Industry%20Application
| |
| Rene de Visser 2004-04-20, 7:39 am |
|
"Kenny Tilton" <ktilton@nyc.rr.com> wrote in message
news:4083E39B.5090807@nyc.rr.com...[color=darkred]
> Rene de Visser wrote:
Hello Kenny,
I think its best to recompile FTGL.DLL so that it uses MSVCRT.DLL (which
comes with windows) rather than MSVCRTD.DLL (which is the visual studio
debug version), as even with MSVCRTD.DLL on my system, it refuse to load
MSVCRTD.DLL (maybe wrong version? or requires Visual studio?).
Rene.
| |
|
|
|
|
|