TclApp | DLL | CGI - permissions?



Hi All,

I have a wrapped TclApp CGI program that uses SQLite, so the wrapped
app contains the "tclsqlite3.dll" file. The application runs fine as
a cgi on my personal web server, but testing it on someone else's
server, it seems to silently fail.

After some investigation, I've found that the failure is caused by the
"package require sqlite" command. Interestingly, wrapping the line
with a catch doesn't seem to prevent the failure, nor does it trap any
error messages...

Anyway, I'd assume the problem is related to the handling of the dll
file itself. Unfortunately, I don't know enough about how an internal
DLL file is handled by a wrapped application. I *think* it's copied
to a temp folder somewhere for access by the application (which I'd
guess is the failure point), though I'm not sure. Assuming that's the
case, can I control *where* the DLL is stored? Presumably, I'd want
that located parallel to the wrapped exe itself, (which is in the
"cgi-bin" folder), as I have permissions there.

Any suggestions for debugging and/or fixing this?

Thanks,

Jeff


.



Relevant Pages

  • Re: Ann: dhRichClient3-Toolset
    ... Set PictureBox.Picture = Nothing ... Mein Modul funktioniert übrigens nun da ich auch noch die SQLite dll "preloade". ...
    (microsoft.public.de.vb)
  • Re: SQLite und VB.Net
    ... Enrico ... > ich möchte mal SQLite im Zusammenhang mit Visual Basic.Net testen. ... > eine Datenbank geöffnet werden soll, ... > Bei dem Package war auch eine DLL dabei, ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: SQLite + VB.Net
    ... Enrico ... > ich möchte mal SQLite im Zusammenhang mit Visual Basic.Net testen. ... > eine Datenbank geöffnet werden soll, ... > Bei dem Package war auch eine DLL dabei, ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)
  • Re: Using SQlite in c#
    ... The System.Data.SQLite wrapper is made into one dll through a mergebin ... You'd have to use this utility to merge the native SQLite part into ... specifically for SQLite by the SQLite .net developer. ...
    (microsoft.public.dotnet.languages.csharp)