I have a virtual machine with XP on it. Only the x86 version works in there. I tried J.Console and it works just fine.
1) Do you have .NET 4? It can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?id=17718 2) Did you download all binaries from those folders? They depend on each other e.g. J.Console.exe -> J.SessionManager.dll -> jsm.dll -> j32.dll. J.SessionManager.dll is the PInvoke wrapper, jsm.dll is a wrapper around j(32).dll to manage the huge JT struct variable, which I don't want to be marshaled between .NET and native back and forth all the time. 3) You might need to right-click on binaries and say Unblock if you downloaded them via a web browser or such. .NET fails with weird messages which don't tell you anything in cases like this. If you don't have Unblock button then this is not an issue. On Thu, Apr 4, 2013 at 1:19 AM, bill lam <[email protected]> wrote: > 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 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. > > ---------------------------------------------------------------------- > > 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
