That's a limitation on Windows XP of which I was not aware. We can check
the system and do UTF8 specifically for xp only. Because if I have UTF8 for
input, then UTF doesn't work correctly with the console.

Seeing that you have VS2010 and such, let me know if you want access to
github and feel free to tackle some more of 11!:0.
By the way, if you set JPATH say to: C:\Program Files\j64-701\bin\j.dll
then the console would use that engine instead. In there you might have
more addons and such.


On Thu, Apr 25, 2013 at 7:24 PM, bill lam <[email protected]> wrote:

> I try run it from vs2010 and it raise error in this line of
> Program.cs
>    System.Console.InputEncoding = Encoding.Unicode;
>
> comment it out or change it to
>    System.Console.InputEncoding = Encoding.UTF8
>
> then it can start and 11!:0 worked as expected.
>
> Чт, 25 апр 2013, Greg Borota писал(а):
> > WPF is cutting age, using 3D, gradients, etc. See:
> > http://en.wikipedia.org/wiki/Windows_Presentation_Foundation. It would
> > be simpler to use the "old" Windows Forms, but that's not so exciting :-)
> >
> >
> > On Thu, Apr 25, 2013 at 10:10 AM, bill lam <[email protected]> wrote:
> >
> > > Thanks, I'll also try it on a real winxp tomorrow .
> > >
> > > In vs2005 there is a winform class Form which can be extended to
> > > implement a J Form, the pshow cmd will call the Show() member
> > > function, not sure for WPF which I have never used.
> > >
> > > If you intend to re-implement j602 wd, you should take it as a
> > > reference.  However if you want it to be compatible with jqt,
> > > you can compare with it.  Or you may have another design.
> > >
> > >
> > > Чт, 25 апр 2013, Greg Borota писал(а):
> > > > You might be missing something related to WPF, it seems. I should
> show
> > > more
> > > > detail when console closes down in error, will change that tonight.
> > > >
> > > >
> > > > On Thu, Apr 25, 2013 at 9:31 AM, bill lam <[email protected]>
> wrote:
> > > >
> > > > > I tried J.Console.exe for both x86 and x64 in winxp64, but both
> > > > > of them crashed during starting, with error message.
> > > > >
> > > > > The parameter is incorrect.
> > > > >
> > > > > Any idea?
> > > > >
> > > > > Also why does the pshow starts a new application instead of
> > > > > sharing the same application as the J.Console?  Doesn't an
> application
> > > > > allow more than one form?
> > > > >
> > > > > Чт, 25 апр 2013, Greg Borota писал(а):
> > > > > > As proof of concept to see the amazing things one cold do with
> > > PInvoke
> > > > > > layer:
> > > > > > .NET J.Console now supports 11!:0 'pc id' and 11!: 'pshow' It
> will
> > > > > display
> > > > > > a WPF based window.
> > > > > >
> > > ----------------------------------------------------------------------
> > > > > > For information about J forums see
> > > http://www.jsoftware.com/forums.htm
> > > > >
> > > > > --
> > > > > regards,
> > > > > ====================================================
> > > > > GPG key 1024D/4434BAB3 2008-08-24
> > > > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > > > >
> ----------------------------------------------------------------------
> > > > > For information about J forums see
> http://www.jsoftware.com/forums.htm
> > > >
> ----------------------------------------------------------------------
> > > > For information about J forums see
> http://www.jsoftware.com/forums.htm
> > >
> > > --
> > > regards,
> > > ====================================================
> > > GPG key 1024D/4434BAB3 2008-08-24
> > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> > >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to