Hi, I have a basic screen reader written and I want to be able to connect it to a braille reader using the brlapi in java. However I am really new to working with this system, so I am having a hard time setting everything up so that I can connect to the brlapi in java. I am not even sure, what fi
I am trying to write code to print braille to a braille display on windows using the brlapi. I am trying to use the java bindings to do this (I'm just trying to run the test.java file) , but I keep getting this error: "java.lang.UnsatisfiedLinkError: no brlapi_java in java.library.path". So I unde
Hi all, I have found a compiled version of brlapi_java.dll, but when I try to connect to it (on Windows 64 bit system) it tells me it can't connect because it is a 32 bit version. Is there a download for a 64 bit version or do I need to compile it?
___
Th
Hello,I am using the brlapi (in c++ on windows with a BrailleNote Apex) and I have the code at http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI-5.html#ss5.6 running. However, when I write anything to the braille display it jumbles up the message. For example "abc" displays as "?c" and "abcd
I tried both of your suggestions and they both seemed to work, so thank you for the help.On 08/08/13, Samuel Thibault wrote:Nicole Blumhorst, le Thu 08 Aug 2013 13:05:05 -0500, a écrit :> I am using the brlapi (in c++ on windows with a BrailleNote Apex) and I have> the code at http://mielke.cc/br
Is there a way to compile the brlapi_java.dll for a 64 bit system? I only have a 32 bit one and my computer will not let me use it.
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general i
I am trying to build brltty on my 64 bit windows system (because I haven't seen a download for a lib file for 64 bit) using MinGW and I can compile the project, but when running the make command I keep getting errors about previous declaration of variables (the very first one that always shows up i