Re: [Jprogramming] PInvoke Binaries

2013-04-03 Thread bill lam
I tried both but failed with message saying something like, the file is valid but not for your machine type. I used win-xp so that those executables probably targetted for vista or new. Ср, 03 апр 2013, Greg Borota писал(а): > Hotmail is terrible switching back to Gmail. > So here are the links t

[Jprogramming] PInvoke Binaries

2013-04-03 Thread Greg Borota
Hotmail is terrible switching back to Gmail. So here are the links to PInvoke Binaries: https://github.com/borota/NetJ/tree/master/J.701/x64 https://github.com/borota/NetJ/tree/master/J.701/x86 The readme.txt file in each folder explains what each binary is for. --

Re: [Jprogramming] PInvoke signatures for j.dll

2013-04-03 Thread Greg Borota
Please see:https://github.com/borota/NetJ/tree/master/J.701/x64https://github.com/borota/NetJ/tree/master/J.701/x86The readme.txt file in each folder explains what each binary is for.Since I last posted about this, I renamed .NET files to follow the .NET naming "conventions", namespacing, etc.

[Jprogramming] J and APL symbols

2013-04-03 Thread Greg Borota
Visual Studio let's you take a plain ASCII file and display it however you want. There is an elaborate API that one can tap into to customize how the file gets displayed inside the editor. The editor is WPF based so there is no limit to what one can display (you can display even movies :-) insid

Re: [Jprogramming] PInvoke signatures for j.dll

2013-04-03 Thread bill lam
Yes, I think providing compiled binaries will be much helpful. You may consider put it under gui, ide or api. If you want to create a new top level category, then you probably want to discuss with Crhis. Ср, 03 апр 2013, Greg Borota писал(а): > If you get latest from https://github.com/borota/N

Re: [Jprogramming] PInvoke signatures for j.dll

2013-04-03 Thread Greg Borota
If you get latest from https://github.com/borota/NetJ there is VS2010 and a VS2012 solution. VS2010 would create .NET4. If you need the compiled binaries, I could add them in there, just let me know. Also I've been given access to JSoftware SVN, I will add this code in there, what repository sho

Re: [Jprogramming] PInvoke signatures for j.dll

2013-04-03 Thread bill lam
NetJ depends on .net 4.5 which is unavailable under win-xp. How to change to it to use .net 4? Чт, 28 мар 2013, Greg Borota писал(а): > It looks like all of that could be done. WD implementation though is not > something I would take on alone. One reason being I don't have > much familiarity with

Re: [Jprogramming] Newbie-halfway 1st language.

2013-04-03 Thread Martin Saurer
Hi Frank, J isn't compatible with python, so you can't run J scripts in blender's python environment. But, however, you may call the j.dll/dylib/so from within python. Take this: http://www.jsoftware.com/jwiki/Scripts/qjide as an example, if you l

Re: [Jprogramming] Newbie-halfway 1st language.

2013-04-03 Thread Brian Schott
You might look at the following link. Especially Oleg's animate and split. Although Oleg used older versions of J, he is a master J user. I wish he were still on this forum. http://olegykj.sourceforge.net I have been dabbling in using J for turtle graphics for some time and you can see an idea at