Re: [Jprogramming] J805 COM Server not registering

2017-04-19 Thread bill lam
the file jversion.h is untracked and I forgot to change it back to j805. Don't worry, it was built from the j805 branch, and the version will be corrected when Eric builds anther official release. Ср, 19 апр 2017, Herbert Weissenbaeck // Privat написал(а): > Same here. > Works now. Can use it fr

Re: [Jprogramming] J weirdness #2 - A nasty surprise

2017-04-19 Thread Michael Goodrich
Oops the line swipl -s bamc.4c.pl -g main --f 'f1.csv' --n --o c --h 3 Should be swipl -s bamc.4c.pl -g main --f 'f1.csv' --n --o youroutputjournalfile --h 3 -- For information about J forums see http://www.jsoftwar

Re: [Jprogramming] J805 COM Server not registering

2017-04-19 Thread Herbert Weissenbaeck // Privat
Same here. Works now. Can use it from C#. Thank you. However JVERSION says J806(...). Why so? Sent from my iPhone > On 19 Apr 2017, at 13:24, David Mitchell wrote: > > Bill, > > I loaded the new j dll and redid the external registration with your new > j.dll. > > The Excel com tests now wor

Re: [Jprogramming] J805 COM Server not registering

2017-04-19 Thread David Mitchell
Bill, I loaded the new j dll and redid the external registration with your new j.dll. The Excel com tests now work with J805: jopen print jcmd("JVERSION") Engine: j806/j32/windows Beta: commercial/2017-04-19T23:40:20 Library: 8.05.14 Platform: Win 32 Installer: J805 install InstallPath: c:/user

Re: [Jprogramming] J805 COM Server not registering

2017-04-19 Thread bill lam
Thanks David for the insight. I rebuilt the j805 j.dll again and uploaded to www.jsoftware.com/download/jengine/j805-release/windows/j32 j_rebult2.dll Only the typelib has changed, all other j engine source should be the same as j805-release-a. I tested it ok on vs2013 and vs2017. Hopefully the