Re: (Lisp-HUG) :Exe-File Delivery Option ( also CLSQL)
Hello All,
On Fri, May 13, 2011 at 8:35 PM, Michael Bentley
<michael@stray-hound.com> wrote:
>
> Jack,
>
>> I am having a spot of bother getting a delivered CLSQL-based application to work...
>>
>> As usual, things work perfectly until delivered - and then Zap, the application crow-bars inside CLSQL. Windows XP, LispWorks 5.1 32-bit.
>>
>> I have tried setting the delivery options to their least settings to remove no packages, shaking no symbols, etc - in short, no optimization at all, and still Zap.
>
> You'll want to make sure the external library for sqlite3 is being included. IIRC, it (along with the appropriate mscrvt) has been installed manually in c:/windows/system32 on your development machines -- which is the reason everything works fine in development. Get the libraries installed on your staging and target machine(s) and you should be all set.
>
> Btw, congratulations are probably in order if you've gotten this far :-)
>
> -Michael
>
>
He should be able to verify if the issue is with missing SQLite
libraries using something like DependencyWalker, to rule out any other
issues, no? I don't do much development on Windows, but there must be
some equivalent to ldd that can be run to check for this sort of
issue.
Oh, and I agree with Micahel, congratulations are most definitely in order.
Cheers,
-- S.
--
====
Q. How many Prolog programmers does it take to change a lightbulb?
A. No.