Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-10 Thread Kevin Benson
applications, and that requires > >>>> msvcr120.dll. > >>>> Without that, I get a weird 'SQLite.Interop.dll module could not be > >>>> found' > >>>> error ... which makes sense, but its not strictly accurate ... its > >>&g

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-09 Thread Bart Smissaert
creen, but is just failing. >>>> >>>> Could the problem be that SQLite is installed by MS already on those >>>>> >>>> machines? >>>> >>>> SQLite is a third party product, and would not be pre-installed by >>>> Mi

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
modern icon" >>>>> >>>> Thats for a full-on Windows 'blue screen', not an application crash. I >>>> assume this isn't causing a blue-screen, but is just failing. >>>> >>>> Could the problem be that SQLite is installe

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread sqlite
only a Stairway to Heaven says a lot about anticipated traffic volume. -Original Message- From: sqlite-users [mailto:sqlite-users- boun...@mailinglists.sqlite.org] On Behalf Of Simon Slavin Sent: Wednesday, 6 September, 2017 15:06 To: SQLite mailing list Subject: Re: [sqlite] Fwd: Problem

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Keith Medcalf
> RBS >> > >> > >> > >> > On Thu, Sep 7, 2017 at 2:44 AM, Keith Medcalf > >> wrote: >> > >> > > >> > > In Windows you get a frowny face "modern icon" (about 5 inches >square) >> > and >>

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
> By the way, I am not sure exactly what programming platform or IDE you are using On the machine where I have this problem I use Win 10. On the main dev machine I have Win 7. I am coding in the old VB6 (Classic VB). The only other environment I could think of to test would be VBA, but that is ver

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread R Smith
On 2017/09/07 11:09 AM, Bart Smissaert wrote: SQLite is a third party product, and would not be pre-installed by Microsoft. I thought this was standard now on Win10. Not that I think it is relevant with my problem. SQLite is actually found on Windows installations, but only in support to

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
ut that procedure >> has >> > nil to do with the problem. >> > I can take that ProcedureX out and that I will get another procedure >> > mentioned in the error message that is again completely unrelated to the >> > problem. >> > >> > So

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
(about 5 inches square) > > and > > > "something went wrong, sorry about your luck". > > > > > > > > > --- > > > The fact that there's a Highway to Hell but only a Stairway to Heaven > > says > > > a lot

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
t; > > --- > > > The fact that there's a Highway to Hell but only a Stairway to Heaven > > says > > > a lot about anticipated traffic volume. > > > > > > > > > >-Original Message- > > > >From: sqlite-users [mailto:s

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Chris Locke
; >-Original Message----- > > >From: sqlite-users [mailto:sqlite-users- > > >boun...@mailinglists.sqlite.org] On Behalf Of Simon Slavin > > >Sent: Wednesday, 6 September, 2017 15:06 > > >To: SQLite mailing list > > >Subject: Re: [sqlite] Fwd: Prob

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-07 Thread Bart Smissaert
Highway to Hell but only a Stairway to Heaven says > a lot about anticipated traffic volume. > > > >-Original Message- > >From: sqlite-users [mailto:sqlite-users- > >boun...@mailinglists.sqlite.org] On Behalf Of Simon Slavin > >Sent: Wednesday, 6 September,

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Keith Medcalf
age- >From: sqlite-users [mailto:sqlite-users- >boun...@mailinglists.sqlite.org] On Behalf Of Simon Slavin >Sent: Wednesday, 6 September, 2017 15:06 >To: SQLite mailing list >Subject: Re: [sqlite] Fwd: Problem on Windows 10 machines > > > >On 6 Sep 2017, at 10:03pm, Bart

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Bart Smissaert
Well, on one machine I get a crash with no feedback at all. On the other Win 10 machine I get a massage, but these messages are meaningless, pointing to procedures that are not involved at all. RBS On 6 Sep 2017 22:06, "Simon Slavin" wrote: > > > On 6 Sep 2017, at 10:03pm, Bart Smissaert > wro

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Simon Slavin
On 6 Sep 2017, at 10:03pm, Bart Smissaert wrote: > When my wrapper makes the call to the Sqlite dll my app crashes With what error ? Segmentation fault ? Privilege violation ? I don’t think I’ve seen any crash which doesn’t produce an error report of some kind, even if we know that there’

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Bart Smissaert
When my wrapper makes the call to the Sqlite dll my app crashes, so I have no further information about what the problem is. Same happens every time. Note that the exact same dll is all fine on my Win 7 machine. RBS On 6 Sep 2017 21:54, "Simon Slavin" wrote: > > > On 6 Sep 2017, at 8:15pm, Bart

Re: [sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Simon Slavin
On 6 Sep 2017, at 8:15pm, Bart Smissaert wrote: > On 2 different Win 10 machines I get a crash though when using the dll. What crash ? What error ? Is it the same one every time ? Simon. ___ sqlite-users mailing list sqlite-users@mailinglists.sqli

[sqlite] Fwd: Problem on Windows 10 machines

2017-09-06 Thread Bart Smissaert
-- Forwarded message -- From: Bart Smissaert Date: Tue, Sep 5, 2017 at 12:55 PM Subject: Problem on Windows 10 machines To: General Discussion of SQLite Database < sqlite-users@mailinglists.sqlite.org> Have a std_call compiled dll (sqlite3 3.20.1) that works perfectly fine on a W