Not totally sure, the descriptions of the error just sounded different...But
could be related...

-----Original Message-----
From: Rob Lohman [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 21, 2005 12:33 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Unable to load DLL Help!

How can you be sure? It appears from that ticket that
there is something wrong with the default binary for
Windows (I've verified the relocation problem myself).
I can imagine that the more tight security on win2k3
(sp1) simply doesn't want to load the DLL when it is
not 100% "ok"? It sounds pretty feasable, especially
since a recompile seems to solve the issue.

----- Original Message ----- 
From: "Matt" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, November 21, 2005 1:00 AM
Subject: RE: [sqlite] Unable to load DLL Help!


> No, it doesn't appear to be related to this.
>
> -Matt
>
> -----Original Message-----
> From: Joe Wilson [mailto:[EMAIL PROTECTED]
> Sent: Sunday, November 20, 2005 3:19 PM
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] Unable to load DLL Help!
>
> Was it related to this bug?
>
> Ticket 1474: SQLITE3.DLL fails to load if address 0x60900000 occupied
> http://www.sqlite.org/cvstrac/tktview?tn=1474
>
> --- Matt <[EMAIL PROTECTED]> wrote:
>> For the archives...I finally solved this problem. I don't think the
>> distributed windows dll works with windows 2003 (sp1). I downloaded the
>> source and compiled it manually and everything works fine!
>>
>> Thanks
>> Matt
>>
>> -----Original Message-----
>> From: Chris Schirlinger [mailto:[EMAIL PROTECTED]
>> Sent: Saturday, November 19, 2005 1:18 PM
>> To: sqlite-users@sqlite.org
>> Subject: Re: [sqlite] Unable to load DLL Help!
>>
>> >  [DllNotFoundException: Unable to load DLL (sqlite3).]
>> ...
>> > Im assuming "unable to load dll" is not the actual problem, the dll is
> in
>> > the correct directory and was working fine until today. I tried an old
>> > version of sqlite3.dll (before the autoincrement feature was
> implemented)
>> > which seemed to work ok, but the database im using uses that feature so
> I
>> > need to get a more current version working. Any help is much
> appreciated,
>> I
>> > need to solve this problem ASAP. Thanks!
>>
>> I just struggled with this same error (different system, .net 2, we
>> built the SQlite DLL ourselves)
>>
>> The error in my case was the SQLIte DLL had dependencies we didn't
>> realize it had (A bad project setup so it was linking in stuff it
>> shouldn't have)
>>
>> It was misleading, since we were getting dllnotfoundexception on an
>> assembly that existed, calling an assembly that existed calling a
>> Win32 DLL that existed that was looking for something that *DIDN'T*
>> exist
>>
>> That error only signifies a missing DLL somewhere in the dependency
>> list from what my research turned up, I'd take another look to make
>> sure some hidden dependency hasn't crept in somewhere (Not necessarly
>> in the SQLite DLL, but could even be in ones called by it)
>
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
>
>
>
> 




Reply via email to