> 1) Click Start etc.

That won't show the debug output.
Wish it was that simple.

> If you want to prove your dll is working (or not
> working), you should attempt to isolate it, for direct testing.

Not sure what you mean with that. I know an error occurs in sqlite3.dll and
hopefully the debug output will tell me what it is.

RBS






On Wed, Dec 9, 2015 at 6:14 PM, Adam Devita <adevita at verifeye.com> wrote:

> "This is on a Win7 machine. How do I bring up that console window?"
>
> 1) Click Start
> 2) type cmd
> you will see cmd.exe in the list of programs to run.
> 3) click on cmd.exe
>
> To run MS-excell from the command line, you can call it from the full
> path (check version):
>
> "C:\Program Files\Microsoft Office\Office15\Excel.exe"
>
>
> I agree with David.  If you want to prove your dll is working (or not
> working), you should attempt to isolate it, for direct testing. Many
> hours of many people's lives have been wasted attempting to indirectly
> test things that have more than 1 unknown or potential source of error
>  in a chain.
>
> regards,
> Adam DeVita
>
>
> On Wed, Dec 9, 2015 at 10:12 AM, Bart Smissaert
> <bart.smissaert at gmail.com> wrote:
> > Will look at this, it is a VB6 console app and that may just do the job:
> > http://vb.mvps.org/samples/Console/
> >
> > RBS
> >
> > On Wed, Dec 9, 2015 at 1:03 PM, <david at andl.org> wrote:
> >
> >> On Windows you will get a console and standard output if you are
> running a
> >> console application, and otherwise not.
> >>
> >> I think you need a simple console app to call your ActiveX DLL, or find
> >> some
> >> other way. Windows GUI app and standard output do not play well
> together.
> >>
> >> Regards
> >> David M Bennett FACS
> >>
> >> Andl - A New Database Language - andl.org
> >>
> >>
> >>
> >> On 12/8/15, Bart Smissaert <bart.smissaert at gmail.com> wrote:
> >> > So, what/where is that standard output channel?
> >> > This is on a Win7 machine. How do I bring up that console window?
> >> >
> >>
> >> The standard output is what displays on your screen when you are in a
> DOS
> >> box.
> >>
> >> SQLite does not have any facilities for debugging in a GUI on Windows.
> >>
> >> --
> >> D. Richard Hipp
> >> drh at sqlite.org
> >> _______________________________________________
> >> sqlite-users mailing list
> >> sqlite-users at mailinglists.sqlite.org
> >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
> >>
> >> _______________________________________________
> >> sqlite-users mailing list
> >> sqlite-users at mailinglists.sqlite.org
> >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
> >>
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users at mailinglists.sqlite.org
> > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
>
>
> --
> --------------
> VerifEye Technologies Inc.
> 151 Whitehall Dr. Unit 2
> Markham, ON
> L3R 9T1
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>

Reply via email to