Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Louis de Forcrand
Hi Linda, If you go to http://www.jsoftware.com/mailman/listinfo and choose your forum, you can then enter your email and subscription password in order to change subscription options. One of them is wether or not to recieve your own messages. Cheers, Louis > On 15 Apr 2017, at 21:38, Linda A

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread bill lam
As Chris had said, this depends on your email agent/provider. forum messages should have already sent back to you, but the message-id of forum message to you is the same as the message-id of your original msg, therefore your email agent knows you have adready got the message and eliminate the dupl

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Linda A Alvord
Thanks for your answer, Bill. For the last week, I know people have answered my emails, but I have not been getting the original. Is there something that I might have done to prevent them being returned to Outlook? Linda -Original Message- From: Programming [mailto:programming-boun.

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread bill lam
jhs should run none of wd related stuff. Hypothetically, a wd emulator for jhs could be written, but it doesn't fit into jhs design. If wd is wanted, one should run jqt instead. On 16 Apr, 2017 9:05 am, "Linda A Alvord" wrote: > I took an example from one of Cliff's lab. It works in jqt, but w

[Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Linda A Alvord
I took an example from one of Cliff's lab. It works in jqt, but wd is not available in JHS so it will not work there. load '~addons/graphics/fvj4/dwin.ijs' _1 _1 1 1 dwin 'Object window' 0 0 100 100 dwin '200 random quadralaterals' (?200 3$256) dpoly ?200 4 2$100 Linda ---

Re: [Jprogramming] J weirdness 0

2017-04-15 Thread Michael Goodrich
J gurus (and non gurus) many thanks and your suggestions worked! The parsing rule is what i needed to understand. Sent from my iPhone On Apr 15, 2017, at 10:18 AM, chris burke wrote: >> Why will it not accept NP in the place of the numeric literal 50? > > "50 1" and "NP 1" are parsed differ

Re: [Jprogramming] J weirdness 0

2017-04-15 Thread chris burke
> Why will it not accept NP in the place of the numeric literal 50? "50 1" and "NP 1" are parsed differently: ;: '50 1' ++ |50 1| ++ ;: 'NP 1' +--+-+ |NP|1| +--+-+ There is no rule for executing the noun noun pair in the second example, so you need the alternatives already suggest

Re: [Jprogramming] J weirdness 0

2017-04-15 Thread 'Pascal Jasmin' via Programming
NP is a noun, and a strange one at that. Not sure how it is intended to be different than shpX (NP, 1) $ 1 might do what you intend? From: Michael Goodrich To: programm...@jsoftware.com Sent: Saturday, April 15, 2017 9:42 AM Subject: [Jprogramming] J weirdne

Re: [Jprogramming] J weirdness 0

2017-04-15 Thread 'Jon Hough' via Programming
I'm no J guru, but instead of NP 1 $ 1 you should probably do (NP, 1) $ 1 On Sat, 4/15/17, Michael Goodrich wrote: Subject: [Jprogramming] J weirdness 0 To: programm...@jsoftware.com Date: Saturday, April 15, 2017, 10:41 PM OK J gurus, I fail

[Jprogramming] J weirdness 0

2017-04-15 Thread Michael Goodrich
OK J gurus, I fail to understand what appears to be an irregularity in J: X =. readtable 'X.txt' shpX =. $X dimX =. #shpX NP =. >{shpX Ones =. NP 1 $ 1 |syntax error readtable => as defined in the primer X.txt a column of 50 numbers one on each line the idea here is to determine

Re: [Jprogramming] Complex functions ...

2017-04-15 Thread chris burke
Check the archives to see if a message has been posted to the forum. Allow 5 minutes for the archives to be updated. For example, visit www.jsoftware.com/forumsearch, enter "alvord" in the "where the author contains" edit box, then press Search to see recent posts from Linda. Note that some mail

Re: [Jprogramming] J805 COM Server not registering

2017-04-15 Thread bill lam
I'll check again, but I don't have vs2015. Development platform for J have been standardized to vs2013. On 15 Apr, 2017 7:46 pm, "Herbert Weissenbaeck // Privat" < h...@herbertweissenbaeck.com> wrote: > no success with vs 2015 and vs 2017. > same error as before. > have installed the new dll, un

Re: [Jprogramming] J805 COM Server not registering

2017-04-15 Thread Herbert Weissenbaeck // Privat
no success with vs 2015 and vs 2017. same error as before. have installed the new dll, unregistered and re-registered with syswow64\regsvr32. Sent from my iPhone > On 15 Apr 2017, at 07:17, Herbert Weissenbaeck // Privat > wrote: > > Is there a chance to have the j805 j.dll re-built in a way

Re: [Jprogramming] J805 COM Server not registering

2017-04-15 Thread Herbert Weissenbaeck // Privat
Is there a chance to have the j805 j.dll re-built in a way that makes it usable? I need a functioning j.dll for serious work/calculations and would prefer not to use a beta version but the latest stable release. Or is j806 beta considered safe and stable enough? Sent from my iPhone > On 15 Apr

Re: [Jprogramming] J805 COM Server not registering

2017-04-15 Thread bill lam
I rebuilt the 32-bit j805 j.dll and uploaded to www.jsoftware.com/download/jengine/j805-release/windows/j32 It should be the same as the version release-a of 2017-02-26 and I have tested adding reference ok on vs2013. please download j_rebuilt.dll and rename it to j.dll and let us know if it also