Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-13 Thread Jonathan Leslie
Jan,  Yes, thank you I see.  the download of the x64 mingw is failing behind my proxy here.  the installer wants to phone home for some repository tool.  is there anyway around that?           OR can I use the 32-bit sqlite?    On Thursday, July 10, 2014 7:47 PM, Jonathan Leslie wro

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-13 Thread Jonathan Leslie
Jan,  Yes, thank you I see.  the download of the x64 mingw is failing behind my proxy here.  the installer wants to phone home for some repository tool.  is there anyway around that?           OR can I use the 32-bit sqlite?    On Thursday, July 10, 2014 5:14 PM, Jan Nijtmans wrote:

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-11 Thread Jonathan Leslie
My final solution:   so what I did was forget the dll and statically linked sqlite into my test program hw.c.   Here is the source and in the comments at the top is the build/run session from the command line session.  - Jon //bof   #include   #include "sqlite3.h" /

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-11 Thread Jonathan Leslie
Jan, thank you for your great advise.   - Jon On Friday, July 11, 2014 8:50 AM, Jan Nijtmans wrote: > > >2014-07-11 13:45 GMT+02:00 Jonathan Leslie : >> Jan, >> >> Yes, thank you I see.  the download of the x64 mingw is failing behind my >> proxy here.  the >> installer wants to phone home

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-11 Thread Jan Nijtmans
2014-07-11 13:45 GMT+02:00 Jonathan Leslie : > Jan, > > Yes, thank you I see. the download of the x64 mingw is failing behind my > proxy here. the > installer wants to phone home for some repository tool. is there anyway > around that? Yes, there is a way around that. Yesterday, you wrote: 20

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-11 Thread Jonathan Leslie
Jan,  Yes, thank you I see.  the download of the x64 mingw is failing behind my proxy here.  the installer wants to phone home for some repository tool.  is there anyway around that?           OR can I use the 32-bit sqlite?    On Thursday, July 10, 2014 7:53 PM, Jonathan Leslie wrote

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-10 Thread Jan Nijtmans
2014-07-10 22:17 GMT+02:00 Jonathan Leslie : > question 1) what am I doing wrong? Your compiler is 32-bit MinGW, but you unpacked the 64-bit dll in your current directory. Regards, Jan Nijtmans ___ sqlite-users mailing list sqlite-users@sqlite.or

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-10 Thread Jonathan Leslie
Igor, it is: C:\sqlite>path PATH=C:\Program Files\PlasticSCM\server;C:\Program Files\PlasticSCM\client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind owsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-10 Thread Igor Tandetnik
On 7/10/2014 4:17 PM, Jonathan Leslie wrote: Now, when I run a.exe, it crashes with an "application was unable to start correctly (0xc07b)" error. sqlite3.dll must be in your PATH, or else in the same directory with the EXE. -- Igor Tandetnik

Re: [sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-10 Thread Jonathan Leslie
Update:  ok this is working in cygwin, so maybe my GCC compiler on the windows side cmd.exe side is all higgly piggly? on windows cmd.exe whereis gcc shows gcc is at: \mingw\bin\gcc.exe whereis isn't in my current cygwin install.  On Thursday, July 10, 2014 4:17 PM, Jonathan Leslie wrote:

[sqlite] trying to get things to work from the command line on windows 7 x64

2014-07-10 Thread Jonathan Leslie
Hey folks, I'm fresh off the boat with sqlite, but I'm an old-timer C programmer on Unix.  I have to work on a window's 7 x64 for this project, and I also for the first time have to use SQL and I want to use SQL using C, gcc, and SQLITE.   So I went to the website and downloaded:  Directory of