B4J Question Library: ByteConverter ???

ValhallSW

Member
Licensed User
Longtime User
Hi.

I wanted to try the PushServer example, but I miss the Library: ByteConverter.
I have seen other people asking for it as well, but with no good answers.
Anyone have a good answer where to download the B4J Library: ByteConverter.
 

ValhallSW

Member
Licensed User
Longtime User
Is it the same library-files for B4A, B4i and B4J?

I tried the file you recomended 'inakigarm', but I only got this message when compiling:
| B4J version: 4.20 (1)
| Parsing code. Error
| Error parsing program.
| Error description: Unknown type: byteconverter
| Are you missing a library reference?
| Occurred on line: 5 (iOSFeedback)
| Private bc As ByteConverter

I have set the path for additional libraries.
What else can I do wrong?
 
Upvote 0

ValhallSW

Member
Licensed User
Longtime User
That is the same link as 'inakigarm' gave me, and that gave me the error as described above.

In the thread B4X Push Server https://www.b4x.com/android/forum/threads/b4x-push-server.48560/ there is 10 pages with 188 comments, where none adress my problem about the missing library :(

Snap B4J.png
valhall.co/img/Snap B4J.png
And why doesn't my image show in the forum, when it shows in edit mode?
 
Last edited:
Upvote 0

inakigarm

Well-Known Member
Licensed User
Longtime User
Is it the same library-files for B4A, B4i and B4J?

I tried the file you recomended 'inakigarm', but I only got this message when compiling:
| B4J version: 4.20 (1)
| Parsing code. Error
| Error parsing program.
| Error description: Unknown type: byteconverter
| Are you missing a library reference?
| Occurred on line: 5 (iOSFeedback)
| Private bc As ByteConverter

I have set the path for additional libraries.
What else can I do wrong?

You've to copy byteconverter files (jar&xml) to your B4J additional libraries folder and configure the path at B4J (I've tried to move the library outside my Additional Libraries folder and got the same error as you) --> the path or the folder where byteconverter files are is not correct
 
Upvote 0

ValhallSW

Member
Licensed User
Longtime User
Stupid mistake, forgot to check/load the library.
Thank you for all the help.

Just one more thing: HOW do you insert images?
 
Upvote 0

inakigarm

Well-Known Member
Licensed User
Longtime User
Sometimes (the posts above that)with Key "Print Screen" and CTRL+V on Post Rich Editor; other times with upload a file and selecting Thumbnail or Full Image (see example Logs screen)
DHT11-DHT22 logs.jpg
 
Upvote 0
Top