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
>

Reply via email to