ByteConverter not part of Core?

WhataJeff

Member
Licensed User
Longtime User
I'm looking for the ByteConverter library and cant seem to find it.

Unless it is in the Core library. I have Core Version 2.01


I try: Dim Conv As ByteConverter and ByteConverter is in red.

What am i doing wrong?

thanks,

Jeff
 

WhataJeff

Member
Licensed User
Longtime User
Thanks Erel,

I'm not seeing a library for it. is it a separate library in which i have to download or is it part of the core? If it is part of the core, do i have to update?
 
Upvote 0

dclarkchem

Member
Licensed User
Longtime User
Where do I put the files?

Put them in the Basic4android/Libraries folder and get this:

Dim Conv As ByteConverter

put them in the Basic4android/Additional Libraries folder and got the same thing.

files:

ByteConverter.jar
ByteConverter.xml
 
Last edited:
Upvote 0

dclarkchem

Member
Licensed User
Longtime User
Play around long enough, and you'll figure it out!

1. Put them in the Basic4android/Libraries folder.

2. In the lower right hand side of the B4A window is a <Libs> tab !!!

3. check the BytesConverter library ! !


Now, back to the VB6 file for several more frustrating hours!
 
Upvote 0
Top